Skip to content

benogle/obd0vtec_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/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.

bin/         - Contains the assembler and disassembler.

extra/       - Contains extra things you may want to use for ECU dev such as
               textpad syntax hilighting.


STUFF YOU SHOULD KNOW ABOUT THE ECU

OBD0 VTEC ECUs use the 66301 processor. This is a very obscure 66k variant
and there is virtually no information about it. Fortunately, it is similar
to OBD1's 66201 processor which does have a decent amount of info available

About

Honda OBD0 VTEC ECU development materials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published