mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
68589fc963
git-svn-id: svn://svn.cc65.org/cc65/trunk@5378 b7a2c559-68d2-44c3-8de9-860c34a00d81
13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
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
|
|
}
|