Show
Ignore:
Timestamp:
08/02/09 05:04:44 (3 years ago)
Author:
brandonlw
Message:

Miscellaneous other changes
I think I'm at a good stopping point tonight.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1C/silentlink.asm

    r31 r33  
    99 EXTERN DispHexA,LdHLInd,SendAcknowledge,ReceiveHeaderPacket,SendSkipExitPacket,Get4BytesNC,SendCommandA 
    1010 EXTERN Send4Bytes,SendCAndAddToChecksum,LCDDelay,_LCD_COMMAND,SendAByte,SetXAutoIncrementMode 
    11  EXTERN SetYAutoIncrementMode,SendContinue,ReceiveDataPacket 
     11 EXTERN SetYAutoIncrementMode,SendContinue,ReceiveDataPacket,DispHexHL 
    1212 
    1313keyscnlnk: 
     
    171171;TODO: actually implement all of this 
    172172ReceiveOSPage: 
     173       ld hl,(curRow) 
     174       push hl 
     175       ld hl,7 
     176       ld (curRow),hl 
     177       ld a,(ioData+8) 
     178       call DispHexA 
     179       ld hl,(ioData+6) 
     180       call DispHexHL 
     181       pop hl 
     182       ld (curRow),hl 
    173183       call SendContinue 
    174184       ld bc,(ioData)