Is there any way to embed assembly into Delphi?
Assembly in delphi
Started by untitled_1, Nov 05 2010 11:14 PM
1 reply to this topic
#1
Posted 05 November 2010 - 11:14 PM
|
|
|
#2
Posted 05 November 2010 - 11:22 PM
untitled_1 said:
Is there any way to embed assembly into Delphi?
var
ByteVar: Byte;
WordVar: Word;
IntVar: Integer;
.
.
.
asm
MOV AL,ByteVar
MOV BX,WordVar
MOV ECX,IntVar
end;
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.


Sign In
Create Account


Back to top









