Goubermouche / baremetal

Basic assembler which (currently) supports most x64 instructions, including the AVX and AVX-512 extensions.
MIT License
2 stars 0 forks source link

Operand restructuring #11

Closed Goubermouche closed 1 month ago

Goubermouche commented 2 months ago

We should be able to restructure the operand struct so that it works better with our usage patterns. This would include storing a list of registers instead of a union of potential operand types.