FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
Regarding arbitrary changes |
Posted: Sat Dec 10, 2011 8:33 am |
|
|
To make my existing code compile with PCD V4.128, I needed to add one more conditional
Code: | #IF getenv("VERSION")>=4.128
#asm
CP W0,2
#endasm
#ELSE
#asm
CP 2
#endasm
#ENDIF |
But why?
Not enough, that you need to figure out the correct assembler syntax yourself, because the manual doesn't
tell it correctly, you also need to change it from time to time... Helps to keep an agile mind at least.
I'm going to check now, if V4.127 functionality has been preserved. Someone making a bet? |
|