~rabbits/cccc

6ecc74761f47875357ec9e0a03067e05dfc62ea5 — Devine Lu Linvega 4 months ago f1df39a
Ignore hex numbers in dec mode
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* -- )