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

 

 

相关文章:

  • 2023-02-15
  • 2022-02-12
  • 2021-08-23
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2021-11-04
  • 2021-07-28
  • 2021-06-10
  • 2022-02-16
  • 2021-06-24
  • 2021-08-07
  • 2022-02-20
相关资源
相似解决方案