Difference between revisions of "Assemblers"
From GbdevWiki
(→List of assemblers targetting GB CPU) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== List of assemblers targetting GB CPU == | == List of assemblers targetting GB CPU == | ||
− | [[RGBDS]] | + | * [[RGBDS]] |
+ | * [[WLA DX]] | ||
+ | * [[tniASM]] | ||
+ | * [[GBasm]] |
Latest revision as of 07:50, 14 July 2010
An assembler is a tool that creates object code by translating assembly instruction mnemonics into opcodes, and by resolving symbolic names for memory locations and other entities 1. There are several assemblers that target the GB CPU so far, and also add useful tools to create correct gameboy rom files that the real gameboy can run.