Changeset 32 for trunk/page00/boot.asm
- Timestamp:
- 08/02/09 04:39:28 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/boot.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/boot.asm
r31 r32 474 474 cp skGraphvar 475 475 jr z,StartBootLoader 476 $$: ld hl,0 477 ld (appBackUpScreen+50),hl 478 ld (appBackUpScreen+52),hl 479 set indicRun,(iy+indicFlags) 476 $$: set indicRun,(iy+indicFlags) 480 477 ld hl,1 481 478 ld (curRow),hl … … 502 499 ld (curRow),hl 503 500 call DispHexA 504 cp 36h505 jr z,waitOnByte506 501 cp 37h 507 502 jr nz,notKey … … 513 508 call z,PowerOff 514 509 jr $B 515 waitOnByte:516 di517 res curAble,(iy+curFlags)518 ld hl,(curRow)519 push hl520 ld hl,handler521 call APP_PUSH_ERRORH522 ld hl,2523 ld (curRow),hl524 ld a,6525 call PutC526 B_CALL Rec1stByteNC527 call DispHexA528 B_CALL RecAByteIO529 call DispHexA530 B_CALL RecAByteIO531 call DispHexA532 B_CALL RecAByteIO533 call DispHexA534 call APP_POP_ERRORH535 handler:536 pop hl537 ld (curRow),hl538 res indicOnly,(iy+indicFlags)539 set curAble,(iy+curFlags)540 jr $B541 510 sTest: 542 511 DB "This is a test!",0 543 512 544 513 StartBootLoader: 514 ;TODO: this whole thing eventually needs to run from sector 70h or wherever I back myself up to 545 515 res indicOnly,(iy+indicFlags) 546 516 res curAble,(iy+curFlags)
