From ee75edc421f6f90ee34ad0d460873a3b13218078 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 9 Jun 2004 13:13:08 +0000 Subject: initial revision --- samples/echo.mixal | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 samples/echo.mixal (limited to 'samples/echo.mixal') diff --git a/samples/echo.mixal b/samples/echo.mixal new file mode 100644 index 0000000..9b87adf --- /dev/null +++ b/samples/echo.mixal @@ -0,0 +1,10 @@ +* read from the console +TERM EQU 19 +MSG EQU 500 +PRINT EQU 20 + ORIG 1000 +START IN MSG(TERM) +* JBUS *(TERM) + OUT MSG(TERM) + HLT + END START -- cgit v1.2.3