We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630735e commit a189cebCopy full SHA for a189ceb
boot/boot32.asm
@@ -306,6 +306,7 @@ c3:
306
adc dx, [data_start + 2]
307
ret
308
309
+%if 0
310
; prints text after call to this function.
311
312
print_1char:
@@ -318,7 +319,8 @@ print1: lodsb ; get token
318
319
cmp al, 0 ; end of string?
320
jne print_1char ; until done
321
ret ; and jump to it
-
322
+%endif
323
+
324
;input:
325
; DX:AX - 32-bit DOS sector number
326
; ES:BX - destination buffer
0 commit comments