omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

Get the KR580VM1 backend working #40

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 2 years ago

The pull request is to sort out the KR580VM1 backend.

omarandlorraine commented 2 years ago

Here is a link to the document describing all the KR580VM1 instructions. СИСТЕМА КОМАНД МИКРОПРОЦЕССОРА КР580ВМ1.

It is of course a superset of the Intel 8080 instruction set.

omarandlorraine commented 2 years ago

I think the next thing to do is get rid of the todo!()s. These will be replaced by match statements. This way, the next instructions I add, the compiler will check I fill everything in.