home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
MBUG
/
MBUG022.ARC
/
UNDERLIN.I
< prev
next >
Wrap
Text File
|
1979-12-31
|
384b
|
16 lines
procedure Underline;
var
PCG : Byte;
One : Byte absolute $F000;
Two : Byte absolute $F800;
begin
Port[11] := 1;
Move (One,Two,$800);
Port[11] :=0;
for PCG :=128 to 255 do
mem[$F00A + PCG*16] := 255
end;