1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-25 10:24:27 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 28eafef27c Expand the set of things SetInlineDataFormat accepts
Extension scripts (a/k/a "plugins") can now apply any data format
supported by FormatDescriptor to inline data.  In particular, it can
now handle variable-length inline strings.  The code analyzer
verifies the string structure (e.g. null-terminated strings have
exactly one null byte, at the very end).

Added PluginException to carry an exception back to the plugin code,
for occasions when they're doing something so wrong that we just
want to smack them.

Added test 2022-extension-scripts to exercise the feature.
2019-10-05 19:51:34 -07:00
..
advanced.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Fix errors in manual 2019-10-03 10:53:56 -07:00
editors.html
end-notes.html
index.html
intro.html
main.css
mainwin.html Fix errors in manual 2019-10-03 10:53:56 -07:00
settings.html
tools.html
tutorials.html