test/sample3: revert to MC0

This commit is contained in:
Zack Buhman 2023-08-24 23:33:41 +00:00
parent 07aecf1b4a
commit 34d49140a5

View File

@ -19,8 +19,7 @@ RAM2_ADR = $00 ; Address of original array
;
MVI DATA_TOP,RA0
MOV RAM0_ADR,CT0
;; DMA D0,MC0,#$02
DMA D0,M0,#$02
DMA D0,MC0,#$02
;
; (Copy of array to be operated from RAM2 to RAM1)
MOV RAM2_ADR,CT2