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) mov bx, hexTestPrefixString ; Hex print test (not needed but fun)
call print call print
pusha
mov dx, 0x002e ; test the conversion mov dx, 0x002e ; test the conversion
call hexToASCII call hexToASCII
call println call println
popa
jmp $ ; inf loop jmp $ ; inf loop

Loading…
Cancel
Save