16 lines
138 B
Plaintext
16 lines
138 B
Plaintext
|
# cr16 testcase for bal $disp24
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global bal24
|
||
|
bal24:
|
||
|
bal (r12), ok
|
||
|
|
||
|
fail
|
||
|
|
||
|
ok:
|
||
|
pass
|