用汇编写asp.net - 基于IL的Asm80386

http://www.viksoe.dk/code/asmil.htm

<%@ page language="Asm80386" %>

<%

Str: DB "Testing...", 0

mov eax, -2

cmp eax, 2

jle Label1

xor eax, eax

Label1:

lea esi, Str

push esi

call "Response.Write(string)"

pop esi

%>

<br>EAX: <%= eax %>

好玩,赶快去下载个(ASM Script Compiler)~~~才45k

曾想发到首页, 但看了看要求说首页不允许发表转载文章, 于是罢了此念头, 但也不知道能有几人看到?

FROM http://initiative.yo2.cn/archives/629297