EXPL-32

From Rosetta Code
Revision as of 01:20, 9 March 2023 by Christophoro S (talk | contribs) (Created page with "{{implementation|XPL0}} '''EXPL-32''' (also '''EXPL32''' and '''E-XPL32''') is a version of XPL0 written in Delphi, Version 6 Professional. == Features == EXPL-32: * Supports 32-bit integer numbers and dynamic access to a maximum of 2 gigabytes of memory. * Simulates DOS/VGA console that emulates 61 Standard CGA, EGA, VGA, and Vesa Modes. * Includes Extended Intrinsics functions that perform advanced functions not available in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
EXPL-32 is an implementation of XPL0. Other implementations of XPL0.

EXPL-32 (also EXPL32 and E-XPL32) is a version of XPL0 written in Delphi, Version 6 Professional.

Features

EXPL-32:

  • Supports 32-bit integer numbers and dynamic access to a maximum of 2 gigabytes of memory.
  • Simulates DOS/VGA console that emulates 61 Standard CGA, EGA, VGA, and Vesa Modes.
  • Includes Extended Intrinsics functions that perform advanced functions not available in the standard intrinsic set.

See also