15 lines
265 B
ArmAsm
Executable file
15 lines
265 B
ArmAsm
Executable file
.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
|