From 3bdef9993933a2c65cbea4935a0d9ddc9716a49c Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Sat, 19 Oct 2024 11:17:09 -0400 Subject: [PATCH] typo --- src/stage2/stage2.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index dbe80d8..da540d6 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -201,7 +201,7 @@ hcf: ALIGN 4, db 0x90 PrintString: __CDECL16_ENTRY - mov di, [bp + 4] ; first arg is char* + mov di, [bp + 4] ; first arg is char[] .str_len: xor cx, cx ; ECX = 0 not cx ; ECX = -1 == 0xFFFF