From efe4d4f46709c3fe22484f40b85d69c10fd3ebe2 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 30 Apr 2025 13:53:26 +0300 Subject: [PATCH] updated blackjack example --- examples/numjack.mu8a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/numjack.mu8a b/examples/numjack.mu8a index cab562d..4118737 100644 --- a/examples/numjack.mu8a +++ b/examples/numjack.mu8a @@ -151,4 +151,4 @@ fma 1 127 60 ; add half the bet (for blackjack calc) :win fma 61 127 60 ; add bet first time :push fma 61 127 60 ; add bet second time juc :main ; reloop to beginning -:end nop 0 0 0 ; just a nop label for the program end +:end nnn ; just a nop label for the program end