]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/cpm/ipl.asm
* More rcall --> lcall changes.
[avrcpm.git] / avrcpm / cpm / ipl.asm
index 1f91ef4397752c5c5f18aa9a5053459e10d03db4..9d50e42a0ca432442d61b5dc205c505f3593970e 100644 (file)
 ;    $Id$
 ;
 
-org $2000
-       ; IPL for the CP/M-emu in an AVR. Loads CPM from the 'disk' from
-       ; track 0 sector 2 to track 1 sector 26.
+cr:    equ     13
+lf:    equ     10
 
 READ_FUNC:  equ        7
 WRITE_FUNC: equ        6
 BOOT_FUNC:  equ 5
 HOME_FUNC:  equ 4
 
+       org $2000
+       ; IPL for the CP/M-emu in an AVR. Loads CPM from the 'disk' from
+       ; track 0 sector 2 to track 1 sector 26.
+
        ld sp,$1000
        ld hl,msgipl
        call prmsg