Re: [DTC PATCH] Add support for decimal, octal and binary based cell values.
From: Kumar Gala <hidden> Date: 2007-02-15 17:31:04
On Feb 15, 2007, at 11:13 AM, Jon Loeliger wrote:
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 <redacted>
---
What are people's thoughts on supporting '0x' and '0X' for hex?
- k