Rev 55 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 55 | Rev 177 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | ;COMMANDLINE_sz=0x0080 |
6 | ;COMMANDLINE_sz=0x0080 |
7 | ;PROGSTART=0x0100 |
7 | ;PROGSTART=0x0100 |
8 | 8 | ||
9 | org PROGSTART |
9 | org PROGSTART |
10 | cmd_begin |
10 | cmd_begin |
- | 11 | ld hl,0xe800 ;FCB1 |
|
- | 12 | ld de,0xe801 |
|
- | 13 | ld bc,0x17ff |
|
- | 14 | ld [hl],0 |
|
- | 15 | ldir |
|
- | 16 | ||
11 | call tokinit |
17 | call tokinit |
12 | 18 | ||
13 | ld hl,fnbuf. |
19 | ld hl,fnbuf. |
14 | ld (tokenize.fn),hl |
20 | ld (tokenize.fn),hl |
15 | ld hl,COMMANDLINE |
21 | ld hl,COMMANDLINE |