mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 15:17:59 +00:00
9a98ff93ee
Closes #42
23 lines
335 B
ArmAsm
23 lines
335 B
ArmAsm
.set noreorder
|
|
|
|
.section .text
|
|
|
|
.global vcallms_test
|
|
vcallms_test:
|
|
.ent vcallms_test
|
|
vcallms 0x0000
|
|
vcallms 0x0800
|
|
vcallms 0x1000
|
|
vcallms 0x1100
|
|
vcallms 0x1200
|
|
vcallms 0x1300
|
|
vcallms 0x1400
|
|
vcallms 0xFFF8
|
|
vcallms 0x10000
|
|
vcallms 0x3F000
|
|
vcallms 0x3FFF0
|
|
jr $ra
|
|
nop
|
|
|
|
.end vcallms_test
|