The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Language::Zcode::Runtime::Opcodes

DESCRIPTION

This module is included by Perl translations of Z files. It includes functionality that'll be the same for every game, namely the implementations of the Z opcodes. Simpler opcode translations are translated into native Perl. sub names are (usually) opcode names prefixed by "z_"

It also contains other useful subs, like decode_text

Z_machine

Build and run the Z-machine