1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-13 14:29:23 +00:00
6502bench/SourceGen/RuntimeData/TestData/TestSyms.sym65

14 lines
510 B
Plaintext
Raw Normal View History

2018-09-28 17:05:11 +00:00
; Copyright 2018 faddenSoft. All Rights Reserved.
; See the LICENSE.txt file for distribution terms (Apache 2.0).
*SYNOPSIS Platform symbols for test cases
; define a symbol that will be overwritten by a subsequent symbol
plataddr @ $1234 ;should not see this
; 2007-labels-and-symbols
plataddr @ $3000 ;address only in platform file
projover @ $3100 ;replaced by proj symbol w/same name, diff addr (no match)
projalso @ $3200 ;also in project, twice w/different name +/- alpha