mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 17:11:33 +03:00
..
This commit is contained in:
parent
b9c54c9a1e
commit
440cb45e75
@ -240,10 +240,11 @@ Dss:
|
|||||||
.DRV.GenIOCTL.GetParams EQU #00*256 + .DRV.GenIOCTL ; Get Device Parameters
|
.DRV.GenIOCTL.GetParams EQU #00*256 + .DRV.GenIOCTL ; Get Device Parameters
|
||||||
.DRV.GenIOCTL.ReadTrack EQU #01*256 + .DRV.GenIOCTL ; Read track
|
.DRV.GenIOCTL.ReadTrack EQU #01*256 + .DRV.GenIOCTL ; Read track
|
||||||
.DRV.GenIOCTL.TestTRK EQU #02*256 + .DRV.GenIOCTL ; Test track
|
.DRV.GenIOCTL.TestTRK EQU #02*256 + .DRV.GenIOCTL ; Test track
|
||||||
|
.DRV.GenIOCTL.GetMoreParams EQU #03*256 + .DRV.GenIOCTL ; Get More Device Parameters
|
||||||
.DRV.GenIOCTL.SetParams EQU #80*256 + .DRV.GenIOCTL ; Set Device Parameters
|
.DRV.GenIOCTL.SetParams EQU #80*256 + .DRV.GenIOCTL ; Set Device Parameters
|
||||||
.DRV.GenIOCTL.WriteTRK EQU #81*256 + .DRV.GenIOCTL ; Write track
|
.DRV.GenIOCTL.WriteTRK EQU #81*256 + .DRV.GenIOCTL ; Write track
|
||||||
.DRV.GenIOCTL.FormatTRK EQU #82*256 + .DRV.GenIOCTL ; Format track
|
.DRV.GenIOCTL.FormatTRK EQU #82*256 + .DRV.GenIOCTL ; Format track
|
||||||
.DRV.GenIOCTL.Enter EQU #55AA ; for DE
|
;.DRV.GenIOCTL.Enter EQU #55AA ; for DE
|
||||||
;.DRV.Reserved EQU #09
|
;.DRV.Reserved EQU #09
|
||||||
.DRV.LongRead EQU #10
|
.DRV.LongRead EQU #10
|
||||||
.DRV.LongWrite EQU #11
|
.DRV.LongWrite EQU #11
|
||||||
|
|||||||
8
math.asm
8
math.asm
@ -2357,7 +2357,7 @@ mul32:
|
|||||||
;°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°;
|
;°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°;
|
||||||
;BDE*CHL -> HLBCDE
|
;BDE*CHL -> HLBCDE
|
||||||
;155 bytes
|
;155 bytes
|
||||||
;402+3*C_Times_BDE
|
;402+3*C_times_BDE
|
||||||
;fastest:1201cc
|
;fastest:1201cc
|
||||||
;slowest:1753cc
|
;slowest:1753cc
|
||||||
;avg: 1464.9033203125cc (1464+925/1024)
|
;avg: 1464.9033203125cc (1464+925/1024)
|
||||||
@ -2368,7 +2368,7 @@ mul24:
|
|||||||
push bc
|
push bc
|
||||||
ld c,l
|
ld c,l
|
||||||
push hl
|
push hl
|
||||||
call C_Times_BDE
|
call C_times_BDE
|
||||||
ld (.var48),hl
|
ld (.var48),hl
|
||||||
ld l,a
|
ld l,a
|
||||||
ld h,c
|
ld h,c
|
||||||
@ -2376,7 +2376,7 @@ mul24:
|
|||||||
|
|
||||||
pop hl
|
pop hl
|
||||||
ld c,h
|
ld c,h
|
||||||
call C_Times_BDE
|
call C_times_BDE
|
||||||
push bc
|
push bc
|
||||||
ld bc,(.var48+1)
|
ld bc,(.var48+1)
|
||||||
add hl,bc
|
add hl,bc
|
||||||
@ -2390,7 +2390,7 @@ mul24:
|
|||||||
ld (.var48+3),hl
|
ld (.var48+3),hl
|
||||||
|
|
||||||
pop bc
|
pop bc
|
||||||
call C_Times_BDE
|
call C_times_BDE
|
||||||
ld de,(.var48+2)
|
ld de,(.var48+2)
|
||||||
add hl,de
|
add hl,de
|
||||||
ld (.var48+2),hl
|
ld (.var48+2),hl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user