CPU/Example/加法器.txt
2024-04-29 22:03:14 +08:00

5 lines
43 B
Plaintext

ldr r0 0x0
ldr r1 0x1
add r0 r1
prt r0
halt