next up previous contents index
Next: Unsupported Turbo Pascal modifiers Up: Modifiers Previous: Alias

[RegisterList]

This modifier list is used to indicate the registers that are modified by an assembler block in your code. The compiler stores certain results in the registers. If you modify the registers in an assembly block, the compiler should, sometimes, be told about it. The prototype syntax of the Registerlist modifier is:

asm
  statements
end; ['register1','register2',...,'registern'];
Where is register one of any of the available processor registers.



Michael Van Canneyt
Thu Sep 10 14:02:43 CEST 1998