uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

vreg(index) should honour register size #17

Closed konimaru closed 4 years ago

konimaru commented 4 years ago

While some registers are in fact 16bit in size most of them are single byte values. Right now all of them return a 16bit value though, e.g. vreg($84) gives me $EFEF.

uli commented 4 years ago

I assume this works now.