mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-17 11:31:00 +00:00
18 lines
186 B
ArmAsm
18 lines
186 B
ArmAsm
! SHcompact in .text, similar to crange-2f.s and crange-2g.s
|
|
.section .text,"ax"
|
|
.align 2
|
|
|
|
.mode SHcompact
|
|
mov #0xf,r1
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
nop
|
|
mov #0xe,r1
|