Added 'objdump.c' for dumping the text segment of NED a.out files as a binary blob.
[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