Show
Ignore:
Timestamp:
08/03/09 04:24:45 (3 years ago)
Author:
brandonlw
Message:

Some code to actually write the received TI-OS to Flash
It (almost) works, as far as I can tell

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1C/linkprotocol.asm

    r33 r34  
    66 
    77 PUBLIC SendCommandA,ReceiveHeaderPacket,SendSkipExitPacket,SendCAndAddToChecksum,SendContinue,ReceiveDataPacket 
     8 PUBLIC receiveRestOfDataPacket 
    89 EXTERN SetupPagedPtr,EnableLinkAssist,Send4Bytes,PagedGet,SendAByte,Get4BytesNC,JErrorNo 
    910 EXTERN SendCByte,RecAByteIO,SaveFlashBytes,SendAcknowledge 
     
    101102       ld hl,ioFlag 
    102103       ld a,(header+1) 
     104       cp 15h 
    103105       jp nz,JErrorNo 
    104106       ld hl,(header+2)