mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
8 lines
97 B
ArmAsm
8 lines
97 B
ArmAsm
.globl imm32
|
|
.globl imm20
|
|
.globl imm5
|
|
|
|
.set imm32, 0x11223344
|
|
.set imm20, 0x11223
|
|
.set imm5, 0xf
|