Difference between revisions of "WLA DX"
From GbdevWiki
(→Distribution) |
(→Distribution) |
||
Line 2: | Line 2: | ||
== Distribution == | == Distribution == | ||
− | [ | + | [https://github.com/vhelin/wla-dx https://github.com/vhelin/wla-dx] |
+ | |||
== Features == | == Features == | ||
* Anonymous (reusable, nice for macros) labels | * Anonymous (reusable, nice for macros) labels |
Revision as of 21:08, 27 March 2016
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)