mirror of
https://github.com/wfjm/w11.git
synced 2026-05-02 06:26:30 +00:00
- C++ and Tcl based backend server: many support classes for interfacing to w11 system designs, and the associated Tcl bindings. - add 'asm-11', a simple, Macro-11 syntax subset combatible, assembler. - use now doxygen 1.8.3.1, generate c++,tcl, and vhdl source docs
16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
; $Id: zbug_0002.mac 501 2013-03-30 13:53:39Z mueller $
|
|
;
|
|
; ISSUE: phase error after fmt='-' type opcodes
|
|
;
|
|
; REASON: incdot(2) wasn't called in this case in pass 1.
|
|
;
|
|
.asect
|
|
.blkw 400
|
|
|
|
l1: nop
|
|
nop
|
|
nop
|
|
l2:
|
|
|
|
.end
|