microzig icon indicating copy to clipboard operation
microzig copied to clipboard

Implement support for instruction set generations

Open ikskuh opened this issue 2 years ago • 0 comments

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.

ikskuh avatar Jan 15 '24 10:01 ikskuh