Difference between revisions of "WLA DX"
From GbdevWiki
(Added WLA DX) |
(13 year old me should not go on wikis) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | WLA DX includes the WLA macro assembler, the Binary to Text converter WLAB | + | 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 == | == Distribution == | ||
− | [ | + | [https://github.com/vhelin/wla-dx 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 == | == 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 21: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)