*** empty log message ***
[h316.git] / lib / hachti / src / liblok.asm
CommitLineData
0b9cec69 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
9LOK DAC **
10 JMP* LOK
11 END
12*
13*
14*