readme cleanup

This commit is contained in:
Ben Ogle 2009-04-17 18:04:22 -07:00
parent f747cb9a7f
commit da002361d0
1 changed files with 10 additions and 9 deletions

View File

@ -1,25 +1,26 @@
The directories contained in the same directory as this README have all the
materials you shall need to develop code for your OBD0 VTEC ECU.
The directories contained within have all the materials you shall need to
develop code for your OBD0 VTEC ECU.
THE DIRECTORIES
src/ - Contains actual ECU assembly code.
src/ - Contains actual ECU assembly code.
src/stock - Contains disassemblies of stock PR3 and PW0 ROMS.
src/stock - Contains disassemblies of stock PR3 and PW0 ROMS.
src/features - Contains stock ROMS with some extra feature added to the code
such as datalogging, boost, etc. If you want to develop a new
feature, put your code here.
doc/ - Contains files that will help you learn about how the processor
works and about the code in general. See the README in doc/ for
more info.
doc/ - Contains files that will help you learn about how the processor works
and about the code in general. See the README in doc/ for more info.
bin/ - Contains the assembler and disassembler.
bin/ - Contains the assembler and disassembler.
extra/ - Contains extra things you may want to use for ECU dev such as
textpad syntax hilighting.
extra/ - Contains extra things you may want to use for ECU dev such as
textpad syntax hilighting.
STUFF YOU SHOULD KNOW ABOUT THE ECU