Open rrthomas opened 4 years ago
When we introduce code labels, remove the number of arguments and results operands to CALL and CATCH; instead, decorate the instruction with a label type. (This then matches the raw instructions to Bee.)
CALL
CATCH
When we introduce code labels, remove the number of arguments and results operands to
CALL
andCATCH
; instead, decorate the instruction with a label type. (This then matches the raw instructions to Bee.)