mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 03:08:12 -04:00
9 lines
95 B
ArmAsm
9 lines
95 B
ArmAsm
.text
|
|
.globl main
|
|
main:
|
|
.rept 0x40 - 0x15
|
|
.long 0xfedcba98
|
|
.endr
|
|
.data
|
|
.long 0x76543210
|