zink
zink copied to clipboard
Handle call return on program counter is greater than 256
Describe the feature
it's 0x04 all the time for now, only supports callee function which has program counter less than 0xff
https://github.com/zink-lang/zink/blob/main/codegen/src/visitor/handlers.rs#L55
Solution
No response