From 6c5e8594c3fc41e56f2ee5337f28aa50790303d8 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Sun, 14 Sep 2025 15:35:43 +0200 Subject: [PATCH] wozmon: make it fit the boot sector --- wozmon.s | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wozmon.s b/wozmon.s index de9db08..64fa19e 100644 --- a/wozmon.s +++ b/wozmon.s @@ -9,7 +9,6 @@ _ZN12_GLOBAL__N_14putcEh: movb 2(%bx), %al #APP ;# 21 "wozmon.cc" 1 - mov %al, %al mov $0x0e, %ah int $0x10 @@ -97,10 +96,6 @@ _ZN12_GLOBAL__N_114WriteHexNibbleEh: .global main .type main, @function main: - pushw %si - pushw %di - pushw %es - pushw %bp movw %sp, %bp subw $76, %sp leaw -64(%bp), %di