microzig
microzig copied to clipboard
Implement support for instruction set generations
See the following support list: https://en.wikipedia.org/wiki/Atmel_AVR_instruction_set#Instruction_set_inheritance
There is already src/lib/Cpu.zig:InstructionSet, but there are no checks implemented. CPU simulation should error out if instruction is not supported.