1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen/SGTestData/Source
Andy McFadden 38d3adbb08 PETSCII does DCI
I didn't think it made sense, but I found something that used it,
so apparently it's a thing.  This updates the operand editor to
let you choose PETSCII+DCI, and updates the assemblers to handle
it correctly (really just 64tass, since the others either don't
have a DCI directive or don't deal with PETSCII at all).

Changed the char-encoding sample from "bad dcI" to "pet dcI", and
updated the documentation.
2019-08-20 17:55:12 -07:00
..
1000-allops-value-65816.S
1001-allops-zero-65816.S
1002-embedded-instructions.S
1003-flags-and-branches.S Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
1004-data-recognition.S
2000-allops-value-6502.S
2001-allops-zero-6502.S
2002-allops-value-65C02.S
2003-allops-zero-65C02.S
2004-numeric-types.S
2005-string-types.S
2006-operand-formats.S Correctly handle delimiters in character operands 2019-08-14 17:31:15 -07:00
2007-labels-and-symbols.S Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
2008-address-changes.S
2009-branches-and-banks.S
2010-target-adjustment.S
2011-hinting.S Update some comments 2018-10-10 16:41:03 -07:00
2012-label-localizer.S
2013-notes-and-comments.S
2014-label-dp.S Add 2014-label-dp 2018-10-30 16:07:35 -07:00
2016-char-encoding.S PETSCII does DCI 2019-08-20 17:55:12 -07:00
allops-common-65C02.S
allops-common-6502.S
allops-common-65816.S