From 829ed4f398904580ffbdb4ec51904083dcde8000 Mon Sep 17 00:00:00 2001 From: Hikaru Ikuta Date: Thu, 6 Jan 2022 07:07:13 +0900 Subject: [PATCH] Add types for kRead and kPrint --- sectorlisp.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sectorlisp.S b/sectorlisp.S index aeb054a..87b2317 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -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