jitboy icon indicating copy to clipboard operation
jitboy copied to clipboard

no instruction takes 4 bytes.

Open DaKnig opened this issue 4 years ago • 0 comments
trafficstars

you mention a few times in the README.md file that instructions are 1 to 4 bytes. they are actually 1 to 3 bytes, the longest ones having an opcode and an immediate with 16 bits. the prefixed operations dont take an immediate value so they all take 2 bytes.

DaKnig avatar Mar 27 '21 07:03 DaKnig