From 8caa5e7cafb686ac215eb4d1eb56f8a953ea11f4 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 14 Jul 2024 09:16:39 -0700 Subject: Whitespace Formatting --- debug.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debug.inc') diff --git a/debug.inc b/debug.inc index e401c1f..52a1509 100644 --- a/debug.inc +++ b/debug.inc @@ -7,11 +7,12 @@ %include "dtos.inc" %endif - ;; TODO: Make print without newline -%macro DEBUG_HERE 0-1 "" + ;; TODO: Make print without newlineg +%macro DEBUG_HERE 0-1 "" section .data make_zstring %%head, "Log: ", __?FILE?__,":" make_zstring %%text, %1,10 + section .text lea rax, [rel %%head] call print_zstring -- cgit v1.2.1