2,878 Topics

Member Avatar for
Member Avatar for oneohthree

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 …

0
46
Member Avatar for guh

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 …

0
115
Member Avatar for DeFrog777

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

Member Avatar for mmiikkee12
0
633
Member Avatar for Merc5

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 …

0
120
Member Avatar for ghostfacelz

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] …

Member Avatar for ghostfacelz
0
178
Member Avatar for hesheit

/* 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. --- …

0
72
Member Avatar for ilias

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 …

0
61
Member Avatar for zowow

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 …

0
86
Member Avatar for loweee

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 …

Member Avatar for mmiikkee12
0
217
Member Avatar for sDJh

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 …

Member Avatar for sDJh
0
216
Member Avatar for reyhan12

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!

Member Avatar for reyhan12
0
77
Member Avatar for Gink

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.

Member Avatar for freemind
0
104
Member Avatar for Goldfish691

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 …

Member Avatar for mikemark
0
208
Member Avatar for yeohhs

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 …

0
76
Member Avatar for Sabre1985

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 …

0
74
Member Avatar for yeohhs

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 …

0
106
Member Avatar for 992982386

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 …

Member Avatar for tonakai
0
129
Member Avatar for hudasntpay

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..

0
44
Member Avatar for gimmy

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

0
53
Member Avatar for kaoru

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 …

Member Avatar for Evenbit
0
117
Member Avatar for Diode

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 …

Member Avatar for Evenbit
0
207
Member Avatar for LeviFiction

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?

Member Avatar for Evenbit
0
115
Member Avatar for unseen

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 …

0
73
Member Avatar for pek

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 ":" …

0
84
Member Avatar for solaris

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 …

Member Avatar for solaris
0
176
Member Avatar for stebel

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 …

0
318
Member Avatar for The Angel

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 …

Member Avatar for The Angel
0
181
Member Avatar for kalel21

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 …

Member Avatar for kalel21
0
218
Member Avatar for kalel21

hi all. i am currently thinking for learning assembler and compiler language. i just wanted to know how long it will take to learn this language and how difficult is it?

Member Avatar for tonakai
0
1K
Member Avatar for unseen

I have been trying to figure these out from the book but couldn't .Im studying correspondence so im also on my own Thanks alot for any help ! 1. if the program TEST.ASM has been designed as an EXE program , can the program TEST.OBJ be executed successfully? 2. What …

Member Avatar for unseen
0
185

The End.