summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-02 23:02:31 -0500
committerpommicket <pommicket@gmail.com>2022-02-02 23:02:31 -0500
commitbe9a3b4bd5f7e9a44c16d942e2f7050927d0e277 (patch)
tree7844fc466d43c3177cb41486fb29d61a4522e261 /05/main.b
parente8378ddac0aee99e567082233d8488c3c915bd3a (diff)
arrays decay to pointers - also found bug
Diffstat (limited to '05/main.b')
-rw-r--r--05/main.b3
1 files changed, 0 insertions, 3 deletions
diff --git a/05/main.b b/05/main.b
index f9fb098..8a6ceb0 100644
--- a/05/main.b
+++ b/05/main.b
@@ -1,6 +1,3 @@
-; @TODO: string literals should have type char[n] where n = strlen(s)+1
-; gah
-
; add 24 + 16 = 40 to the stack pointer to put argc, argv in the right place
byte 0x48
byte 0x81