cairo-vm.c
cairo-vm.c copied to clipboard
Decoder Documentation
Give an example of an actual simple cairo assembly instruction and how it encodes to bytecode, something like ap++. You can take one from the Cairo paper, pages 27/28. This will then lead you to talk about instruction execution and how it works in detail, which you can document on your execution PR