Changeset 50
- Timestamp:
- 10/11/09 00:52:29 (2 years ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
page00/mathcore.asm (modified) (2 diffs)
-
page00/util.asm (modified) (2 diffs)
-
page00/varmgmt.asm (modified) (1 diff)
-
page01/01base.asm (modified) (2 diffs)
-
page1C/silentlink.asm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/mathcore.asm
r49 r50 4 4 include "includes\os2.inc" 5 5 6 PUBLIC OP1ToOP4 6 PUBLIC OP1ToOP4,OP1ToOP2 7 7 8 8 OP1ToOP4: … … 23 23 ret 24 24 25 OP1ToOP2: 26 ld hl,OP1 27 ld de,OP2 28 jr Mov11B 29 -
trunk/page00/util.asm
r49 r50 2 2 SEGMENT PAGE00 3 3 4 PUBLIC _APP_PUSH_ERRORH,_APP_POP_ERRORH, FindSym,PushRealO1,Mov9ToOP1,FPAdd,OP1ToOP2,LCDDelay4 PUBLIC _APP_PUSH_ERRORH,_APP_POP_ERRORH,PushRealO1,Mov9ToOP1,FPAdd,LCDDelay 5 5 PUBLIC CopyFlashPage,ATimes16,CalculateOSChecksum 6 6 PUBLIC Placeholder005Fh,Placeholder0006h,Placeholder004Eh,Placeholder0003h,Placeholder0035h … … 15 15 Mov9ToOP1: 16 16 FPAdd: 17 OP1ToOP2:18 FindSym:19 17 Placeholder0003h: 20 18 Placeholder0006h: -
trunk/page00/varmgmt.asm
r49 r50 4 4 include "includes\os2.inc" 5 5 6 PUBLIC ResetStacks 6 PUBLIC ResetStacks,FindSym 7 7 EXTERN JErrorNo,OP1ToOP4 8 8 -
trunk/page01/01base.asm
r48 r50 9 9 10 10 GetKey: 11 GetKeyStart: 12 xor a 13 GetKeyMainLoop: 14 call DisplayShift 15 call showCursor 16 set apdRunning,(iy+apdFlags) 17 restartKeyLoop: 11 18 in a,(statusPort) 12 19 and STATUS_NON_83P_MASK 13 20 jr z,GetKeyStart 14 ;set linkAssistEnabled,(iy+linkAssistFlags)15 ;in a,(laStatusPort)16 ;xor a17 ;out (laEnPort),a18 21 bit 0,(iy+3Eh) 19 22 jr z,disableLA … … 29 32 ld a,80h 30 33 out (8),a 31 GetKeyStart:32 xor a33 GetKeyMainLoop:34 call DisplayShift35 call showCursor36 set apdRunning,(iy+apdFlags)37 restartKeyLoop:38 34 set enableHW2Timer,(iy+interruptFlags) 39 35 bit onInterrupt,(iy+onFlags) -
trunk/page1C/silentlink.asm
r48 r50 73 73 keyscnlnkHandler: 74 74 di 75 ;call DisableLinkAssist75 call DisableLinkAssist 76 76 pop af 77 77 bit 2,a
