inline assembly for 8086

23/01/2005 - 10:53 por Alexandro Dario Pestana | Informe spam
I need to do a 4-in-line game in pascal inline assembly for Intel 8086,
anyone knows where I can find it done or some other examples of game source
code?
The only thing I found in the Internet its C code and MASM but not any board
games so I can try to port the code!

Thanks.

Alex.
 

Leer las respuestas

#1 Jordi Maycas
24/01/2005 - 12:52 | Informe spam
windows (opengl/directx) or DOS?

in C:

void main()
{
asm mov ax,2
asm mov bx,3
asm add ax,bx
}


"Alexandro Dario Pestana" escribió en el mensaje
news:
I need to do a 4-in-line game in pascal inline assembly for Intel 8086,
anyone knows where I can find it done or some other examples of game
source
code?
The only thing I found in the Internet its C code and MASM but not any
board
games so I can try to port the code!

Thanks.

Alex.


Preguntas similares