Plus/4 Kernal Disassembly $c941-$c965
Suche
Index
FAQ
Kontakt
Zurück
; $C941: DSAVE
DSAVE:  lda     #$66         ; Filename, address, drive ?
        jsr     LCB21        ; process DOS command
        jsr     LCCB5        ; error if filename missing 
        ldy     #$04         ; table offset
        jsr     BCMD         ; do command
        jmp     LA7E1        ; save routine
; $C951: DLOAD
DLOAD:  lda     #$E6         ; Filename, address, drive ?
        jsr     LCB21        ; process DOS command
        jsr     LCCB5        ; error if filename missing  
        lda     #$00
        sta     $0278        ; set sec address #$00
        sta     $0A          ; set load flag
        ldy     #$05         ; create commando-string
        jsr     BCMD         ; do command      
        jmp     LA7FA        ; load routine

 

Letzte Änderung: 2019-01-06 09:50:12
  Rubrik:  C16
Rubriken-Übersicht
 9 Besucher online 

Valid XHTML 1.0 Transitional Valid CSS!