about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-03 00:19:31 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:46 -0700
commitca358b17a3fc36adcfbbb565675998de2d3e3576 (patch)
tree32c1d8726f4593521e1bc67b8e2d1ae4633c2d40 /apps/mu.subx
parent546a92985f7da2491077d641a2c118b4af7f6913 (diff)
downloadmu-ca358b17a3fc36adcfbbb565675998de2d3e3576.tar.gz
table primitives working
  $ ./translate_subx init.linux 0*.subx  &&  ./a.elf test
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 112d3c29..307c65e2 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -7778,6 +7778,7 @@ $emit-subx-stmt:end:
     5d/pop-to-ebp
     c3/return
 
+# TODO: actually return the length in array elements, rather than the size in bytes
 translate-mu-length-stmt:  # out: (address buffered-file), stmt: (handle stmt)
     # . prologue
     55/push-ebp