aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t_fl900/macros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t_fl900/macros.inc')
-rw-r--r--tests/t_fl900/macros.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/t_fl900/macros.inc b/tests/t_fl900/macros.inc
new file mode 100644
index 0000000..951a117
--- /dev/null
+++ b/tests/t_fl900/macros.inc
@@ -0,0 +1,16 @@
+; MACROS.INC
+;******************************************************************************
+;* šberall gebrauchte Makros *
+;* *
+;* Alfred Arnold, Oktober 1993 *
+;******************************************************************************
+
+proc macro name ; Prozedureintritt
+ section name
+ public name
+name label $
+ endm
+
+endp macro name ; Prozeduraustritt
+ endsection name
+ endm