mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 07:39:37 +00:00
12 lines
303 B
Plaintext
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
|