mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
9 lines
95 B
ArmAsm
9 lines
95 B
ArmAsm
.text
|
|
.globl main
|
|
main:
|
|
.rept 0x40 - 0x15
|
|
.long 0xfedcba98
|
|
.endr
|
|
.data
|
|
.long 0x76543210
|