2019-10-06 02:51:34 +00:00
|
|
|
### 6502bench SourceGen dis65 v1.0 ###
|
|
|
|
{
|
2019-10-19 23:23:42 +00:00
|
|
|
"_ContentVersion":2,"FileDataLength":213,"FileDataCrc32":-798098677,"ProjectProps":{
|
Optionally treat BRKs as two-byte instructions
Early data sheets listed BRK as one byte, but RTI after a BRK skips
the following byte, effectively making BRK a 2-byte instruction.
Sometimes, such as when diassembling Apple /// SOS code, it's handy
to treat it that way explicitly.
This change makes two-byte BRKs optional, controlled by a checkbox
in the project settings. In the system definitions it defaults to
true for Apple ///, false for all others.
ACME doesn't allow BRK to have an arg, and cc65 only allows it for
65816 code (?), so it's emitted as a hex blob for those assemblers.
Anyone wishing to target those assemblers should stick to 1-byte mode.
Extension scripts have to switch between formatting one byte of
inline data and formatting an instruction with a one-byte operand.
A helper function has been added to the plugin Util class.
To get some regression test coverage, 2022-extension-scripts has
been configured to use two-byte BRK.
Also, added/corrected some SOS constants.
See also issue #44.
2019-10-09 21:55:56 +00:00
|
|
|
"CpuName":"65816","IncludeUndocumentedInstr":false,"TwoByteBrk":true,"EntryFlags":32702671,"AutoLabelStyle":"Simple","AnalysisParams":{
|
2019-10-06 02:51:34 +00:00
|
|
|
"AnalyzeUncategorizedData":true,"DefaultTextScanMode":"LowHighAscii","MinCharsForString":4,"SeekNearbyTargets":true,"SmartPlpHandling":true},
|
2019-10-07 21:21:26 +00:00
|
|
|
"PlatformSymbolFileIdentifiers":["PROJ:2022-extension-scripts.sym65"],"ExtensionScriptFileIdentifiers":["PROJ:2022-extension-scripts-a.cs","PROJ:2022-extension-scripts-b.cs"],"ProjectSyms":{
|
2019-10-06 02:51:34 +00:00
|
|
|
"PrintInlineDciString":{
|
|
|
|
"DataDescriptor":{
|
|
|
|
"Length":1,"Format":"NumericLE","SubFormat":"Hex","SymbolRef":null},
|
2019-10-19 23:23:42 +00:00
|
|
|
"Comment":"","HasWidth":false,"Direction":"ReadWrite","MultiMask":null,"Label":"PrintInlineDciString","Value":77824,"Source":"Project","Type":"ExternalAddr"}}},
|
2019-10-06 02:51:34 +00:00
|
|
|
"AddressMap":[{
|
|
|
|
"Offset":0,"Addr":4096},
|
|
|
|
{
|
2019-10-19 23:23:42 +00:00
|
|
|
"Offset":192,"Addr":4352}],"TypeHints":[{
|
2019-10-06 02:51:34 +00:00
|
|
|
"Low":0,"High":0,"Hint":"Code"}],"StatusFlagOverrides":{
|
|
|
|
},
|
|
|
|
"Comments":{
|
2019-10-19 23:23:42 +00:00
|
|
|
"181":"split across address change"},
|
2019-10-06 02:51:34 +00:00
|
|
|
"LongComments":{
|
|
|
|
},
|
|
|
|
"Notes":{
|
|
|
|
},
|
|
|
|
"UserLabels":{
|
2019-10-19 23:23:42 +00:00
|
|
|
"139":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"PrintInline8String","Value":4225,"Source":"User","Type":"LocalOrGlobalAddr"},
|
2019-10-19 23:23:42 +00:00
|
|
|
"140":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"PrintInlineRev8String","Value":4226,"Source":"User","Type":"LocalOrGlobalAddr"},
|
2019-10-19 23:23:42 +00:00
|
|
|
"141":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"PrintInlineNullString","Value":4227,"Source":"User","Type":"LocalOrGlobalAddr"},
|
2019-10-19 23:23:42 +00:00
|
|
|
"170":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"data02","Value":4256,"Source":"User","Type":"LocalOrGlobalAddr"},
|
2019-10-19 23:23:42 +00:00
|
|
|
"173":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"data03","Value":4259,"Source":"User","Type":"LocalOrGlobalAddr"},
|
2019-10-19 23:23:42 +00:00
|
|
|
"142":{
|
2019-10-07 21:21:26 +00:00
|
|
|
"Label":"data01","Value":4228,"Source":"User","Type":"LocalOrGlobalAddr"}},
|
2019-10-06 02:51:34 +00:00
|
|
|
"OperandFormats":{
|
|
|
|
},
|
|
|
|
"LvTables":{
|
|
|
|
}}
|