cairo-vm.c icon indicating copy to clipboard operation
cairo-vm.c copied to clipboard

Decoder Documentation

Open mmsc2 opened this issue 2 years ago • 1 comments

mmsc2 avatar Jul 26 '23 20:07 mmsc2

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

jrchatruc avatar Jul 27 '23 09:07 jrchatruc