DEADSOFTWARE

Remove batch
[gpcp-linux.git] / gpcp / JasminAsm.cp
1 (* ============================================================ *)
2 (** Interface to the Jasmin Byte-code assembler. *)
3 (* Copyright (c) John Gough 1999, 2000. *)
4 (* K John Gough, 10th June 1999 *)
5 (* Modifications: *)
6 (* Version for GPCP V0.3 April 2000 (kjg) *)
7 (* ============================================================ *)
8 (* The real code is in JasminAsm.java *)
9 (* ============================================================ *)
11 FOREIGN MODULE JasminAsm;
12 IMPORT GPCPcopyright;
14 PROCEDURE Init*();
16 PROCEDURE Assemble*(IN fil : ARRAY OF CHAR);
18 END JasminAsm.