summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-02 15:12:28 -0500
committerpommicket <pommicket@gmail.com>2022-02-02 15:12:28 -0500
commitc19bed7454e148a042bb0e8a7fe16020e94c879a (patch)
tree6418663dd22eb6b6783fe58c1819a916624d0343 /05/main.b
parent2a65d49d59918527ae32096b2094d09d62918730 (diff)
struct initializers, found some bugs (not fixed yet)
Diffstat (limited to '05/main.b')
-rw-r--r--05/main.b3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/main.b b/05/main.b
index 8a6ceb0..f9fb098 100644
--- a/05/main.b
+++ b/05/main.b
@@ -1,3 +1,6 @@
+; @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