mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-01-04 22:29:22 +00:00
BlockMove to BlockMoveData
This commit is contained in:
parent
4f35eaf2b1
commit
8173edd308
@ -88,7 +88,7 @@ getBootBlocks
|
|||||||
add.l #$BA,A1 ; ...is an element for the structured part of the boot blocks
|
add.l #$BA,A1 ; ...is an element for the structured part of the boot blocks
|
||||||
move.l #138,D0 ; ...of this length
|
move.l #138,D0 ; ...of this length
|
||||||
|
|
||||||
dc.w $A02E ; BlockMove
|
dc.w $A22E ; _BlockMoveData
|
||||||
|
|
||||||
bra return
|
bra return
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ getSysVol
|
|||||||
lea BufPtrCopy,A0
|
lea BufPtrCopy,A0
|
||||||
move.l A4,A1
|
move.l A4,A1
|
||||||
move.l #(BufPtrCopyEnd-BufPtrCopy),D0
|
move.l #(BufPtrCopyEnd-BufPtrCopy),D0
|
||||||
dc.w $A02E ; BlockMove
|
dc.w $A22E ; _BlockMoveData
|
||||||
|
|
||||||
; Truncate this block to reduce heap fragmentation
|
; Truncate this block to reduce heap fragmentation
|
||||||
lea Code,A0
|
lea Code,A0
|
||||||
@ -349,7 +349,7 @@ DrvrPrime
|
|||||||
move.l $20(A0),A1 ; ioBuffer
|
move.l $20(A0),A1 ; ioBuffer
|
||||||
lea DiskImage,A0
|
lea DiskImage,A0
|
||||||
add.l D1,A0
|
add.l D1,A0
|
||||||
dc.w $A02E ; BlockMove
|
dc.w $A22E ; _BlockMoveData
|
||||||
|
|
||||||
bra.s primeFinish
|
bra.s primeFinish
|
||||||
|
|
||||||
@ -374,7 +374,7 @@ notRead
|
|||||||
move.l $20(A0),A0 ; ioBuffer
|
move.l $20(A0),A0 ; ioBuffer
|
||||||
lea DiskImage,A1
|
lea DiskImage,A1
|
||||||
add.l D1,A1
|
add.l D1,A1
|
||||||
dc.w $A02E ; BlockMove
|
dc.w $A22E ; _BlockMoveData
|
||||||
|
|
||||||
primeFinish
|
primeFinish
|
||||||
movem.l (SP)+,A0-A1/D0-D2
|
movem.l (SP)+,A0-A1/D0-D2
|
||||||
|
Loading…
Reference in New Issue
Block a user