]> git.sur5r.net Git - cc65/blob - samples/geos/ca65-vlir/cvthead.grc
a592b3f02516d7971ad89ae6fe7eca9ea4a6a559
[cc65] / samples / geos / ca65-vlir / cvthead.grc
1
2 HEADER APPLICATION "test" "TestApp" "V1.0" {
3 structure VLIR
4 dostype USR
5 author "Maciej Witkowiak"
6 info "This is just an example."
7 }
8
9 ; output binary file for header will be 'vlir-head'
10 ; base address for chains >=1 will be $3000
11 ; output binary file for chain #0 is 'vlir0'
12 ; output binary file for chain #1 is 'vlir1'
13 ; output binary file for chain #2 is 'vlir2'
14 VLIR vlir-head 0x3000 {
15 vlir0
16 vlir1
17 vlir2
18 }