1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/Examples/Tutorial
Andy McFadden 992e008e7d Add multi-inline extension script to tutorial
It's useful to have an example of an extension script that handles
multiple types of things.  It's also good to show that scripts can
handle data types other than strings, and can chase an address to
format data items elsewhere in the code.

This required updating the tutorial binary, adding the new script,
and updating the tutorial text and associated screen shots.
2021-08-15 10:00:00 -07:00
..
Source Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
InlineL1String.cs Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
InlineMulti.cs Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
InlineNullTermString.cs Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
Tutorial1
Tutorial2
Tutorial4 Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
Tutorial5
VisTutorial5.cs