WLA DX

From GbdevWiki
Revision as of 22:08, 27 March 2016 by NicklausW (Talk | contribs) (Distribution)

Jump to: navigation, search

WLA DX includes the WLA macro assembler, the Binary to Text converter WLAB, the disassembler WLAD, 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 (reusable, nice for macros) labels
  • Sections allocate into empty ROM space (data never overlaps)
  • Multiple systems to make games for; all you need is the memory map
  • Convenient functions, such as .NAME and .LICENSEECODEOLD along with .ROMDMG, etc.
  • You can choose which symbol the empty ROM space will contain

Bugs

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