annotate lib/sys6309l2.a @ 2668:07441dfebc27 lwtools-port

Make tocgen build with lwasm lwasm does not treat a trailing colon as part of the symbol name. Removed trailing colons on symbol references.
author William Astle <lost@l-w.ca>
date Sun, 10 Jun 2012 13:35:44 -0600
parents 594d292e1788
children aaba193af04f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2331
954369121d6e Updated
boisy
parents:
diff changeset
1 DRAGON equ 0
954369121d6e Updated
boisy
parents:
diff changeset
2 Level equ 2
954369121d6e Updated
boisy
parents:
diff changeset
3 H6309 equ 1
954369121d6e Updated
boisy
parents:
diff changeset
4
954369121d6e Updated
boisy
parents:
diff changeset
5 psect sys_a,0,0,0,0,0
954369121d6e Updated
boisy
parents:
diff changeset
6
954369121d6e Updated
boisy
parents:
diff changeset
7 use os9defs.a
954369121d6e Updated
boisy
parents:
diff changeset
8 use rbfdefs.a
954369121d6e Updated
boisy
parents:
diff changeset
9 use scfdefs.a
2332
594d292e1788 added pipedefs
boisy
parents: 2331
diff changeset
10 use pipedefs.a
594d292e1788 added pipedefs
boisy
parents: 2331
diff changeset
11 use systype.a
2331
954369121d6e Updated
boisy
parents:
diff changeset
12
954369121d6e Updated
boisy
parents:
diff changeset
13 endsect