]> Shamusworld >> Repos - rmac/commitdiff
Fix pack/unpack instructions
authorJames Jones <atari@theinnocuous.com>
Mon, 13 Jun 2022 03:54:39 +0000 (20:54 -0700)
committerShamus Hammons <jlhamm@acm.org>
Mon, 27 Jun 2022 16:52:29 +0000 (11:52 -0500)
The GPU-specific PACK and UNPACK instructions
share opcode 63. PACK is chosen by encoding '0'
in the source operand, and UNPACK is chosen by
encoding '1' in the source operand. RMAC had the
magic source operand values reversed.


No differences found