ASP.NET in 80386 assembly language

Something new ( new?!  ) for me today...

For the curious, here's an .aspx page in assembly langauge:
<%@ 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 %>

via [Mike]

This is the first time for me to see this kind of codes in ASP.NET Programming. :)

Published Friday, April 02, 2004 2:10 PM by Colt

Comments

# re: ASP.NET in 80386 assembly language

Hey Colt... thinking about changing your default ASP-coding language eh? :)

Friday, April 02, 2004 1:36 AM by Darren Neimke

# re: ASP.NET in 80386 assembly language

haha.. I did write Assembly language in the past.. when I was studying in university.. Maybe it's time for me to (try?) shift from C# / VB? ;)

Friday, April 02, 2004 1:57 AM by Colt

# Web en ensamblador

Friday, April 02, 2004 2:32 AM by TrackBack

# re: ASP.NET in 80386 assembly language

So is that a regular language you can use, or did you have to install it first?

Friday, April 02, 2004 9:30 AM by Ryan Gregg

# Web en ensamblador

Friday, April 02, 2004 6:58 PM by TrackBack

# re: ASP.NET in 80386 assembly language

That's at least 1 year old. See the second link on the page:
http://www.dotnet-fr.org/links.php3?op=viewlink&cid=7

/CL

Wednesday, April 07, 2004 5:13 PM by Christophe Lauer [yet another MS employee]

# Buspar.

Ic lorazepam buspar. Buspar.

Wednesday, November 12, 2008 9:21 PM by Buspar.

# re: ASP.NET in 80386 assembly language

106141.. Great! :)

Tuesday, April 19, 2011 7:21 AM by weblogs.asp.net

# re: ASP.NET in 80386 assembly language

106141.. Reposted it :)

Sunday, June 19, 2011 1:23 PM by weblogs.asp.net

Leave a Comment

(required) 
(required) 
(optional)
(required)