Skip to content

Commit 51fa98d

Browse files
Alex105178Real-Septicake
authored andcommitted
Removed redundant mov instruction in boot_sect.asm.
1 parent ac86c94 commit 51fa98d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/boot/boot_sect.asm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ skip_hex:
168168
print_byte:
169169
push ax
170170

171-
mov ax, [esp]
172171
shr al, 4
173172
call print_half_byte
174173
mov ax, [esp]

0 commit comments

Comments
 (0)