annotate lib/sys6309l2.a @ 2772:0a3f4d8ea6d5

Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected. Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author drencor-xeen
date Wed, 23 Jan 2013 12:36:55 -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