Minor cleanup

pull/9/head
E. Almqvist 4 years ago
parent 06b5c480f5
commit 14e8c697c6
  1. 3
      src/bootloader.asm

@ -8,9 +8,12 @@
mov bx, hexTestPrefixString ; Hex print test (not needed but fun)
call print
pusha
mov dx, 0x002e ; test the conversion
call hexToASCII
call println
popa
jmp $ ; inf loop

Loading…
Cancel
Save