mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +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 "
|
1: .ascii " SECTORLISP v2 "
|
||||||
.word 0xAA55
|
.word 0xAA55
|
||||||
2: .type .sig,@object
|
2: .type .sig,@object
|
||||||
|
.type kRead,@object
|
||||||
|
.type kPrint,@object
|
||||||
.type kQuote,@object
|
.type kQuote,@object
|
||||||
.type kCond,@object
|
.type kCond,@object
|
||||||
.type kAtom,@object
|
.type kAtom,@object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue