More actions
(Created page with "{{Infobox GB Homebrews |title=GBasm and GBlink |image=gameboy/png |description=Assembler and Linker for the Game Boy. |author=David Phillips (ACZ) |lastupdated=2002/06/08 |type=Developments |version=2002 |format=/ |license=Public Domain |download=https://dlhb.gamebrew.org/gbhomebrews/gbasmgblink.7z |website=http://david.acz.org/prog.html |source=http://david.acz.org/prog.html |donation= }} {{#seo: |title= (Developments) - GameBrew |title_mode=append |image= |image_alt=GB...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox GB Homebrews | {{Infobox GB Homebrews | ||
|title=GBasm and GBlink | |title=GBasm and GBlink | ||
|image=gameboy | |image=gameboy.png | ||
|description=Assembler and Linker for the Game Boy. | |description=Assembler and Linker for the Game Boy. | ||
|author=David Phillips (ACZ) | |author=David Phillips (ACZ) | ||
|lastupdated=2002/06/08 | |lastupdated=2002/06/08 | ||
|type= | |type=Development | ||
|version=2002 | |version=2002 | ||
|format= | |format= | ||
|license=Public Domain | |license=Public Domain | ||
|download=https://dlhb.gamebrew.org/gbhomebrews/gbasmgblink.7z | |download=https://dlhb.gamebrew.org/gbhomebrews/gbasmgblink.7z | ||
Line 15: | Line 15: | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
|title= | |title=GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image= |
Latest revision as of 05:13, 12 Mayıs 2024
GBasm and GBlink | |
---|---|
General | |
Author | David Phillips (ACZ) |
Type | Development |
Version | 2002 |
License | Public Domain |
Last Updated | 2002/06/08 |
Links | |
Download | |
Website | |
Source | |
GBasm and GBlink are assembler and linker tools for the Game Boy, developed by the Assembly Coder's Zenith (ACZ). The initial goal was to create a complete IDE with an assembler, linker, editor, and emulator.
GBasm serves as the assembler, similar to the assembler in Jeremy's Assembly Studio 8x, but with a full preprocessor limited to #include handling. It also supports relocatable code and local labels. While GBasm may have some limitations, it has been extensively used for all of ACZ's Game Boy development projects.
GBlink is the linker to go along with GBasm. This is about as simple as a linker can get, but it does the job it was designed to do.
External links
- Author's website - http://david.acz.org/prog.html