cvthead.grc

来自「cc65 的编译器文档」· GRC 代码 · 共 19 行

GRC
19
字号
HEADER APPLICATION "test" "TestApp" "V1.0" {structure VLIRdostype USRauthor "Maciej Witkowiak"info "This is just an example."}; output binary file for header will be 'vlir-head'; base address for chains >=1 will be $3000; output binary file for chain #0 is 'vlir0'; output binary file for chain #1 is 'vlir1'; output binary file for chain #2 is 'vlir2'VLIR vlir-head 0x3000 {vlir0vlir1vlir2}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?