
June 6th, 2006, 01:21 AM
|
 |
fork while true;
|
|
Join Date: May 2005
Location: England, UK
|
|
Quote: | Originally Posted by bjr87 Is there a language feature support Assembler?
C++ supports Assembly language routines embedded in C++ source files.
asm(string-literal);
This includes a piece to Assembly language where the asm() statement was placed.
Does Pascal support such a mechanism? | Like I said, it depends on the compiler. Try the one Yegg mentioned.
|