1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +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:
cuz 2002-05-31 10:07:58 +00:00
parent 86f74d96ab
commit 0e76f703c9

View File

@ -25,7 +25,7 @@ it.
Currently, grc supports only menus and required header definition.
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
it as header in only one project file. Assembler source should be processed with
ca65 and linked as first object (read Building process below).