From 35d568b3fa8f9651430ac8582ca45b6fa6d41ff2 Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 18 Dec 2025 01:07:26 +0300 Subject: Add sh9cmd module which is used as cli command module prototype for use with runtime load --- appl/cmd/mkfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appl/cmd/mkfile b/appl/cmd/mkfile index a422ace..062b58c 100644 --- a/appl/cmd/mkfile +++ b/appl/cmd/mkfile @@ -1,13 +1,15 @@ <../../mkconfig TARG=\ - sh9.dis\ + sh9.dis\ sh92.dis\ + sh9cmd.dis\ SYSMODULES=\ sh9util.m\ sh9parser.m\ - sys.m\ + sh9cmd.m\ + sys.m\ DISBIN=$ROOT/dis -- cgit v1.2.3