Added a.out format for NED binaries to track symbols through to the disassembler.
[ned1] / software / assembly_fragments / subroutines / subroutines.asm
CommitLineData
bc5b63cf
AT
1# Subtract two numbers and print the (single decimal digit) result
2IM_9
3IM_15
4JSR>subtract
5JSR>itoa
6JSR>putchar
7HALT
8