Embedded Systems
telscope.asc
Associated article: Celestial Programming With Turbo Pascal
Tags: Embedded Systems
_CELESTIAL PROGRAMMING WITH TURBO PASCAL_
by Lars Frid-Neilson and Alex Lane
[LISTING ONE]
unit Video;
{*******************************************************}
interface
{*******************************************************}
{ Global constants }
CONST
{--- defaults for Supervision card setup }
Aport = $2F0; { first port on the card }
Bport = $2F1; { second port on the card }
{--- ...


