80x86 ASM for ASP.NET 17
Galen Wolffit writes "A chap out in Denmark has brought us an 80386 Assembler for ASP.NET. This interpreter supports about 61 80x86 instructions, though there are a number of limitations. Why? Why not. And when asked about pointers (which are considered evil in .NET), the author simply says 'With 80386 scripting you can still generate memory exceptions and bring the web-server down. It's things like this that make assembler programmers feel powerful.'"
power? (Score:3, Funny)
Overhead? (Score:4, Interesting)
Re:Overhead? (Score:2)
Re:Overhead? (Score:1)
Speed?
Converting a language like 80386 assember to another low-level instruction set is, as you can imagine, not a healthy thing for code performance. In other words, the performance suck big time.
Fun... Perhaps (Score:4, Insightful)
Useful? Probably not.
I don't personaly find writing Asm to be the quickest way to code something and the benefit of superfast execution speed is lost when converting to IL.
If you're going to actually write Assembler... do it the way it's meant to be done. Not in
~foooo
Lies! (Score:3, Funny)
--(former) Iraqi Information Minister, Mohammed Saeed Al-Sahaf
Question (Score:1, Troll)
Re:Question (Score:1)
Re:Question (Score:1)
Re:Question (Score:1)
MenuetOS (Score:3, Interesting)
Re:MenuetOS (Score:1)
More Virii! Yay! (Score:1)
This stuff has no effect on the web browser (Score:2, Informative)