aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t_fl90/mon.inc
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
committerfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
commit333b605b2afd472b823aeda0adf0e8b1ea9843c0 (patch)
treebc8f581317897e2e53f278f1716b4471fcdccd4f /tests/t_fl90/mon.inc
downloadasl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.tar.gz
asl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.tar.bz2
asl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.zip
initial commit from asl-1.41r8.tar.gzHEADmaster
Diffstat (limited to 'tests/t_fl90/mon.inc')
-rw-r--r--tests/t_fl90/mon.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/t_fl90/mon.inc b/tests/t_fl90/mon.inc
new file mode 100644
index 0000000..46e08d3
--- /dev/null
+++ b/tests/t_fl90/mon.inc
@@ -0,0 +1,11 @@
+MRET EQU 0080H ; RETURN TO MONITOR
+CONIN EQU 0083H ; CONSOLE INPUT
+COSTAT EQU 0086H ; CONSOLE STATUS
+CONOUT EQU 0089H ; CONSOLE OUTPUT
+TXTAUS EQU 008CH ; TEXT-OUTPUT
+PSTR EQU 008FH ; STRING OUTPUT
+A_ASC EQU 0092H ; CONVERT CONTENT OF A TO ASCII
+HL_ASC EQU 0095H ; CONVERT CONTENT OF HL TO ASCII
+BLAUS EQU 0098H ; BLANK OUTPUT
+GETZEIL EQU 009BH ; READ LINE
+