SMS-GCI-Loader/example/macros.s
2022-11-10 21:01:47 +09:00

4 lines
70 B
ArmAsm

.macro li32 reg val
lis \reg, \val@h
ori \reg, \reg, \val@l
.endm