mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@1295 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
86f74d96ab
commit
0e76f703c9
@ -25,7 +25,7 @@ it.
|
|||||||
Currently, grc supports only menus and required header definition.
|
Currently, grc supports only menus and required header definition.
|
||||||
|
|
||||||
grc generates output in two formats - as C header and ca65 source (.s). This
|
grc generates output in two formats - as C header and ca65 source (.s). This
|
||||||
is because application header data must be in assembler fromat while menu
|
is because application header data must be in assembler format while menu
|
||||||
definitions can be easily translated into C. The purpose of C file is to include
|
definitions can be easily translated into C. The purpose of C file is to include
|
||||||
it as header in only one project file. Assembler source should be processed with
|
it as header in only one project file. Assembler source should be processed with
|
||||||
ca65 and linked as first object (read Building process below).
|
ca65 and linked as first object (read Building process below).
|
||||||
|
Loading…
Reference in New Issue
Block a user