11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
# perform trap
|
||
|
movw $0,r2
|
||
|
movw $0x410,r0
|
||
|
pass # the pass macro use the trap 8
|