mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +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
|