Added 'objdump.c' for dumping the text segment of NED a.out files as a binary blob.
[ned1] / software / assembly_fragments / subroutines / subroutines.asm
# Subtract two numbers and print the (single decimal digit) result
IM_9
IM_15
JSR>subtract
JSR>itoa
JSR>putchar
HALT