1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/Examples/Scripts
Andy McFadden 716dce5f28 Pass operand to extension script JSR/JSL handlers
Sort of silly to have every handler immediately pull the operand out
of the file data.  (This is arguably less efficient, since we now
have to serialize the argument across the AppDomain boundary, but
we should be okay spending a few extra nanoseconds here.)
2019-10-17 13:15:25 -07:00
..
InlineL1String.cs Pass operand to extension script JSR/JSL handlers 2019-10-17 13:15:25 -07:00
InlineNullTermString.cs Pass operand to extension script JSR/JSL handlers 2019-10-17 13:15:25 -07:00
Sample Invoke extension scripts when labels they care about change 2019-10-13 18:32:53 -07:00
Sample.dis65 Invoke extension scripts when labels they care about change 2019-10-13 18:32:53 -07:00
Sample.S Invoke extension scripts when labels they care about change 2019-10-13 18:32:53 -07:00