Chapter 3
Using Assembly language

Free Pascal supports inserting assembler statements in your code. The mechanism for this is the same as under Turbo Pascal. There are, however some substantial differences, as will be explained in the following sections.

 3.1 Intel 80x86 Inline assembler
   Intel syntax
   AT&T Syntax
 3.2 Motorola 680x0 Inline assembler
 3.3 Signaling changed registers