From bafc09649cf5ea21f88bf90af98c6d0a9cda438d Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:51:21 +0300 Subject: [PATCH] test hexadecimals --- src/mbr_test.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mbr_test.s b/src/mbr_test.s index 3423637..13ccc29 100644 --- a/src/mbr_test.s +++ b/src/mbr_test.s @@ -47,8 +47,8 @@ mov $'\n', %al call serial_putc - mov $691337, %eax - mov $10, %ecx + mov $0xCAFEBABE, %eax + mov $16, %ecx call itoa mov %ax, %si