2,888 Topics
| |
| Right, i've got my program working and it does what its supposed to do. You will see in the code that i have several Macros and i think there is something wrong in the 'UpToLow' Macro, so just look for that label. I cant figure it out... basically what the … |
pls tell me a link to download the book 'system programming and OS' by Dhamdhere, for free | |
my code gives me a 0.0000000 for the result when I try and use the sra $s3, $s1, 1 to divide the number in 2 #this works div $s2, $s1, 1 <when I use this it prints out the number entered. I also have tried putting the numbers in f … | |
Hello everybody, I'm pretty new to assembly, and I was experimenting with string output, when my program started freezing and crashing. I'm using service 09 to write text, and it has no problems with "Sstract", but when I change it to "Substract", it starts to behave weird. I've also found … | |
Hi , I want to program an assembly program that can manage multiprograming . a code that can execute two sub programs together. I want the source code if it is possible. if not please mention about the interrupt. Please Please Help Me. I need it. Please. <SNIP> | |
How can we get our name in reverse order in a Assembly language, like Maria...airam..plz write the code | |
hello friends: I am a student of Assembly language and making some programs to have an insight of this language.. along with i am also supposed to submit a project at the end. I've made this program, which'll convert tempt from celsius to fehrenheit and vice versa..It's compiled in masm611 … | |
Hi, Can any one point me on how to convert this instruction into GCC compatible one? These are some of the instructions I am most confused about! [B]src is a pointer.[/B] [code] prefetchnta 128[ESI]; //Intel version, ofcouse mov esi, src; mov ebx, size_t; movntdq 0[EDI], xmm0; //move data from registers … | |
Hi everyone! I'm new here and I'm very new at this language so here it goes: I am writing a little program that converts a decimal input to a 16 bit binary number, and it will keep asking for input until the user types in zero. I have already written … | |
Hi guys, I am kinda confused on how to read integers from a file, named input. txt. Here is what i have: [CODE] TITLE MASM Template (main.asm) INCLUDE Irvine32.inc .data fileName db "input.txt", 0dh, 0ah, 0 fileHandle dword ? err_Msg BYTE "Cannot open file", 0dh, 0ah, 0 .code main PROC … | |
What does the software or computer actually do when you compile a program using a software tool such as MPASMWIN. Just need to know what compiling actually does?? Would be great help cheers | |
hey guys can u gimme some links ,resources or codes.....which can show me how to use api in assembly 32-bit i am using masm32 | |
Hi All , I have a question regarding to if statement ,,, my question is : How can I compare between 2 values ?! let's suppose I want to see if (x > y ) print "x greater than y" if ( x < y ) print "y greater than … | |
if anybody knows the details about 40 pins of 8088/8086 then plz let me know.as soon as possible.thanks | |
can anyone tell me what is extra segment and also tell me the concept of flags. | |
Write a program that calculates the value of x using these two formulae: w = (22102 * -12)/(18 – 3) x = (12032/w) * (2354 + 34) Use the properly-sized signed or unsigned operands as appropriate. Demonstrate that your answer is correct by using the debugging software to walk through … | |
This is a part of my homework. I have completed part 1. Part 2 asks that I re-write my part 1: [CODE]"Write a modified version of part A, in which the function is to be called as though it had the following prototype: void sumPowers(int n, int *pSum);[/CODE] is this … | |
Can someone create a code for me that prints all the 2 to 7 words from the input given by the user? Just like in the game text twist?.. please :( | |
I am trying to build an lcd file. The project is, using a dragon 12 lcd, we need to put a string in 0,0 (top) lcd screen position and another string in 0,1 (bottom screen position. The strings has to rotate around the screen. I did part of the code … | |
write a program that will sort 10 inputted words or either ascending or descending order which selected by means of clicking the options............ NEED HELP PLEASE REPLY... ASAP.... | |
| hi, i was wondering if there are any free programs available that will allow me to edit source code, assemble & link it, debug and run it. The source code written in assembly is specific to the 68000 family of motorolla chipsets. i just think it would be useful for … |
I have written the following code for reading and outputting characters and strings and then converting the strings to lowercase and sorting the characters with bubble sort! When I run the code, the code loops infinitely without doing anything except reading and outputting the strings and characters. Can someone help … | |
Now i'm not asking for a complete easy answer or source, so please take the time to help me. I would like a very detailed explanation telling what to do, I have no idea. I am very confused by stacks, functions, pushing, popping, and all that. I am very new … | |
hi guys: I just need help in how the srl instruction works in my program. I would like to know the interpretation. Like if I input de decimal number 8, which is 1000 in binary. I would like to know how it works. this is the code, it converts decimal … | |
ok boys, I'm new, noob and ready to do any effort needed. I have to write a MIPS assemply program for My MIPS course and I need just some examples... do you know any link where I can find any .s .asm mips programs? I'm especially looking for recursive programs … | |
My code is mistake asm->hex please help me. Thanks [code] hold macro NOP NOP NOP endm disp_str macro string irpc char, < string > IF nul 'char' exitm endif MOV A,#'char' LCALL data_in endm endm build_char macro P1,P2,P3,P4,P5,P6,P7,P8 irp arg, < P1,P2,P3,P4,P5,P6,P7,P8> MOV A,#arg ACALL data_in endm endm [/code] | |
how can you input a string, clear the screen, then print Hello "string"? example: [CODE]org 100h MOV AX,03 INT 10H MOV AH,02 MOV BH,00 MOV DH,0CH MOV DL,19H INT 10H MOV DX,OFFSET MSG1 MOV AH,09 INT 21H MOV DX,OFFSET SZ MOV AH,0AH INT 21H MOV AX,03 INT 10H MOV AH,02 … | |
I cant check if this is write as I have to do it at school. But I wanted to know if you can read over for me. This is my multiplication [CODE] add $s2, $zero, $zero add $t0, $zero, $zero LOOP: beq $t0, $s0, EXIT add $s2, $s1, $s2 addi … | |
This program in not working, the number that needs to be diplayed on the leds in EA. [CODE];program to count the number of odd bytes in memory from address 0xff00 to 0xffff. ;number is to be displayed on 8 leds ;set up for leds and hardware prog equ $2000 PORTB … | |
i do not seem to be getting anywhere with my probe aimed at searchfirst, open file and overwrite and so on. Hence i have no other alternative other than start from scratch. Though my initial attempt to create an overwriting file, has failed, i did achieve substantial understanding of several … |
The End.