3,896 Topics
![]() | |
Hi I have a little exercise that I was assigned. This is what needs to be done: - Read 10 numbers from keyboard. - Sort them by Insertion Sort algorithm - Print the sorted numbers in ascending order This is for MIPS and the program I use to run it … | |
I need help as to how 2 change machine codes 2 binaries or hex like mov to mayb 101011111, yeah, u know like own compiler | |
Hi, I'm just starting to learn about x86 assembly and was surprised at the seemingly small amount of registers. The 8 general purpose registers you always read about /use eac, ebx etc. . are they the only GP registers on a processor or are there others that depend on the … | |
i am just starting into assembly programming, i am currently trying to trace a program step by step to determine a value of a certain register for the particular line and unfortunately, i dont understand how it goes... i am working on this code i found from somewhere, it says … | |
Write six (6) ARM assembly language subroutines, called output_character, read_character, read_string, output_string, uart_init, and substring_test. These subroutines will allow a user to use HyperTerminal to enter data and the ARM processor to display data in HyperTerminal via the UART. All user-input should be echoed back to the display. Your program … | |
Any ideas or sites on port programming for modem, mouse, usb, nad printer/scaners would b apperciated here | |
good day to everyone, i'm just new here as well as in programming...and as common to newbies,i in trouble of understanding or comprehending a line of code...i search the net, and had read something about this website, i.e..anyone can get help from seasoned and kind programmers...so,i'm just trying my luck … | |
So here's the question that I've been thinking over for a few hours: MIPS to C. Assume $s3 = i, $s4 = j, $s5 = @A. Below is the MIPS code: Loop: addi $s4,$s4,1 # j = j + 1? add $t1,$s3,$s3 # $t1 = 2 * i add $t1,$t1,$t1 … | |
so i'm learning MIPS right now and i think i get the hang of things, mind you it's all relatively easy (so i've been told), but i can't seem to get around this one problem. i was given a C++ fragment and need to convert (translate) it directly to MIPS. … | |
Dear friends i am in need of assembly code for interfacing RTC with 8051 microcontroller. plz help me as soon as possible:-| | |
Hello I want to drag & drop an object like rectangle , would you please give me the code and intterupt of it? thank you in advance | |
I've been searching around the site, looking at the different types of coding, and come accross Assembly. This is one of the most complicating code ive seen yet and was just wondering what is it's most common use? | |
hi. i really need 8-queens problem assembly source as soon as that you think! any body can help me?:?: | |
im converting a fibonacci c code to tasm assembly... i've started my code but im having a difficulty in the part where return fibo(n-1)+fibo(n-2)...please help the red fonts is where im not sure if my code is correct...can you please help c code: [code]int fib(int n) { if (n <= … | |
Hi Guys! I've attached here the screenshot i've made for my friends program. I need to properly understand these offsets so i could know the right unlock code from the combination of the username and challenge string produced by typing the username. Thanks! Need to know how! please help me! … | |
Hi guys, I have a really puzzling question... I really want to start programming more. (Programming will be more of a hobby than a job for me.) The problem is that I can't figure out which language would be better to learn...C or C++ I want a language that: * … | |
Hi, I am Antonis Kyprianou and I use the Assembly Language for all my programming needs. From the WinAsm Studio site you can find a lot of free tools (WinAsm Studio IDE, HiEditor (a large file editor), Custom controls and a lot more) written in Assembly to help you write … | |
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: | |
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 … | |
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 | |
Hello, I'm working on developing a plugin system in c# for an application. I need a system that can load and unload an assembly. Ideas? Webs? tutorial? Thank you for all. | |
Let's start by saying I'm not very technical, so please be patient with me. Within the last 6 months my motherboard died. At that point we put together a new system & the only items that we didn't replace were the cd/dvd drives, sound card, ati video card, and processor. … | |
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 … | |
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 … | |
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 … | |
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, … | |
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. … | |
We built an ASP .NET application that worked fine in a Windows 2003 Server environment up until somebody installed Business Portal on it. Please note that Business Portal and our custom application use different websites within IIS. Now we receive the error - Server Error in '/' Application. The parser … | |
Hi guys! I need the code for 32 bit division in assembly (8086 architecture) ASAP! Kindly reply to this post! Thanx!! | |
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 … | |
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 … | |
Or is there some other way to break out of the 640x400 or 480 limit, and have 8x16 characters on a 1024x768 screen? | |
HI EVERY ONE I want TASM code to show the real time in the screen in a sample way thanks :-| | |
Does anyone knows how can I count how many digits are there in a binary number? Any ideas??? | |
i want to write aprogram in 8086 assembly . can you help me? | |
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 … | |
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? | |
[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 … | |
Name - Abdullrhman Hair - Black Eyes - Blackl Location - Saudi Arabia Age - 21 Hobbies -Read about religions espically on my religion which is islam, read about Assembly language,knows every new about technology,makes new freinds around the world Occupation: Still student on electrical engineering | |
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 | |
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 … | |
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.. | |
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 … | |
[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] | |
hi...can anyone give advice, tips, on how will i come up in developing the antivirus software coz i dont have any idea.. im know core level in assembly and i haven't tried using the it.. i have had a hard time learning it.. actually i want to create a project.. … | |
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 … | |
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 … | |
I'm looking for a C++ certification course, but there seems to be about 1001 offerings on the net, and the last thing I want to do is spend my money on something that employers won't recognise as legitimate. Could anyone please recommend some of the courses/companies out there that I … | |
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 … | |
I am trying to print out fibonacci numbers in assembler, anyone has the code or link to code that can perform this? thanks. |
The End.