summaryrefslogtreecommitdiff
path: root/z180/romend.180
diff options
context:
space:
mode:
Diffstat (limited to 'z180/romend.180')
-rw-r--r--z180/romend.1809
1 files changed, 9 insertions, 0 deletions
diff --git a/z180/romend.180 b/z180/romend.180
new file mode 100644
index 0000000..2a63342
--- /dev/null
+++ b/z180/romend.180
@@ -0,0 +1,9 @@
+
+ global romend
+
+ cseg
+
+romend equ $
+
+ end
+