1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-30 06:29:32 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden bd5b556a7f Show "ptr" for pointer use in cross-reference list
Consider:
 LDA $00 loads a value from address $00
 LDA $00,X might load from $00, or might not
 LDA ($00),Y dereferences $00 as a 16-bit pointer
 LDA ($00,X) dereferences a pointer, not necessarily from $00

When perusing the cross-reference list, it's useful to be able to
tell whether an instruction is accessing the location, using it as a
base address, or deferencing it as a pointer.  We now show "ptr" in
the list for pointer dereferences.  (We already showed "idx" for
indexed accesses.)
2020-09-04 13:26:41 -07:00
..
advanced.html Expand "apply platform symbols" feature 2020-07-28 10:56:07 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
editors.html Data Bank Register management, part 5 2020-07-10 13:29:36 -07:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Data Bank Register management, part 5 2020-07-10 13:29:36 -07:00
intro.html Data Bank Register management, part 5 2020-07-10 13:29:36 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Show "ptr" for pointer use in cross-reference list 2020-09-04 13:26:41 -07:00
settings.html Split "show cycle counts" in two 2020-08-27 13:59:53 -07:00
tools.html Add Apple II screen memory chart 2020-08-20 17:24:28 -07:00
tutorials.html Split "show cycle counts" in two 2020-08-27 13:59:53 -07:00
visualization.html Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00