about summary refs log tree commit diff stats
path: root/308allocate-array.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 13:51:54 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 14:18:48 -0700
commit5462619d963ca8606c03812b1d8d614bb7e0462c (patch)
tree9dc81e5f27dedb337f09ea130b2d7b8220bc6c89 /308allocate-array.subx
parent9f293fef05217b9d7aabe7f697022145ada5bf47 (diff)
downloadmu-5462619d963ca8606c03812b1d8d614bb7e0462c.tar.gz
6742 - support for formatting in fake screens
We still need a few primitives, but we can implement these as needed. I'm
ready to call the fake screen done.
Diffstat (limited to '308allocate-array.subx')
-rw-r--r--308allocate-array.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/308allocate-array.subx b/308allocate-array.subx
index 2d3d1a9d..760b8090 100644
--- a/308allocate-array.subx
+++ b/308allocate-array.subx
@@ -1,5 +1,7 @@
 # 2-arg version of allocate-array.
 
+== code
+
 allocate-array2:  # ad: (addr allocation-descriptor), array-len: int, elem-size: int, out: (addr handle array _)
     # . prologue
     55/push-ebp