On  3/06, Brian May wrote:

| However, when I copied the routine to my code, it instantly stopped
| working at all (it turned the Asm call into a NOP), and I half suspected
| at the time that maybe I was doing something wrong (do I need to use a
| special compiler flag or something to get Asm code to work?).

No. You can check that your assembler has been properly included by
looking at the resulting assembly code (gcc-3.1 -S -o - testbug2.adb).

  Sam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to