Structure of cprlist that points to list that hardware actually executes
Source position: agraphics.pas line 311
type TCprList = record |
||
Next: PCprList; |
|
|
Start: PWord; |
|
start of copper list |
MaxCount: SmallInt; |
|
Number of long instructions |
end; |