{=================================================} {=== TEXT.TPU Written By Franz-Josef Ayestaran ===} {=================================================} { *** Public Variables *** } { ************************ } { ************************ } { *** Public Procedures / Functions *** } { ************************************* } Procedure AsmGotoXY(x,y:byte); Procedure AsmPutChar(chr,colour,background:byte;rep:word); Procedure PutString(string_to_display:string; StartX,StartY,string_length,Colour,background:byte); Procedure cls(StartX,StartY,EndX,EndY:byte); Function hex(a : Word; b : Byte) : String; { ************************************* }