how to make menu in assembly???
how to make menu in assembly language??
please help me in my project
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 25, 2013, 5:23 AM
http://www.notepad-plus-plus.org/
Notice though that it's not an Integrated Development Environment (IDE).
So, after you've loaded your .asm file into Notepad++, edited and saved it, you'll need to assemble it separately (using MASM or some other assembler) to produce an executable process.
isra sweilehPosted Apr 25, 2013, 3:34 AM
can you help me in it please???
VulpesPosted Apr 24, 2013, 3:15 PM
You'll also need to configure the linker and the following article describes what to do (it's for VS 2010 but probably much the same in VS 2008):
http://www.deconflations.com/2011/masm-assembly-in-visual-studio-2010/
Jagatpal SinghPosted Apr 24, 2013, 1:34 PM
isra sweilehPosted Apr 24, 2013, 1:20 PM
VulpesPosted Apr 24, 2013, 9:22 AM