Post Reply 
I'm having some problems with integer definitions...
11-15-2017, 07:54 AM
Post: #2
RE: I'm having some problems with integer definitions...
OK, I've figured out the upper/lower case issues.
The base is always in lower case (in programs and in command line). I was confused with that because the # went to my default base of hex, which needed an upper case D to define the integer.

So, values are always using upper case letters in hex.

e.g. #19d is 19 decimal, but #19Dh is 19D hex.

However, I still don't know how to specify the number of bits in the integer. I know I can use SETBITS, but I need to know how to express it in the integer value, like #19h32.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: I'm having some problems with integer definitions... - webmasterpdx - 11-15-2017 07:54 AM



User(s) browsing this thread: 1 Guest(s)