commit | af0278a3a04fabe8349cae89613274da196509ca | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Thu Feb 15 10:59:27 2007 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Thu Feb 15 10:59:27 2007 -0600 |
tree | ba74a8c677097a342c42f7755295444f25d8efb8 | |
parent | c226ddcabc4272b0734d237d3aee2c21a2fe2387 [diff] |
Add support for decimal, octal and binary based cell values. New syntax d#, b#, o# and h# allow for an explicit prefix on cell values to specify their base. Eg: <d# 123> Signed-off-by: Jon Loeliger <jdl@freescale.com>