You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is, admittedly, not a C datatype, but many of the 65xx targets have a decimal mode in hardware, and it would be nice to have type-safe access to it.
The text was updated successfully, but these errors were encountered:
It is unlikely I will find time for such feature in C.
You can accomplish it to some degree with inline assembly and macros.
A better way would be to have a C++ wrapper which would allow operator overloading and type safety. However, I have not yet enabled C++.
This is, admittedly, not a C datatype, but many of the 65xx targets have a decimal mode in hardware, and it would be nice to have type-safe access to it.
The text was updated successfully, but these errors were encountered: