Hi, If you're looking for example source codes for Win32 NASM, you can find them at this group: http://groups.yahoo.com/group/win32-nasm-users/ Description: A...
Hi, If you're learning Win32 assembly, you might want to check out this site. It has example programs and source codes. http://www.geocities.com/yeohhs/ ...
Hi, I'm taking a course about Computer Organization and Assembly Programming using Microsoft MASM .. and I would like to find topics about File I/O and ...
EPSiLON
epsilon@...
Nov 12, 2003 7:58 pm
772
Hi, Here are some links you might want to check out. http://www.movsd.com/masm.htm http://webster.cs.ucr.edu/Page_TechDocs/MASMDoc/ ...
Hi, I started assembly language about four weeks ago. I've gotten to displaying a message on the screen via interrupt 21h, 9. I have also gotten to using...
If you're using MASM .. MOV AH,0AH or MOV AH,10 or MOV AH,1010b notice the leading zero in 0AH because if you put it AH or A .. it will confuse the assembler. ...
EPSiLON
epsilon@...
Nov 17, 2003 7:04 pm
777
Hi, I tried using Mov ah, 01010b, and it worked to input. Not to sound like too much of a novice, but where does the inputed string go? does it go to dx? cx?...
Our CMM Level 5 client is on major Recruitment Drive & looking forward 250 + IT professionals to join before November / December 03, for their Indian &...
I started Assembly a few months ago using MASM 6.15. My problem with this project ( and i don't understand how to do it) is converting Postfix notation to...
I have a small idea about this (not code) Suppose you have this expression: 613+- (Postfix) 6-(1+3) (Infix) PUSH all the digits in the stack and once you see...
EPSiLON
epsilon@...
Nov 18, 2003 7:00 pm
781
Hello, This input text is saved at the memory location referenced by DX ... how ? If you want to save your text in some memory location in the data segment DS...
EPSiLON
epsilon@...
Nov 18, 2003 7:00 pm
782
thanks for your idea! ... ===== Remember the old saying: "YOUR PAIN IS MY PLEASURE!!" __________________________________ Do you Yahoo!? Protect your identity...
Does anyone have an assembly program which prompts the user for two numbers then performs multiplication on these two numbers and displays the result. You can...
X*2 = SHL X,1 X*3 = SHL X,2 - X X*4 = SHL X,2 X*5 = SHL X,2 + X X*6 = SHL X,2 + X + X OR SHL X,3 - X - X and so on ... but if your program is only multiplying...
EPSiLON
epsilon@...
Nov 19, 2003 8:32 pm
785
I have a code that does mulitplication addition and GCD.... DO NOT COPY IT ALL!!!! ;;Author: Yahia Hegazy ;;Date Due: Monday, October 13, 2003 at 11:59 pm ...
Will these work in a unix shell also? ... COPY IT ALL!!!! ... mulitplication, addition, and also finding the greatest ... MULT and DIV, the multiplication and...
that part I am unsure of... the worst that can happen is it won't work in unix.... ... === message truncated === ===== Remember the old saying: "YOUR PAIN IS...
The instruction in writing an infix code is below Please write an 80X86 Assembly Language program that reads a mathematical expression in the postfix (reverse...
I am a software test mgr trying to complete an A.S. degree. I am trying to write a 16-bit intel based assy program and am getting a linker error - invalid...
Now it's in a ZIP file Mr. Yahia You should have Adobe Acrobat 6.0 or later to be able to read the file. Get it FREE from : http://acrobat.adobe.com/ Regards, ...
EPSiLON
epsilon@...
Nov 21, 2003 8:07 pm
793
Well, if you're getting ONLY Linker Error Check that your filename is the the 8.3 format. i.e the filename should be at most 8 character and the file extension...
EPSiLON
epsilon@...
Nov 22, 2003 4:50 am
794
Does anyone have the code to implement a tic tac toe game in assembly? Use the characters _ and | to display the game table. The table must be updated after...
SILPA INFORMATICS #502, AMEER ESTATE, S.R.NAGAR, HYDERABAD-38 PHONE: 040-55629256/7 Dear Friends, We would like to present you a window to land in the LAND OF...
Hi I am looking for a simple calculator that does +,-,* /. Mine is not working. I'll paste the code of asm file. See if someone can correct me by running it....
Hi guys, Iam taking a Sparc assembly class which has proved to be a nightmare especially bcoz there aren't many sources of help and books. I have the...