|
WCC11 v.1.1 is now released! You can download it at the bottom of this page.
Here are the features...
1.) All the features of WCC11 v.1.0a
2.) Code is up-gradeable from WCC11 v.1.0a to WCC11 v.1.1
3.) Support for 32-bit integers. With this you can have your HC11 count up to 4,294,967,295 decimal...0xFFFFFFFF Hexadecimal!!!! So far I got addition working, and subtraction is right around the corner (at least it's working so-far!). I'm hoping (although not sure) to get multiplication and division in soon.
4.) No more need for memorizing what the different pre-fixes are for each command (example in v.1.0a & v.1.0, the peek() command needed '$', the poke command '0x', and variables needed '#$') well with v.1.1, it uses the standard C prefixes ('0x' for hexadecimal, '0b' for binary) for all commands!!!!
5.) WCC11 v.1.1 makes a compile log stating how many lines there were, and how many bytes the variables took.
6.) Adds support for the &(AND) and the | (OR) operator
7.) Support for nested includes
8.) Support for nested if()'s
9.) Adds the asm_direct() command, this command is similar to the asm("") command, except that it doesn't use the "" (quotes)so that way you can include an assembler line that requires "" 's like this one:
fcc "Hello World!" would be: asm_direct( fcc "Hello World!")
WCC11 v.1.1 will have support for both asm("") and asm_direct() commands!
11.) Adds the #include_asm command, this command includes an assembler file.
12.) Fixes a bug with the variables
13.) You can now list a bunch of variables on one line! For example: int a,b,c,d,e;
14.) And more to come!
Download WCC11 v.1.1 here (file size is 100Kb and is ZIPped)
Home Page | Walt's Robotics Page
|
|