Microsoft MVP성태의 닷넷 이야기
.NET : 65. ASP.NET 을 어셈블리 언어로. [링크 복사], [링크+제목 복사],
조회: 15650
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

ASP.NET: ASM to IL compiler
; http://www.viksoe.dk/code/asmil.htm

대단하군요. ^^;

ASP.NET 의 페이지 하나를 다음과 같은 식으로 프로그램 하는 것이 가능합니다.

<%@ 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 %>








[최초 등록일: ]
[최종 수정일: 10/31/2007]


비밀번호

댓글 작성자
 




NoWriterDateCnt.TitleFile(s)