".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

View File

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