Can asm be done with a C++ compiler or do i need masm ? Whats the basic structure for simple functions ?
Printable View
Can asm be done with a C++ compiler or do i need masm ? Whats the basic structure for simple functions ?
Assembly can be done in a C++ compiler, its called inline asm, but you cant make a full asm prog with it. Download this assembler....
http://eji.com/a86/index.htm
Then look here for tutorials...
http://bobrich.lexitech.com/bg3.htm