Skip to content

Commit 756a546

Browse files
committed
Removed redundant mov instruction in boot_sect.asm.
1 parent 161b505 commit 756a546

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)