From 0a14c170a09927d72b244d9418c2be5421b38e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 9 Aug 2013 14:19:25 +0000 Subject: [PATCH] modified comments --- BaS_gcc/sources/exceptions.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaS_gcc/sources/exceptions.S b/BaS_gcc/sources/exceptions.S index 2d449a0..83efcaf 100644 --- a/BaS_gcc/sources/exceptions.S +++ b/BaS_gcc/sources/exceptions.S @@ -770,7 +770,7 @@ acsi_dma_rl: bra acsi_dma_fertig acsi_dma_wl: tst.b -4(a5) // dma req? - bpl acsi_dma_fertig // nein-> + bpl acsi_dma_finished // nein-> move.l (a1)+,(a5) // write 4 byts move.l (a1)+,(a5) // write 4 byts move.l (a1)+,(a5) // write 4 byts @@ -781,7 +781,7 @@ acsi_dma_wl: sub.l #16,d0 // byt counter -16 bpl acsi_dma_wl -acsi_dma_fertig: +acsi_dma_finished: move.l a1,-12(a5) // adresse zur�ck move.l d0,-8(a5) // byt counter zur�ck acsi_dma_end: