summary refs log tree commit diff
path: root/pc-thing/code/test_strlib.a
blob: ce65675e8b27d1edf11fa0092f2c92794a16e1d4 (plain)
1
2
3
4
5
6
7
8
9
10
#using code/strlib.a
start:
    mov a 16
    mov b -1
    jmr num_to_str
    mov a 1
    mov b 1
    mov c 16
    sys
    end