05-bootsector-functions-strings/boot_sect_print_hex.asm

Author: elfatairyCreated Aug 20, 2023Updated Jun 30, 2025

in line 30 shouldn't it be ror dx, 1 instead of ror dx, 4 so we shift the 3rd letter of dx to be the last so we can convert it into ASCII (I didn't try the code I just thought about that while reading it)