mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
8 lines
150 B
ArmAsm
8 lines
150 B
ArmAsm
|
|
# TODO: make this syntax look correct in CLion
|
|
# Potentially switch to AT&T syntax?
|
|
OS_GetProcMode:
|
|
mrs r0, cpsr
|
|
and r0, r0, #0x80
|
|
bx lr
|