*** empty log message ***
[h316.git] / lib / hachti / src / liblok.asm
diff --git a/lib/hachti/src/liblok.asm b/lib/hachti/src/liblok.asm
new file mode 100644 (file)
index 0000000..9ed1e70
--- /dev/null
@@ -0,0 +1,14 @@
+* LIBLOCK
+* 
+* A symbol export that can be called by any program.
+* Is satisfied last in library order.
+* 
+       SUBR    LIBLOK,LOK
+       REL
+       ORG     0
+LOK    DAC     **
+       JMP*    LOK
+       END
+* 
+* 
+* 
\ No newline at end of file