mirror of
https://github.com/fadden/6502bench.git
synced 2024-10-31 19:04:44 +00:00
28eafef27c
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.
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
; Copyright 2019 faddenSoft. All Rights Reserved.
|
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
|
|
|
*SYNOPSIS Symbols test 2022-extension-scripts
|
|
|
|
PrintInlineL1String @ $011000
|
|
PrintInlineL2String @ $012000
|