retroforth/interfaces/pascal/nga.inc
crc fd62be3640 free pascal implementation from Rob Judd
FossilOrigin-Name: c8564002494b8c0c64afe9c39085b8bb1ffd32b2e0bf7cc99190d3165047a80f
2018-01-11 13:17:30 +00:00

19 lines
492 B
PHP

// ********************************************************
// Copyright (c) 2016 Rob Judd <judd@ob-wan.com>
// Based on C version by Charles Childers et al
// ISC License - see included file LICENSE
// ********************************************************
type
Cell = Longint;
const
STACK_DEPTH = 32;
ADDRESSES = 128;
IMAGE_SIZE = 524288;
NUM_OPS = 27;
{$define TOS := data[sp]}
{$define NOS := data[sp-1]}
{$define TOA := address[ap]}