VanHauser
Joined: 03 Oct 2005 Posts: 88 Location: Ploiesti, Romania
|
CCS C 3.236 bug? |
Posted: Fri Dec 02, 2005 4:48 am |
|
|
Anybody knows why the following code isn't accepted by the 3.236 PCWH compiler? It worked on previous versions.
Code: |
#build (reset = 0x0002)
#rom 0x0000 = {0x0000} // Put a NOP
|
|
|