".if 0" around the "dumphex:" routine, to save 156 bytes.

This commit is contained in:
Dave Lyons 2020-08-30 01:18:38 -07:00
parent fec10815ae
commit 6ebfbab93a
1 changed files with 1 additions and 1 deletions

View File

@ -8596,7 +8596,7 @@ no_stop:
lda #1
rts
.if 1
.if 0
;---------------------------------------------------------
; dumphex: Dump out successive bytes of a memory range, given an address
; dumphex_ptr: Dump out successive bytes of a memory range, given a pointer to be dereferenced first