1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-09 14:29:29 +00:00
xa65/xa/tests/alxl/alxlo1.s
2022-03-27 22:57:02 +02:00

11 lines
190 B
ArmAsm

; test for the xa .xl opcode that should set the XR handling to 16 bit
*=$f000
; set X/Y registers to 16 bit ...
rep #%00010000
; ... and tell the assembler about it
.al
lda #$1234