Forum: Assembly Apr 24th, 2009 |
| Replies: 2 Views: 468 Hello, thanks for the answer, I have not tested your solution, because I got the solution by myself.
Solution:
Move 0 in eax
push ax
mov ax, dx
Make 16 left shift in eax, to push ax to the end... |
Forum: Assembly Apr 23rd, 2009 |
| Replies: 2 Views: 468 Hello,
I need a little help for word multiplication, according to my notes, to multiply a word, we should put the multiplicand in AX, the multiplier in a register or memory variable and the... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 1 Views: 530 Hello everyone,
Someone recommend me to use Microsoft Macro Assembler 8, I have already installed it, together with Microsoft Visual C++ 2005 but I don't know how to use it.
Can someone guide... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 1,062 Hello, just take a lot at the link above, I have already installed VC++ 2005 and Masm 8 but don't know how to use it. Can't someone please guide me, thanks in advance.
@r03395, download the online... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 1,062 OK, I got it.. its here for those who are interested ... Once again, thanks a lot for your help.
http://www.softpedia.com/progDownload/Microsoft-Visual-C-Toolkit-Download-11595.html
I don't... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 1,062 Ok .. Thanks a lot dude, you are right , masm32 is real good. But I want to try the Macro 8, still searching for Visual C++ 2005, anyway, thanks a lot, you have been of great help.
Btw, do you... |
Forum: Assembly Apr 16th, 2009 |
| Replies: 8 Views: 908 Okie .... thanks for the help. I will try it. |
Forum: Assembly Apr 15th, 2009 |
| Replies: 8 Views: 908 Thanks ... will the program still run in masm615 if I assembled it using masm32? |
Forum: Assembly Apr 15th, 2009 |
| Replies: 8 Views: 908 Thanks for the answer dude. But I am having problem to install masm32. Is it different from masm615? |
Forum: Assembly Apr 15th, 2009 |
| Replies: 8 Views: 908 I am using masm615 and Windows XP. But I didn't know that the code depends on the OS and the compiler. |
Forum: Assembly Apr 15th, 2009 |
| Replies: 8 Views: 908 Hello friends,
I am new to assembly language and I want the user to input a string ... then save the string in a stack.
Is there a function to get the string from the user, like getStr .... |
Forum: Assembly Apr 13th, 2009 |
| Replies: 8 Views: 1,062 Thanks for the answer.
Do you know one which have a nice user interface? |
Forum: Assembly Apr 12th, 2009 |
| Replies: 8 Views: 1,062 Hello everyone,
I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the... |