### What is wrong? [EIP 2315](https://eips.ethereum.org/EIPS/eip-2315) introduces three opcodes to support subroutines: BEGINSUB, JUMPSUB and RETURNSUB which Py-EVM currently does not yet support. ### How can it be fixed 1. Read the EIP 2. Add support for the three opcodes 3. Add tests for all official test cases