Changeset 60 for trunk/page1C/silentlink.asm
- Timestamp:
- 11/08/09 18:23:13 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page1C/silentlink.asm (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page1C/silentlink.asm
r59 r60 315 315 ld hl,(ioData+6) 316 316 ; call DispHexHL 317 call EraseEOL317 ; call EraseEOL 318 318 pop hl 319 319 ld (curRow),hl … … 337 337 push af 338 338 push hl 339 call DispHexHL ;*** TESTING339 ; call DispHexHL ;*** TESTING 340 340 ld b,a 341 341 ld a,(appSearchPage) … … 473 473 ld (3FFEh+8000h),hl 474 474 ;Find the jump to the boot code and modify it to be appropriate for the model 475 ld de,8000h 476 add hl,de 475 ld hl,8000h 477 476 push hl 478 477 pop ix … … 546 545 jr nz,$B 547 546 ;Mark the OS as valid 548 xor a547 ld a,70h 549 548 ld b,5Ah 550 ld de, 0056h549 ld de,4056h 551 550 B_CALL WriteAByte 552 551 ld hl,0 … … 558 557 out (7),a 559 558 ; call DispHexHL 560 ld a,'Y'559 ; ld a,'Y' 561 560 ; call PutC 562 561 res indicOnly,(iy+indicFlags) … … 571 570 call APP_POP_ERRORH 572 571 ;Seems like the most sensible thing to do after receiving the TI-OS is just shut off 573 call PowerOff574 572 receiveTIOSHandler: 575 573 jr keyscnlnkEnd
