Difference between revisions of "WLA DX"

From GbdevWiki
Jump to: navigation, search
(wlad is olddd.)
(13 year old me should not go on wikis)
 
Line 5: Line 5:
  
 
== Features ==
 
== Features ==
* Anonymous (reusable, nice for macros) labels
+
* Anonymous labels
* Sections allocate into empty ROM space (data never overlaps)
+
* Sections allocate into empty ROM space; data never overlaps
* Multiple systems to make games for; all you need is the memory map
+
* Multiple processors supported
* Convenient functions, such as .NAME and .LICENSEECODEOLD along with .ROMDMG, etc.
+
* Convenient directives for working with the header
* You can choose which symbol the empty ROM space will contain
+
  
 
== Bugs ==
 
== Bugs ==
 
'''(Please add any bugs you might encounter to the list below)'''
 
'''(Please add any bugs you might encounter to the list below)'''

Latest revision as of 22:15, 27 March 2016

WLA DX includes the WLA macro assembler, the Binary to Text converter WLAB, and the WLALINK linker. WLA and WLALINK are both available for a variety of targets, of which the GB-Z80 was the initial target.

Distribution

https://github.com/vhelin/wla-dx

Features

  • Anonymous labels
  • Sections allocate into empty ROM space; data never overlaps
  • Multiple processors supported
  • Convenient directives for working with the header

Bugs

(Please add any bugs you might encounter to the list below)