Less branches

This commit is contained in:
Pecusx
2025-03-11 13:27:11 +01:00
parent 59c9afcacb
commit 460af17292
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -1179,6 +1179,11 @@ next_phase_only
mva branches_list+2 branches_list+3
mva branches_list+1 branches_list+2
mva branches_list+0 branches_list+1
; ----- less branches -----
beq make_random_branch
lda #0
beq branch_ready
; -----
make_random_branch
lda RANDOM ; branch or not (50%)
and #%00000001
BIN
View File
Binary file not shown.