updated blackjack example

This commit is contained in:
Luxferre
2025-04-30 13:53:26 +03:00
parent 350ab0ef17
commit efe4d4f467
+1 -1
View File
@@ -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