From fc496164d9e4f613a2c6488a2551114214b8544a Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Thu, 4 Mar 2021 03:15:59 +0100 Subject: [PATCH] new version --- bsv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsv.c b/bsv.c index 2a6b539..474e102 100644 --- a/bsv.c +++ b/bsv.c @@ -25,8 +25,8 @@ void main(void){ CLEAR (i1) CLEAR (i2) for(;;) { - /*n = i2<<2 | i1>>6;*/ - MOV (n, i2) + MOV (acc, i2)// "mov mem,mem" + MOV (n, acc)// does not exist SL (n) SL (n) MOV (acc, i1) -- 2.39.3