1
0
mirror of https://github.com/fachat/xa65.git synced 2024-07-28 05:29:05 +00:00
xa65/xa/tests/mvnmvp/test.s

15 lines
226 B
ArmAsm
Raw Normal View History

2017-10-14 22:47:56 +00:00
; test instructions that failed during our testing
; and test instructions in the tokenizer bordering mvn/mvp
w = $01
lda $d020
lsr
mvn w, $02
mvn $0201
mvn $0066
mvp $03, w+3
mvp $0403
mvp $0088
nop
.byt $5a, $b6
.word $b65a