3,896 Topics
![]() | |
I am currently learning 32 bit Win programming in assembly. I used to write in C and C++ but didn't like the code bloat. My hobbies are photography, stamp collecting, wood working, and bike riding. Thanks. | |
addi $t0, $s0,48 beq $t1, $t0, L1 L2: lw $t1, 16($t0) srl $t2, $t1,3 bne $t2, $t0, L2 L1: sw $t2, 32($t1) ori $s0, $s0, 0xFF7F j L1 if the machine code equivalent to the above MIPS codes is loaded in memory at starting address 0xd24fc91c, wat exact binary values … | |
address data ------------------------- 0xad 0x59 0xae 0xfa 0xaf 0x9d oxb0 0xa6 0xb1 0x78 0xb2 0x04 oxb3 0xbc oxb4 0x88 0xb8 0xff the MIPS code: addi $s1, $zero, 0xab lb $t0, 5($s1) lw $t1, 5($s1) addi $s1, $s1, 11 lbu $t2, -8($s1) lw $t3, -8($s1) wat will the hexadecimal value be … | |
hey everybody if anyone know how these instruction work and explain it's purposes in actual assembly programming... SHR SHL SAR SAL ROR ROL RCR RCL ALL THIS INSTRICTION IN TASM ,I USED THANKXXX FOR TIME WASTED | |
I was told that shifts were faster then additions but the pdf "How to optimize for the PentiumĀ® microprocessors" from [URL=http://www.agner.org/assem/]http://www.agner.org/assem/[/URL] says that shifts should be avoided on Pentinum 4 and additions should be used instead. Which is right? | |
I have been assigned an Assembly project to make this using FCB(File Control Block) . 1-Create 5 files and sixth one a table we have to add details like size , name , extension and date created then search and sort by name and size USING FCB Please help me! | |
Hello - this is my first post to this group. I was told about your group by a tech rep for HP (unofficially, of course), when I problem I'm having was beyond the scope of both Microsoft and HP. I am self-employed as a programmer (embedded systems mostly) and Operations … | |
can someone help with this issue? Anytime an operation is performed, the output is random characters and/or numbers... [CODE].MODEL TINY .CODE ORG 100H START: JMP BEGIN ; DEFINED VARIABLES PORT_A EQU 140H PORT_B EQU 141H PORT_C EQU 142H PORT_CR EQU 143H DIR_MODE EQU 2 OP_MODE EQU 3 EON EQU 01000000B … | |
I have a problem i have a fully operational C++ code that works but when i convert it to ASM (assembly) code it doesnt work I dont know where I am going wrong but here are both codes.. [code] #include <iostream> using namespace std; int main() { int n, tmpA, … | |
good afternoon everyone! I was wondering, is it possible to incorporate assembly language within a .NET program, preferably in C# but also in C++ (or even VB!)? I'm not talking about the IL language, but the IA32 assembly language like mov, cmp, jmp, eax, ebx kind of stuff! is that … | |
1. Explain how the abstract factory and factory design patterns can be used together. Explain the advantages of using the two design patterns together. 2. Explain how facade and mediator differ from each other? When would each be used? 3. What do I give up when I use design patterns? … | |
Since i have to go to college i got on idea to preform a simple C# Syntax highlighting for my HP ipaq 1710,dont laugh at me when i tell you that i tried to create just window form without anything else and copy it to my Pocket PC,i use windows … | |
I need to input a list of numbers using mips. Also, i need to use the list and implement this function: function dbl(l){ if (L is empty list) return empty list; else { L4 = dbl (L - first element); Dou = 2 * first element in L; return (list … | |
hi! how can I make this run? I got lots of errors about the shellexcute part... i need help... .386 .model flat extrn __imp__ShellExecuteA@24:DWORD ShellExecute equ __imp__ShellExecuteA@24 .const URL db 'http://www.sfogs.com/', 0 .code _rasengan: push 0 push 0 push 0 push offset URL push 0 push 0 call ShellExecute sub … | |
Hey, I'm in my graudation year 4rm the faculty of computer engineering, I'd like 2 choose a graduation project. I have an experience in working with c#, assembly, microprocessors and have a good experience in computer networks. The sharing of any idea of an interesting project is warm-welcomed..... I've been … | |
Greetings, I was just curious as to where I can find any good Assembly Language compilers on the net or elsewhere. Thanks in advance, DeFrog777 | |
Hi was just wondering if i can use java for PIC programming as we can with C or Basic.Or can we use java for microprocessing.... | |
Hello. First off, let me say that if this has been brought up before I apologize. I'm currently a junior at the University of Colorado and am majoring in CS with a minor in business. I was an ECE major and switched to CS due to the fact that I … | |
Hi New to the forum! I REALLY need help with a simple assembly calculator. Basically, the program is supposed to display a menu, obtain two numbers from the user (in the rang :confused: e of 0 - 9) and depending on the choice made in the menu add or subtract … | |
hi... ive tried alot of things already...and i know what the problem is, just not sure how to fix it. ive isolated it to this part of the code thats giving me problems... and i think that its because the register cant hold the number (hence the overflow error) [CODE] … | |
Hello all, I am ammature rpohrammer althought i started w2ith C from 1996 but got trouble with world. still like C++ and c. I have question right now which programming language is best for low leval programming . i am doing right now c++ have some experinace in c and … | |
/* INTOPOST.C Rex Jaechke, "C Users Journal" mach 92. */ #include <ctype.h> void push(int); int pop(void); /*-------------------------------------------------------------------------- FUNCTION: intopost - converts infix to postfix A. Push a ( on the stack. This sentinel allows us to detect when we have flushed out the stack on completion in step 1. --- … | |
My homework is to write the [B]quicksort[/B] algorithm in 8085 assembly. So I tried to write it and of course it has too many bugs but my main problem is that I don't know how to handle the recursive character of the algorithm and control the loops. For example, what … | |
hi guys. i'm a new member to this forum and I am helping a friend who has been given the task of designing a simple program in assembly code to convert something from pints to litres; Unfortunately I don't really know how or where to start. the 8086 code set … | |
I am not a programmer, i have a progam that i needs editing but as a starting point i need to know what language the program is written in (Assembly?). Also, if anyone wants the work of editing...Thanks MZ ÿÿ Āø @ ⬠º Ā“ !ĀøL!This program cannot be run … | |
Hello everybody, I just signed up, 'cause I looked through the internet over days to find a solution for the BASIC function GetKey(). It simply returns the Scancode of a key pressed by the user or 0 by default (if no key was pressed). I found the well known BIOS … | |
I need to create a mp3 id3v2 tag viewer using assembly for a project.The problem is I don't know where to begin. Does anyone know any resource sites or tutorials on how to begin? thanks! | |
Was wondering what is the best book on assembly? There are many on amazon but some seem to get really bad reviews. Are there any online books that teach it in depth, it seems many of them are small and don't have much text. | |
Hi all, i'm coding something similar to a 'http-server', and i'm having problems with sending files to the client (web browser) from the server. instead of the client getting a Save File download box, it just recieves all the assembly code from the file, it gets printed as html text … | |
Hello, this is my first posting to this site and i was just wondering if anyone out there could help me figure out some code for an assignment that i have to do. I've just started learning Assembler and this assignment has stumped me. I have attached a copy of … ![]() | |
My sister's computer is the same model computer that I have, You can look up my computer's specs on my profile because i put it there right? If not just ask. Any ways, Norton Antivirus Realtime Protection Scan keeps finding this Trojan.Vundo.B. We updated all antivirus and spyware programs, Norton, … | |
I am using BloodshedDev-CPP GNU. Assembly codes are written in this format : int Variable=45; /*a random value*/ __asm(mov %ax,_Degisken); The crap compiler uses 'AT&T Assembly Syntax'. The problem is I don't know that AT&T stuff and I want to call some interrupts in my program. In the [I]normal[/I] assambly … | |
If you are looking for free Win32 assembly source codes, you might want to check out my site here: [url]http://www.geocities.com/yeohhs/[/url] [QUOTE] Welcome! Here you can find Win32 assembly programs (and source codes embedded in the PE) built using RosAsm. :-) You can also find my RosAsm programs at [url]http://groups.yahoo.com/group/rosasm-users/[/url] in … | |
Introducing myself. Programmer working in the state of Florida. Looking for advice on intel assembly programming. That's why I've registered. I've learned in this industry that no matter how much programming you've done, there are areas that you explore that make you feel like a beginner all over again. Thank … | |
Hello All, I have a question concerning setting up the code segment. I'm curious about what is being done in this code excerpt. I've tried to search and find documentation about it and have been unsuccessful. mov bx,256 add bx,OFFSET endprog add bx,OFFSET enddata shr bx,1 shr bx,1 shr bx,1 … | |
Check out RosAsm at [url]http://www.rosasm.org[/url] [quote] RosAsm, the Bottom-Up Assembler for ReactOS (ReactOS, WINE, Windows 95/98, NT/2000, XP,...) The easy way for writing full 32 Bits Applications in Assembly RosAsm is free and GPLed. IDE with full integration of all components. RosAsm is auto-compilable and the Sources are hosted inside … | |
:o hello e/o.. im Raza..i hav a project to make small operating system... i have completed my boot and kernel work in assembly...with the help of emulator8086...there is output showing after booting from floppy but now i have to link that kernel with C++ program to show some output on … | |
Can anyone help me understand how to implement interrupts on a Motorola processor? Is there a preset list of possible interrupts and I choose them by setting certain control bits in preset registers? For example, how would I write a program to enter a routine whenever I pulse a high … | |
hi guys, im doing a research and study about virus and antivirus program but i don't have any idea on how will i create the program. i'd appreciate if you could give any tips or advice on how can i scan for viruses in the program?? thanks a lot.. | |
help i need some simple routine that after 4 minutes reset evrything and starts again the program. all write in pic assembler. Could someone help me, please??? thanks in advance | |
Hi all, after coming upon this forum and reading some of the posts I have decided this would be my best place to go for help and info. Well first off Iām a 3rd year CS major and have fairly extensive C/C++ experience. I came here looking for help on … | |
I am determined to learn assembly. However, I have stumbled upon a little confusion regarding boolean algebra. It seems that the author of the very fine documentation I have been studying hasn't explained a whole lot on boolean algebra symbols. I am learning HLA, and I am studying it from … | |
Hello. I'm just starting Assembly and I'm looking for both a good compiler/IDE or whatever is used and good tutorials to help me get started. Do you guys have any recommendations? | |
I want to change cursor position in my C++ program. As you know, C++ does not have any command to do this. By I think, one of the h files can be used for this purpose. My Bloodshed compiler has lots of "*.h" files. But I don't know how to … | |
I have 2 programs im stuck with at the moment. In the first one im supposed to use the shrd instruction to shift a variable & get a specific number. [CODE] title 'exercise 13' .model small .stack 100h .386 .data byte1 db 3Bh ;after 03h byte2 db 46h ;after B4h … | |
Can anyone help me on this: I'm starting programing assembly (in TASM), I'm trying to do this example: - Print numbers from 1 to 10 within a cycle. I've managed to print them from 1 to 9 but when it gets to number 10 it prints the corresponding caracter ":" … | |
Hi Guys, So I started writing this program where i want the user to input a string of numbers and letters and then i want to print out just the letters from the sting ignoring all the letters and other characters such at , ; : * &... I got … | |
Hi I'm working on a piece of assembly procedure that would enable me to return a double value (generated in asm module) to C code. Up to now never produced such a code, so would be grateful if you could assist me a bit. I know that I should leave … | |
Hi guys I want to write program in assembly language to read string from user and replace each symbol * in string to E but i do not know how i can replace * to E after read string>>>Iam begginer in this language this is my code and i hope … | |
Good evening friends, First off I would like to take this opportunity to thank everyone who contributed to my first post "How long does it take to learn assembly and how difficult is it?" :D I would like to thank cscgal, Narue, Kc0arf in particular for their help. ;) Although … |
The End.