Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LUA is a great language

Name: Anonymous 2010-02-02 11:13

Who's with me?

Name: Anonymous 2010-02-06 2:25

>>80
Examples of such usages:
 1) Writing some code hook library. This means you have to assemble some call's/jump's at specific places, as well as possibly disassemble some code which was replaced by the jump/call and reassemble it someplace else.
 2) Adding a new VOP(a sort of instruction which will get translated to native code) to a compiler for efficienty purposes. For example you want to make a compiler use some specific FPU instructions for floating point calculations, or maybe you want to add support for MMX/SSE/...
 3) Calling an interrupt directly or writing an interrupt handler. Such code can arise both on user-mode and in kernel-mode(driver).
 4) Writing a custom boot loader.

Most of the time I have to do this is when I'm interoperating with proprietary code which I don't have the source code to, but it can be needed even outside of such situations.

Name: Anonymous 2010-02-06 2:35

>>81
2) is kind of a trivial case. Obviously you would need assembly at some point to write a compiler that compiles to machine code.

Name: ​​​​​​​​​​ 2010-10-26 7:06

Name: Anonymous 2011-05-15 14:31

Ignore this.

 _______
|       |
|       |
|       |
|       |
|_______|

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List