Skip to content

Commit

Permalink
Forth: print_byte fallthrough to print_nibble
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Apr 19, 2022
1 parent cea57a9 commit da75ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forth.s
Original file line number Diff line number Diff line change
Expand Up @@ -3079,8 +3079,7 @@ print_byte:
JSR print_nibble
PLA
AND #$0F ; LO nibble
JSR print_nibble
RTS
; fallthrough to print_nibble

print_nibble:
BNE :+
Expand Down

0 comments on commit da75ff4

Please sign in to comment.