1 files changed, 3 insertions(+), 0 deletions(-)
M src/cccc.tal
M src/cccc.tal => src/cccc.tal +3 -0
@@ 524,8 524,11 @@ JMP2r
@press-number ( value note button* -- )
press-button play-note
+ ( ignore hex keys in dec mode )
+ .mode/dec LDZ ?&skip
!append
+ &skip POP JMP2r
@press-button ( button* -- )