mirror of
https://github.com/cc65/cc65.git
synced 2025-01-19 02:33:19 +00:00
6ff1d8314d
- It relies on include files which are not part of the cc65 distribution (but only present in the cc65 source tree). - An upcoming GEOS VLIR C sample will obsolete it - as sample. git-svn-id: svn://svn.cc65.org/cc65/trunk@5316 b7a2c559-68d2-44c3-8de9-860c34a00d81
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
HEADER APPLICATION "test" "TestApp" "V1.0" {
|
|
structure VLIR
|
|
dostype USR
|
|
author "Maciej Witkowiak"
|
|
info "This is just an example."
|
|
}
|
|
|
|
; maximum size for chains >=1 will be $1000
|
|
VLIR 0x1000 {
|
|
0
|
|
1
|
|
2
|
|
}
|