mirror of
https://github.com/fadden/6502bench.git
synced 2025-02-08 20:30:47 +00:00
Add 2015-64k-nops test
The test file is just 65536 NOPs.
This commit is contained in:
parent
212c20e02c
commit
a4e90bffd1
1
SourceGen/SGTestData/2015-64k-nops
Normal file
1
SourceGen/SGTestData/2015-64k-nops
Normal file
File diff suppressed because one or more lines are too long
21
SourceGen/SGTestData/2015-64k-nops.dis65
Normal file
21
SourceGen/SGTestData/2015-64k-nops.dis65
Normal file
@ -0,0 +1,21 @@
|
||||
### 6502bench SourceGen dis65 v1.0 ###
|
||||
{
|
||||
"_ContentVersion":1,"FileDataLength":65536,"FileDataCrc32":516423891,"ProjectProps":{
|
||||
"CpuName":"6502","IncludeUndocumentedInstr":false,"EntryFlags":32702671,"AutoLabelStyle":"Simple","AnalysisParams":{
|
||||
"AnalyzeUncategorizedData":true,"MinCharsForString":4,"SeekNearbyTargets":true},
|
||||
"PlatformSymbolFileIdentifiers":[],"ExtensionScriptFileIdentifiers":[],"ProjectSyms":{
|
||||
}},
|
||||
"AddressMap":[{
|
||||
"Offset":0,"Addr":0}],"TypeHints":[{
|
||||
"Low":0,"High":0,"Hint":"Code"}],"StatusFlagOverrides":{
|
||||
},
|
||||
"Comments":{
|
||||
},
|
||||
"LongComments":{
|
||||
},
|
||||
"Notes":{
|
||||
},
|
||||
"UserLabels":{
|
||||
},
|
||||
"OperandFormats":{
|
||||
}}
|
65538
SourceGen/SGTestData/Expected/2015-64k-nops_64tass.S
Normal file
65538
SourceGen/SGTestData/Expected/2015-64k-nops_64tass.S
Normal file
File diff suppressed because it is too large
Load Diff
65537
SourceGen/SGTestData/Expected/2015-64k-nops_Merlin32.S
Normal file
65537
SourceGen/SGTestData/Expected/2015-64k-nops_Merlin32.S
Normal file
File diff suppressed because it is too large
Load Diff
65538
SourceGen/SGTestData/Expected/2015-64k-nops_acme.S
Normal file
65538
SourceGen/SGTestData/Expected/2015-64k-nops_acme.S
Normal file
File diff suppressed because it is too large
Load Diff
65539
SourceGen/SGTestData/Expected/2015-64k-nops_cc65.S
Normal file
65539
SourceGen/SGTestData/Expected/2015-64k-nops_cc65.S
Normal file
File diff suppressed because it is too large
Load Diff
11
SourceGen/SGTestData/Expected/2015-64k-nops_cc65.cfg
Normal file
11
SourceGen/SGTestData/Expected/2015-64k-nops_cc65.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
# 6502bench SourceGen generated linker script for 2015-64k-nops
|
||||
MEMORY {
|
||||
MAIN: file=%O, start=%S, size=65536;
|
||||
# MEM000: file=%O, start=$0000, size=65536;
|
||||
}
|
||||
SEGMENTS {
|
||||
CODE: load=MAIN, type=rw;
|
||||
# SEG000: load=MEM000, type=rw;
|
||||
}
|
||||
FEATURES {}
|
||||
SYMBOLS {}
|
Loading…
x
Reference in New Issue
Block a user