68589fc963
git-svn-id: svn://svn.cc65.org/cc65/trunk@5378 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 lines
200 B
Text
12 lines
200 B
Text
HEADER APPLICATION "test" "TestApp" "V1.0" {
|
|
structure VLIR
|
|
dostype USR
|
|
author "Maciej Witkowiak"
|
|
info "This is just an example."
|
|
}
|
|
|
|
MEMORY {
|
|
stacksize 0x0000
|
|
overlaysize 0x1000
|
|
overlaynums 0 1 2
|
|
}
|