From 34d49140a56153803cbac9d83080f2fec14160b3 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Thu, 24 Aug 2023 23:33:41 +0000 Subject: [PATCH] test/sample3: revert to MC0 --- test/sample3.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/sample3.asm b/test/sample3.asm index 3510ed2..d44e0e6 100644 --- a/test/sample3.asm +++ b/test/sample3.asm @@ -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