summary refs log tree commit diff
path: root/code/sub1.a
blob: e84f78245fba0e1233d189fcae96bc280e3d36e5 (plain)
1
2
3
4
5
6
do_the_thing:
    ld a 0
    mov b 1
    sub
    str c 0
    ret