1
0
mirror of https://github.com/fachat/xa65.git synced 2024-07-04 16:29:54 +00:00
xa65/xa/tests/alxl/alxlo1.s

11 lines
190 B
ArmAsm
Raw Normal View History

2022-03-27 20:57:02 +00:00
; 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