Files
open-simh.simtools/crossassemblers/macro11/tests/test-enabl-ama.mac
Olaf Seibert 0e54092d45 Merge commit 'c311f6a175fd52da171795bc093762f4eba4c136' into macro11-v0.7.2
Update to latest released version of macro-11.

Command run: git subtree pull --prefix=crossassemblers/macro11 ../macro11 macro11-v0.7.2
(should be equivalent to git subtree pull --prefix=crossassemblers/macro11 git://gitlab.com/Rhialto/macro11.git macro11-v0.7.2)
2022-06-08 20:52:56 +02:00

12 lines
303 B
Plaintext

;;;;
;
; Test that .ENABL AMA doesn't survive to the next pass.
; The default at the start of each pass is set by the command line
; option -d AMA or -e AMA. It is disabled by default.
.psect foo,i,rw
y: .word 0
clr y ; should be pc-relative, no relocation
.enabl ama ; after this, Y would be @#Y