2,878 Topics

Member Avatar for
Member Avatar for simona66

is there anyone to help me inorder to design chess game in assembly? I drew the chess board and the pieces but I can't move them. please help me :sad:

Member Avatar for simona66
0
103
Member Avatar for shiman999

hi everbody.. its really a challenge to write a virus program but eventually we should not harm anty bodys computer.. we should learn virus programming becoz we can write an anti virus for it. if we know how the virus programs are written and defnitly we can built an anti …

Member Avatar for Ancient Dragon
0
78
Member Avatar for inxs_vf

hi!! i need the code for 32 bit multiplication... The numbers are in IEEE 754 and it won't be needed to deal with over and underflow cases, and when the exponent is 0000000 or 11111111. thanxx in advance ;P

Member Avatar for MacGyver Orca
0
373
Member Avatar for amrac

I have a work to do in Assembly. With the value of a radius given by the user, It only calculates the [B]area of a circle[/B]. It has to work in 8086 and not in 80386. I think that the problem is that the value is loaded to the FPU …

Member Avatar for amrac
0
211
Member Avatar for tojas

Hey guys, can you give me a little start to how to use the page changing function for creating an animation. I think I had to use the 05h function of the int 10h. But I don't know more. Please can you give me a little explaining or something? Thanks …

0
73
Member Avatar for howlingmadhowie

hi everybody :) i've just bought a sun box on ebay, installed gnu/linux on it and am now trying to write a short assembler program. this seems to be very different from assembler on my tried and trusted pentium III. anyway, i found a few guides on the net and …

Member Avatar for howlingmadhowie
0
141
Member Avatar for csckw

hello every one i had some erros in my code can you plz fix it to me coz i didnt know how to fix it this is my code : DOSSEG .model small .stack 100h .data redbox db 10, 30, 13, 40 lbox db 10, 30, 13, 40 db 10, …

Member Avatar for Purple Avenger
0
145
Member Avatar for Mushy-pea

Hello everyone. I read a couple of tutorials on x86 assembly a while ago. It was made clear in these that certain instructions need to be included at the end of a program to make it close properly. However, there was some inconsistency about how a program should be terminated. …

Member Avatar for Purple Avenger
0
110
Member Avatar for only_asm

Hi guys! I need the code for 32 bit division in assembly (8086 architecture) ASAP! Kindly reply to this post! Thanx!!

Member Avatar for Ryu
0
1K
Member Avatar for manu1987

I have a problem...I don' know why this code doesn't work...can anyone help me ? PLZZZ .MODEL SMALL .STACK 100H .DATA prompt_msg1 DB 'Please input the first number: ',0 prompt_msg2 DB 'Please input the second number: ',0 sum_msg DB 'The sum is ',0 .CODE main PROC .STARTUP mov ah,02 mov …

Member Avatar for manu1987
0
87
Member Avatar for mattyd

I have just begun reading a PDF on Assembly language. One of the terms it mentioned and encouraged the reader to research further is "pipelining". I looked this up and read a brief description on WikiPedia; a section of the article stated: "In [URL="http://en.wikipedia.org/wiki/Computing"][COLOR=#0000ff]computing[/COLOR][/URL], a [B]pipeline[/B] is a set of …

Member Avatar for Infarction
0
124
Member Avatar for Day Brown

Or is there some other way to break out of the 640x400 or 480 limit, and have 8x16 characters on a 1024x768 screen?

Member Avatar for Day Brown
0
157
Member Avatar for abdullateef
Member Avatar for Purple Avenger
0
282
Member Avatar for kiks

Does anyone knows how can I count how many digits are there in a binary number? Any ideas???

Member Avatar for Purple Avenger
0
483
Member Avatar for hamed22
Member Avatar for vov4ik

Hello, i wrote tiny program to output a single symbol, and it doesn't do the job. The whole code is below: [inlinecode] .MODEL SMALL .DATA .CODE BEGIN: MOV AH,02h ; function of printing single character MOV DL,'>' ; symbol of prompt INT 21h ; DOS call END BEGIN [/inlinecode] After …

Member Avatar for vov4ik
0
131
Member Avatar for sbswhatever

im going to be programming on a server using masm32 should i get the server sdk on microsoft.com web site or the normal one? does it matter?

Member Avatar for Evenbit
0
212
Member Avatar for alsami

[COLOR=#000000][/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]How I can write an assembly language program, which will constantly monitor the computer clock (date and time) and for a certain day and during meeting times, display[/COLOR] [COLOR=#000000]“MEETING FOR Dr. A” in the middle of the screen .[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]As an …

Member Avatar for Ancient Dragon
0
152
Member Avatar for ehsanelahimirza

hi all i want to get system time outof com/serail ports of pc and then to display it on 7 segment LEDs plz help me how to do serial communicationin assembly for port nad then which hardware is used outside to convert this serial data into parallel

Member Avatar for oRg
0
81
Member Avatar for kamatgurudatt

hi everyone, i need some urgent help. i want a real time clock which can start counting when a button is pushed and stop counting when another button is pushed. the buttons might be start and stop. if possible i must also be able to set the time initially. pls …

0
64
Member Avatar for mytime19

i need softice for deassembling my assembly code.. can you give me any link to download? i do have softice but it work for 95 i have xp installed..

Member Avatar for Ancient Dragon
0
72
Member Avatar for mytime19

i want to convert a 32-bit processor video card into 64 bit.. i mean i want a souce code which work it for 32 bit processor as 64 bit processor.. 64 bit processor is a dual core processor manufactured by intel and 32 bit we all know its p-4 and …

Member Avatar for Ancient Dragon
0
87
Member Avatar for mytime19

[B]well i need books on ASM which uses C..[/B] [B]i know assembly and C seperately but don't know how to use C with assembly.. so thats why i need help..[/B] [B]and i'm working on Tasm..[/B] [B]but i need manual of masm 9 too..[/B] [B]i just downloaded masm9..:lol: [/B]

Member Avatar for Ancient Dragon
0
128
Member Avatar for Knight3

I'm writing a program in assebly using x86 intel processor series and a flat model can anyome suggest anything about this? ;;;;;;;;;;;;;;;;;;; input string,40 ;the user enter a characher 'q' for instance atod string ; now the value in eax as decimal ;;i need to compare the number and if …

Member Avatar for mytime19
0
91
Member Avatar for mymirror

can somebody help me to know a vert efficient algorithm in dividing more than 32 bytes of number? e.g. 65534.99/2326.84=28.1648029 =>6553499/232684 =281648029 =>63 FF 9B/03 8C EC=10 C9 9B 9D how could that be? my algo is that use shifts and subs but in a bitwise manner i want to …

Member Avatar for mytime19
0
188
Member Avatar for bokim

Hi!!! Does anybody knows something about masm 8.0, does exist something like manual for this,or some good site which describe this program. Can anybody give me some exaple in masm,part of code... I know that masm for instalation requires visual studio c++ express edition,I have that and I installed masm,but …

Member Avatar for Evenbit
0
104
Member Avatar for jamaicandods

I am trying to print out fibonacci numbers in assembler, anyone has the code or link to code that can perform this? thanks.

Member Avatar for TylerSBreton
0
225
Member Avatar for brale

Hi there My enlish is not fluent but i hope you will get a clue... I got assignement to write program doing PC to PC communication entire in assembly. I made an effort to do this. But... it wont work. I can't initialize port with following code: [code] mov dx, …

Member Avatar for Ancient Dragon
0
353
Member Avatar for kiks

Could anyone help me to simulate the booth's algorithm for multiplication of 2 binary numbers using 8086 assembly !! Ireally need it!

0
68
Member Avatar for Jamaican Beauty

Hello, I'm a begginer at this asm code stuff and I've had to write a couple of simple and basic begginers programs. Well the one that I have to do now has to have an output that looks like this: * ** *** **** ***** and it must be a …

Member Avatar for Jamaican Beauty
0
145

The End.