diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-19 20:43:24 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-19 20:43:24 -0800 |
commit | bd927590475ef2b1c4e495d51fe642eb853f7bb8 (patch) | |
tree | fa7254f1fd56aac35de4b0831c1c8eea59c743f7 /apps | |
parent | 1008059f1f277323a48d8fef545c944011efeeac (diff) | |
download | mu-bd927590475ef2b1c4e495d51fe642eb853f7bb8.tar.gz |
5902
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 962cc175..2e090cc8 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -261,7 +261,7 @@ Function-body: # (handle block) 0x10/imm32 Function-next: # (handle function) 0x14/imm32 -Function-size: +Function-size: # (addr int) 0x18/imm32/24 Primitive-name: @@ -282,7 +282,7 @@ Primitive-write-only-output: # boolean 0x1c/imm32 Primitive-next: # (handle function) 0x20/imm32 -Primitive-size: +Primitive-size: # (addr int) 0x24/imm32/36 Stmt-tag: @@ -319,7 +319,7 @@ Named-block-name: Named-block-statements: # (handle list statement) 8/imm32 -Stmt-size: +Stmt-size: # (addr int) 0x18/imm32 Var-name: @@ -332,7 +332,7 @@ Var-stack-offset: 0xc/imm32 Var-register: 0x10/imm32 -Var-size: +Var-size: # (addr int) 0x14/imm32 Any-register: # "*" @@ -345,7 +345,7 @@ List-value: 0/imm32 List-next: 4/imm32 -List-size: +List-size: # (addr int) 8/imm32 # Types are expressed as trees (s-expressions) of type-ids (ints). @@ -358,7 +358,7 @@ Tree-left: # either type-id or (addr tree type-id) 0/imm32 Tree-right: # (addr tree type-id) 4/imm32 -Tree-size: +Tree-size: # (addr int) 8/imm32 Max-type-id: |