Files
2025-09-23 13:44:14 +03:00

9 lines
120 B
ArmAsm

.equ IO_BASE, 0x400000
.section .text
.globl start
start:
li gp,IO_BASE
li sp,0x1800
call main
ebreak