Mercurial > hg > Members > kono > nitros9-code
annotate bootman/llbt_1773.a @ 2791:0df4a4590bc6 lwtools-port
Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag.
Updated level2/coco3/cmds/makefile to detect if H6309 is present
and if so to use the sys6309l2.a lib file and if the value is not
set then use sys6809l2.a lib file.
author | drencor-xeen |
---|---|
date | Sun, 27 Jan 2013 10:41:30 -0600 |
parents | 2db06bc0742a |
children |
rev | line source |
---|---|
2163 | 1 NAM llbt_1773 |
2 TTL WD1773 low-level booter | |
3 | |
4 PSECT llbt_1773,0,0,0,0,llbt_1773 | |
5 | |
6 VSECT | |
7 ENDSECT | |
8 | |
9 llbt_1773: | |
10 lbsr llinit | |
11 lbsr llread | |
12 lbsr llwrite | |
13 lbsr llterm | |
14 lbsr llinfo | |
15 | |
16 llinit | |
17 llread | |
18 llwrite | |
19 llterm | |
20 rts | |
21 | |
22 llinfo leax info,pcr | |
23 rts | |
24 | |
25 info fcc "Floppy disk drive" | |
26 fcb 0 | |
27 | |
28 endsect |