Commit graph

4 commits

Author SHA1 Message Date
JetSetIlly
d830f49f72 renamed MapAddress() in dbgmem package to GetAddressInfo()
the new name is a better description of what the function does
2022-10-20 13:54:50 +01:00
JetSetIlly
5dc9437801 results of SYMBOL command show mnemonic symbol if it exists
SearchBySymbol() does not normalise addresses for read/write symbol
tables

updated HELP text for POKE and PEEK. made clear that neither command
changed the address or data buses

change symbols/file.go to symbols/dasm.go
2022-10-20 13:54:50 +01:00
JetSetIlly
f9b1d284a4 SYMBOL command searches label table
refined how address info is printed by SYMBOL command for all search
tables
2022-02-18 10:12:07 +00:00
JetSetIlly
250dedcd2d moved debugger/memory.go to a new dbgmem package 2021-10-10 11:52:30 +01:00