Tools
dunteman.lst
Associated article: Structured Programming
Tags: Tools
_Structured Programming Column_
by Jeff Duntemann
[LISTING ONE]
{ Turbo Pascal 4.0/5.0 Registers type, from the DOS unit: }
Registers = RECORD
CASE Integer OF
0 : (AX,BX,CX,DX,BP,SI,DI,DS,ES,Flags : Word;
1 : (AL,AH,BL,BH,CL,CH,DL,DH : ...


