1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +00:00
6502bench/SourceGen/RuntimeData/TestData/TestSyms.sym65
2018-09-28 10:05:11 -07:00

14 lines
510 B
Plaintext

; 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