Difference between revisions of "Assemblers"

From GbdevWiki
Jump to: navigation, search
(List of assemblers)
Line 1: Line 1:
 
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 [http://en.wikipedia.org/wiki/Assembly_language#Assembler 1].
 
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 [http://en.wikipedia.org/wiki/Assembly_language#Assembler 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.
 
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.
 
  
 
== List of assemblers targetting GB CPU ==
 
== List of assemblers targetting GB CPU ==
 
[[RGBDS]]
 
[[RGBDS]]

Revision as of 11:33, 27 November 2009

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.

List of assemblers targetting GB CPU

RGBDS