Formatted numeric output: Difference between revisions

m
Line 21:
=={{header|8086 Assembly}}==
The <code>PrintString</code> and <code>PrintChar</code> routines was omitted to keep this short. They handle the printing of null-terminated strings.
<lang asm> .model small
.stack 1024
.data
;data segment is unused in this program
1,489

edits