Quote:
Originally Posted by ProAsm
From the assembler days, I never use an ide, I write the code in ultraedit or sometimes my own editor and then hit the make.bat file 
|
Im trying to get it ported over to Visual Studio 2008, but again theres a huge memory leak, and its really hacky having to compile with /Mt :|. I know how to read assembly(meaning I just can look at it and know what it does, but understanding the low level mechanics of build...wouldn't even know were to start : )).