16 lines
265 B
ArmAsm
16 lines
265 B
ArmAsm
|
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||
|
.sect .text
|
||
|
.define .isar
|
||
|
|
||
|
.isar:
|
||
|
pop ecx
|
||
|
pop eax
|
||
|
cmp eax,4
|
||
|
.extern .unknown
|
||
|
jne .unknown
|
||
|
pop ebx ! descriptor address
|
||
|
pop eax ! index
|
||
|
push ecx
|
||
|
.extern .sar4
|
||
|
jmp .sar4
|