12 lines
144 B
Text
12 lines
144 B
Text
# arm testcase for add ${bit10-rd},pc,$word8
|
|
# mach: unfinished
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global lda_pc
|
|
lda_pc:
|
|
add r0,pc,0
|
|
|
|
pass
|