home *** CD-ROM | disk | FTP | other *** search
- {
- Turbo-Screen V1.00A testcode generation --- 7-10-1988 20:14:24
- note memory allocations. Increase stack as needed for user programs.
- }
- {$M 30500,0,655360}
- Program entry_generated_code;
-
- Uses CRT,DOS,TSSLIB; { your code needs these units }
- {Uses CRT,DOS,TSSLIB;}
-
- {$I entry.con}
-
- {$I entry.prc}
-
- begin
- NUMBEGGS:=1;
- NUMPCAKES:=3;
- NUMCERL:=1;
- sccn:=[cpcall,cvcall,cpret,cvret,upmsg,upvar];
- entry(
- sccn,
- cerr,
- nfld,
- ret_key,
- NUMBEGGS,
- NUMPCAKES,
- NUMCERL);
-
- end.