*** empty log message ***
[h316.git] / lib / hachti / src / liblok.asm
1 * LIBLOCK
2 *
3 * A symbol export that can be called by any program.
4 * Is satisfied last in library order.
5 *
6 SUBR LIBLOK,LOK
7 REL
8 ORG 0
9 LOK DAC **
10 JMP* LOK
11 END
12 *
13 *
14 *