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.
 
As an added bonus, this program supports trailing zeroes, but since the example didn't have any it won't get run.
<lang asm> .model small
.stack 1024
1,489

edits