Commit e8457592 authored by Paul Jervis's avatar Paul Jervis

some code I wrote for demonstrating some of the commands in the ARM UAL.

parents
arrr EQU 0x400
door FILL 12
other DCD 15, 16, 17, 18, 17, 16, 15
offset EQU 0x100
MOV R0, #1
MOV R1, #2
LDR R8, =offset
CMP R0, R1
BLT smaller_r0
MOV R2, R1
B end_run
smaller_r0 MOV R2, R0
end_run
; check is result even
AND R3, R2, #1
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment