aboutsummaryrefslogtreecommitdiff
path: root/debug.inc
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-07-14 09:16:39 -0700
committerChristian Cunningham <cc@localhost>2024-07-14 09:16:39 -0700
commit8caa5e7cafb686ac215eb4d1eb56f8a953ea11f4 (patch)
tree9ba811f89f0940988b7bb5e577a0a6463a45cee2 /debug.inc
parent28fbc837eaff40b0f992233e583f8352f13dddfe (diff)
Whitespace Formatting
Diffstat (limited to 'debug.inc')
-rw-r--r--debug.inc5
1 files changed, 3 insertions, 2 deletions
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