push

fun push(data: ByteArray): OP
fun push(num: Int): OP
fun push(num: UInt): OP
fun push(num: ULong): OP
fun push(num: Long): OP

Create the appropriate operation to push the passed parameter to the stack