From 7d33cce06956614cf4a4a01f4a362dc097eea647 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 2 Aug 2020 11:42:59 -0700 Subject: 6701 --- apps/mu | Bin 368786 -> 368763 bytes apps/mu.subx | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/mu b/apps/mu index cc38f6d7..3e28e763 100755 Binary files a/apps/mu and b/apps/mu differ diff --git a/apps/mu.subx b/apps/mu.subx index d40e48e9..76e61243 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -393,13 +393,15 @@ Type-id: # (stream (addr array byte)) 0/imm32/read 0x100/imm32/size # data - "literal"/imm32 # 0: value is just the name + 0/imm32 # 0 reserved for literals; value is just the name + # Not to be used directly, so we don't include a name here. "int"/imm32 # 1 "addr"/imm32 # 2 "array"/imm32 # 3 "handle"/imm32 # 4 "boolean"/imm32 # 5 - "constant"/imm32 # 6: like a literal, but value is an int in Var-offset + 0/imm32 # 6 reserved for constants; they're like literals, but value is an int in Var-offset + # Not to be used directly, so we don't include a name here. "offset"/imm32 # 7: (offset T) is guaranteed to be a 32-bit multiple of size-of(T) # 0x20 "byte"/imm32 # 8 -- cgit 1.4.1-2-gfad0