SimpleProcessorCore/asm/uart-test.s
2013-07-26 12:33:01 +02:00

8 lines
52 B
ArmAsm

start:
lui $1, 71
loop:
sto $1, 65521
jmp loop
hlt