Yarn icon indicating copy to clipboard operation
Yarn copied to clipboard

Fetch memory value smaller than 4 bytes?

Open TACIXAT opened this issue 9 years ago • 1 comments

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!

TACIXAT avatar Mar 01 '16 04:03 TACIXAT

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).

WetDesertRock avatar Mar 01 '16 04:03 WetDesertRock