1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-10 04:23:44 +00:00
6502bench/PluginCommon
Andy McFadden 4e5c34f457 Binary includes
This adds a new data format option, "binary include", that takes a
filename operand.  When assembly sources are generated, the section
of file is replaced with an appropriate pseudo-op, and binary files
are generated that hold the file contents.  This is a convenient way
to remove large binary blobs, such as music or sound samples, that
aren't useful to have in text form in the sources.

Partial pathnames are allowed, so you can output a sound blob to
"sounds/blather.bin".  For safety reasons, we don't allow the files
to be created above the project directory, and existing files will
only be overwritten if they have a matching length (so you don't
accidentally stomp on your project file).

The files are not currently shown in the GenAsm dialog, which lets
you see a preview of the generated sources.  The hex dump tool
can do this for the (presumably rare) situations where it's useful.

A new regression test, 20300-binary-include, has been added.  The
pseudo-op name can be overridden on-screen in the settings.

We don't currently do anything new for text/HTML exports.  It might
be useful to generate an optional appendix with a hex dump of the
excised sections.

(issue #144)
2024-05-31 14:22:39 -07:00
..
AddressTranslate.cs Add "StdInline" extension script 2021-10-16 13:19:21 -07:00
Interfaces.cs Binary includes 2024-05-31 14:22:39 -07:00
Matrix33.cs Switch to left-handed coordinate system 2020-03-14 13:59:08 -07:00
PlSymbol.cs Add offset to PlSymbol 2021-10-23 21:35:30 -07:00
PluginCommon.csproj Initial file commit 2018-09-28 10:05:11 -07:00
PluginException.cs Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
PluginManager.cs Add "StdInline" extension script 2021-10-16 13:19:21 -07:00
Util.cs Add support for points in wireframe meshes 2020-04-11 11:23:16 -07:00
Vector3.cs Tweak Vector3 and VisWireframe 2020-03-10 20:59:45 -07:00
VisBitmap8.cs Minor tweaks 2023-04-17 09:48:01 -07:00
VisWireframe.cs Add Atari DVG visualizer 2021-11-02 08:54:07 -07:00