Update print16.asm

This commit is contained in:
Jeremy Soller
2017-07-17 21:40:08 -06:00
committed by GitHub
parent 7a019b63ce
commit 59fd6fbcfe
-2
View File
@@ -3,8 +3,6 @@ USE16
; provide function for printing in x86 real mode
; print a string and a newline
; IN
; si: points at zero-terminated String
; CLOBBER
; ax
print_line: