Rev 524 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 532 2011-02-06 00:03:53
- Author: farthen
- Log message:
- emcore tools: Convert numbers that were previously hex only to hex with 0x prefix, to binary with 0b prefix and to decimal with no prefix. This BREAKS anything that relied on numbers without prefix being converted to hex.