1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-04 16:33:52 +00:00
6502bench/SourceGen
Andy McFadden 92add74fc3 Add first-word-is-load-addr parameter to system definitions
If set, the first word of the file is used to set the load address.
The initial code entry hint is placed at offset +000002 instead of
the start of the file.

Set it to true for the C64 system definition.

(issue #23)
2018-10-05 15:39:44 -07:00
..
AppForms Switch some hotkeys around 2018-10-05 13:13:11 -07:00
AsmGen Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
Examples Update READMEs 2018-09-30 15:10:08 -07:00
Properties
RuntimeData Add first-word-is-load-addr parameter to system definitions 2018-10-05 15:39:44 -07:00
Sandbox Rename DomainManager property to DomainMgr 2018-10-04 15:29:47 -07:00
Setup Add first-word-is-load-addr parameter to system definitions 2018-10-05 15:39:44 -07:00
SGTestData Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
Tests
Tools Placate the static code analyzer 2018-09-30 21:25:26 -07:00
AddressMap.cs
Anattrib.cs
App.config
AppSettings.cs Record main window location as well as size 2018-10-01 15:04:23 -07:00
ChangeSet.cs
CodeAnalysis.cs
DataAnalysis.cs
DefSymbol.cs
DisasmProject.cs Add first-word-is-load-addr parameter to system definitions 2018-10-05 15:39:44 -07:00
DisplayList.cs Strip single-byte format items on single-byte instructions 2018-10-05 11:10:03 -07:00
ExternalFile.cs
FormatDescriptor.cs
HelpAccess.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
Program.cs Fix stack overflow (hopefully) 2018-09-28 13:40:40 -07:00
ProjectFile.cs
ProjectProperties.cs
PseudoOp.cs
RuntimeDataAccess.cs Improve chances of running under Mono 2018-10-01 10:28:03 -07:00
SourceGen.csproj Placate the static code analyzer 2018-09-30 21:25:26 -07:00
SourceGenIcon.ico
Symbol.cs
SymbolTable.cs
SymbolTableSubset.cs Flip name/value columns in Symbols window 2018-10-02 13:55:23 -07:00
UndoableChange.cs
VirtualListViewSelection.cs
WeakSymbolRef.cs
XrefSet.cs