]> git.sur5r.net Git - cc65/blob - testcode/disasm/fixed.dai
Fixed _textcolor definition.
[cc65] / testcode / disasm / fixed.dai
1 # 1 "fixed.da"
2 # 1 "<built-in>"
3 # 1 "<command-line>"
4 # 1 "fixed.da"
5 # 9 "fixed.da"
6 global {
7     inputoffs $1C010;
8     inputsize $4000;
9     startaddr $C000;
10     cpu "6502";
11 };
12
13
14
15 label { addr $00; name "VariableA"; };
16 label { addr $01; name "VariableB"; };
17 label { addr $0100; name "Stack"; size $0100; };
18
19
20
21
22
23 label { addr $C000; name "CommonProcA"; };
24 label { addr $C123; name "CommonProcB"; };
25 range { start $E123; end $FFFF; name "CommonData"; type ByteTable; };