DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦038c66951⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »HLT.SRC«

Derivation

└─⟦c9df7130d⟧ Bits:30005915 Pascal MT+ Release 5.2 (Jet-80)
    └─ ⟦this⟧ »HLT.SRC« 

TextFile

MODULE HALTMODULE;

(* AN EQUIVALENT MODULE TO THE @HLT IN PASLIB *)
(* USEFUL FOR ROM-BASED APPLICATIONS IN WHICH PROGRAM TERMINATION IS *)
(* USED *)

PROCEDURE @HLT;
BEGIN
  INLINE("JMP / 0 / 0)
END;

MODEND.
«eof»