From 016ef7f019646b75d52f10f1119673770e01f7a9 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 5 Jul 2024 03:37:27 +0200 Subject: [PATCH] i dont wish to deal with logic just yet --- debug/xop.eax | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debug/xop.eax b/debug/xop.eax index 339cbf9..c63eb5a 100644 --- a/debug/xop.eax +++ b/debug/xop.eax @@ -16,7 +16,7 @@ procedure highlight s32 byte begin loop - if byte = 0x90 then + if /* byte = 0x90 */ then fastcall echo_new_line fastcall terminal_style EFFECT_NORMAL COLOUR_YELLOW fastcall echo_byte [buffer + offset] @@ -25,7 +25,7 @@ begin fastcall echo_byte [buffer + offset] end if inc offset - if offset = size then + if /* offset = size */ then break end if end loop @@ -39,7 +39,7 @@ program xop u8 buffer = NULL; begin - if argc != 2 then + if /* argc != 2 */ then fatal_failure(1, "xop: xop input") end if