Reply to Re: Assembly Language inside PHP - possible / not ?
Posted by NC on 01/07/07 21:18
Sarel wrote:
>
> I'd like to know whether it is possible to use inline assembly code
> inside PHP?
Not inside PHP... What you need to do is to write a custom PHP
extension in C; inside that extension, you can do anything C allows
you to do, including inline assembly code...