mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-05-02 14:40:54 +00:00
6 lines
108 B
ArmAsm
6 lines
108 B
ArmAsm
;; test for cmpi d16(pc) bug
|
|
move.l #$11223344,testword1
|
|
cmp.l #$11223344,testword1(PC)
|
|
bne.s fail
|
|
|