1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 08:29:29 +00:00

Rename test 10042

The 10042-data-recognition test has no 65816-specific content, so it
should be named 10040-data-recognition.

Also, remove header comment from 20102-label-dp.
This commit is contained in:
Andy McFadden 2020-10-18 09:16:50 -07:00
parent 99cd0d3ac1
commit 2afb280472
12 changed files with 60 additions and 24 deletions

View File

@ -1,26 +1,72 @@
### 6502bench SourceGen dis65 v1.0 ###
{
"_ContentVersion":1,"FileDataLength":601,"FileDataCrc32":63527368,"ProjectProps":{
"CpuName":"65816","IncludeUndocumentedInstr":false,"EntryFlags":32702671,"AnalysisParams":{
"AnalyzeUncategorizedData":true,"MinCharsForString":4,"SeekNearbyTargets":true},
"PlatformSymbolFileIdentifiers":[],"ExtensionScriptFileIdentifiers":[],"ProjectSyms":{
"_ContentVersion":4,
"FileDataLength":601,
"FileDataCrc32":63527368,
"ProjectProps":{
"CpuName":"65816",
"IncludeUndocumentedInstr":false,
"TwoByteBrk":false,
"EntryFlags":32702671,
"AutoLabelStyle":"Simple",
"AnalysisParams":{
"AnalyzeUncategorizedData":true,
"DefaultTextScanMode":"LowHighAscii",
"MinCharsForString":4,
"SeekNearbyTargets":true,
"UseRelocData":false,
"SmartPlpHandling":true,
"SmartPlbHandling":true},
"PlatformSymbolFileIdentifiers":[],
"ExtensionScriptFileIdentifiers":[],
"ProjectSyms":{
}},
"AddressMap":[{
"Offset":0,"Addr":4096},
"Offset":0,
"Addr":4096},
{
"Offset":588,"Addr":128}],"TypeHints":[{
"Low":0,"High":0,"Hint":"Code"},
"Offset":588,
"Addr":128}],
"TypeHints":[{
"Low":0,
"High":0,
"Hint":"Code"},
{
"Low":588,"High":588,"Hint":"Code"}],"StatusFlagOverrides":{
"Low":588,
"High":588,
"Hint":"Code"}],
"StatusFlagOverrides":{
},
"Comments":{
},
"LongComments":{
"-2147483647":{
"Text":"6502bench SourceGen v1.1.0-dev1","BoxMode":false,"MaxWidth":80,"BackgroundColor":0}},
},
"Notes":{
},
"UserLabels":{
},
"OperandFormats":{
},
"LvTables":{
},
"Visualizations":[],
"VisualizationAnimations":[],
"VisualizationSets":{
},
"RelocList":{
},
"DbrValues":{
}}

View File

@ -1,9 +1,7 @@
.cpu "65816"
.cpu "6502i"
.enc "sg_ascii"
.cdef $20,$7e,$20
* = $1000
.as
.xs
lda L10AC
ora L10BC
rts

View File

@ -1,7 +1,5 @@
!cpu 65816
!cpu 6510
* = $1000
!as
!rs
lda L10AC
ora L10BC
rts

View File

@ -1,8 +1,6 @@
.setcpu "65816"
.setcpu "6502X"
; .segment "SEG000"
.org $1000
.a8
.i8
lda L10AC
ora L10BC
rts

View File

@ -1,4 +1,4 @@
# 6502bench SourceGen generated linker script for 10042-data-recognition
# 6502bench SourceGen generated linker script for 10040-data-recognition
MEMORY {
MAIN: file=%O, start=%S, size=65536;
# MEM000: file=%O, start=$1000, size=196;

View File

@ -1,4 +1,3 @@
;6502bench SourceGen v1.1.0-dev1
.cpu "65816"
* = $1000
.as

View File

@ -1,4 +1,3 @@
;6502bench SourceGen v1.1.0-dev1
org $1000
sec
xce

View File

@ -1,4 +1,3 @@
;6502bench SourceGen v1.1.0-dev1
!cpu 65816
* = $0000
!pseudopc $1000 {

View File

@ -1,4 +1,3 @@
;6502bench SourceGen v1.1.0-dev1
.setcpu "65816"
; .segment "SEG000"
.org $1000