From: bylex Date: Thu, 10 Apr 2025 13:09:29 +0000 (+0200) Subject: Add random example X-Git-Url: https://git.bylex.cz/?a=commitdiff_plain;h=cb13d35b7cbf082e4526dc2a742f2774cc97cc3c;p=maturita.git Add random example --- diff --git a/test_random.hex b/test_random.hex index 1477a84..85b4dfe 100644 Binary files a/test_random.hex and b/test_random.hex differ diff --git a/test_random.s b/test_random.s index 56f3ab1..006e52e 100644 --- a/test_random.s +++ b/test_random.s @@ -1,3 +1,4 @@ +$BIGLOOP ldl 0 65535 ; reg 0 is a screen pixel index ldl 2 1 @@ -11,4 +12,4 @@ jez 0 $END jmp $LOOP $END fdr -hlt +jmp $BIGLOOP