From 59fd6fbcfe9adc7e5d0c0df58fe4e2e07df5f31b Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 17 Jul 2017 21:40:08 -0600 Subject: [PATCH] Update print16.asm --- x86_64/print16.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/x86_64/print16.asm b/x86_64/print16.asm index dada0fd..06b9fb1 100644 --- a/x86_64/print16.asm +++ b/x86_64/print16.asm @@ -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: -- GitLab