Difference between revisions of "WLA DX"

From GbdevWiki
Jump to: navigation, search
(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, 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.
+
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 ==
[http://www.villehelin.com/wla.html http://www.villehelin.com/wla.html]
+
[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 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)