assembly - Assembler Language support for ASP.net -


does know if there package available supports assembler code. this:

<html> <div id="useless"> <%   mov ah,09                         ;   mov dx,"hello world.$"            ;   int 21h                           ;   mov ah,4ch                        ;   mov al,00                         ;   int 21h                           ; %> </div> </html> 

just because isn't idea doesn't mean can't want it.

you can create dll in c assembler blocks, call asp.net using p/invoke.

there infinite number of better options.


Comments