1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 149e763821 Change the way ASCII is handled for 64tass
The documentation for 64tass says you're required to pass "--ascii"
when the source file is ASCII (as opposed to PETSCII).  We were
ignoring this, but it turns out that everything works a bit better
if we don't.

So we now pass "--ascii" on the command line, and add a two-line
character encoding definition to every file that is generated with
ASCII as the default encoding.  The sg_petscii and sg_screen
encodings go away, as PETSCII is now the default, and we can use the
built-in "screen" encoding.
2019-08-20 11:21:30 -07:00
..
advanced.html Update documentation 2019-08-18 17:16:44 -07:00
analysis.html Update documentation 2019-08-18 17:16:44 -07:00
codegen.html Change the way ASCII is handled for 64tass 2019-08-20 11:21:30 -07:00
editors.html Update documentation 2019-08-18 17:16:44 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Update documentation 2019-08-18 17:16:44 -07:00
intro.html Update documentation 2019-08-18 17:16:44 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Update documentation 2019-08-18 17:16:44 -07:00
settings.html Update documentation 2019-08-18 17:16:44 -07:00
tools.html Update documentation 2019-08-18 17:16:44 -07:00
tutorials.html Documentation update 2019-08-19 14:16:35 -07:00