Yarn
Yarn copied to clipboard
Fetch memory value smaller than 4 bytes?
Is there a way to fetch single bytes out of memory?
I didn't see a way to size down registers. Not a big deal to shift to single out bytes, just wanted to make sure I wasn't missing something.
Thanks!
I considered it, however with my current method of doing things you will have to treat everything as either signed, or unsigned and always 32 bit (or whatever what yarn_uint and yarn_int are set to).