diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-15 10:44:19 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-15 10:44:19 -0400 |
commit | 27fd06edac7ea3bceb9c8495e62828d3ca39a088 (patch) | |
tree | 5d94da522e82c05b87b02db0e43fd1cf539923b6 /stdio.asm | |
parent | 5c0288d7d93edf5b22c2b1f7a990bcbbad4057b9 (diff) | |
download | minos-27fd06edac7ea3bceb9c8495e62828d3ca39a088.tar.gz |
Spelling
Diffstat (limited to 'stdio.asm')
-rw-r--r-- | stdio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ printf: cmp al, '%' ; '%%' - just print the character je .do_percent_escape - cmp al, 'c' ; '%c' - proccess character + cmp al, 'c' ; '%c' - process character je .do_char cmp al, 'd' ; '%d' - process integer |