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