mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Add types for kRead and kPrint
This commit is contained in:
parent
1136e5752e
commit
829ed4f398
1 changed files with 2 additions and 0 deletions
|
|
@ -309,6 +309,8 @@ Eval: test %ax,%ax # Eval(e:ax,a:dx):ax
|
|||
1: .ascii " SECTORLISP v2 "
|
||||
.word 0xAA55
|
||||
2: .type .sig,@object
|
||||
.type kRead,@object
|
||||
.type kPrint,@object
|
||||
.type kQuote,@object
|
||||
.type kCond,@object
|
||||
.type kAtom,@object
|
||||
|
|
|
|||
Loading…
Reference in a new issue