Amir Karger > Language-Zcode > Language::Zcode::Runtime::Opcodes

Download:
Language-Zcode-0.8.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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