More actions
(Created page with "{{Infobox GB Homebrews |title=ISGBDK |image=isgbdk.png |description=Check to see if GB roms were compiled with GBDK or was written in assembly. |author=David Phillips (ACZ) |lastupdated=2000/02/01 |type=PC Utilities |version=2000 |format= |license=Public Domain |download=https://dlhb.gamebrew.org/gbhomebrews/isgbdk.7z |website=http://david.acz.org/prog.html |source=http://david.acz.org/prog.html |donation= }} {{#seo: |title= (PC Utilities) - GameBrew |title_mode=append |...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=2000 | |version=2000 | ||
|license=Public Domain | |license=Public Domain | ||
|download=https://dlhb.gamebrew.org/gbhomebrews/isgbdk. | |download=https://dlhb.gamebrew.org/gbhomebrews/isgbdk.zip | ||
|website=http://david.acz.org/prog.html | |website=http://david.acz.org/prog.html | ||
|source=http://david.acz.org/prog.html | |source=http://david.acz.org/prog.html | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
|title= | |title=GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=isgbdk.png | |image=isgbdk.png |
Latest revision as of 10:51, 30 July 2024
ISGBDK | |
---|---|
General | |
Author | David Phillips (ACZ) |
Type | PC Utilities |
Version | 2000 |
License | Public Domain |
Last Updated | 2000/02/01 |
Links | |
Download | |
Website | |
Source | |
ISGBDK is a program that allows you to quickly check and see if a ROM was compiled with GBDK or was written in assembly language.
Based Jimmy Mardell's version, which was written in Pascel, ISGBDK was developed in C, and compiled as a Win32 console app, so that it could use long filenames.
User guide
Stick this utility in a directory with a bunch of ROMs and run the testgbdk.bat file to create code.txt, which will list what each ROM was compiled with.
If you feel really daring, you could use it in a batch file to do things based on the results. It will return these codes to the OS:
0 -- ROM was compiled with GBDK 1 -- ROM is something else (ASM) 2 -- Some sort of error
Credits
Thanks to Jimmy Mardell.
External links
- Author's website - http://david.acz.org/prog.html