2,888 Topics
| |
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 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 … | |
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? | |
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 … | |
i am using atmel 2051 with tasm2.8 assembly language,,,,,,,,,,,i have built a temeperature sensor and its working but cant seem to get this part of the program: if temperature is higher than 25 degrees C output to port.........plz plz any assistance will be grate full p.s if you want to … | |
hi, I was wondering if any one knew where i could find the instructions for tasm 2.8.....i am trying to compare A TO FF(100H), if greater than FF go to loopA.........I would really appereciate, if any one knows the above instruction...please help me out. thanks | |
i m doing a program using masm 611 compiler recently but am doubt of how to use it.my program is a simple program called simple calculator,it contains functions of +,-,*,/, and modulus.user only need to input 2 numbers and the function that he/she would like to perform.but i dunno bout … | |
I am working on a program where I need to convert a ASCII charchter to a 7-bit code, eg. 'A' is 65 (decimal) and it would be 1000001 I am not sure how to attack this... Below is the code I have started with so far, I guess my main … | |
I have the following problem. Using 16 bit assembler code to send a character string to the screen. Following is an example: in my data segment, I have the following defined: Str1 DB 'Hello world', 10 DB 'and hello again','$' in the Code segment, i do the following: mov ah,9h … | |
i am in school taking a machine language class and need helpt writing out the asm code for teh addcc instruction. i have a detailed source code complete taht just needs teh blanks to be filled in. .global main main: save %sp, -96, %sp ! %l1, %l2 will be set … | |
Hi, looking for an assmelby programmer for x86 today . Yes March 11. for a small project take only an hour or so. I am paying $30 or oOB paypal for it, please emaile me oxyigen@gmail.com Again, it is today only, and need it done by 6pm PST. This is … | |
I'm new to assembly and I want to learn the language. I downloaded the NASM compiler and I'm trying to compile (assemble?) my programs with it. I'm assuming nasm.exe is the compiler. When I try to compile, it gives me errors. The code I'm trying to compile is: .model small … | |
What could cause edit control data to NOT display highlighted after I send an EM_SETSEL message? The data IS being selected, I know because if I send a "CUT" message the selection is deleted. This problem occurs with partial field selection and for "Select All". I've used EM_SETSEL in other … | |
My program takes input from users, sort them and print out the result. But I would also like for it to only print out odd numbers and print out even numbers.Any help is appreciated. [CODE] .data arrayInt DWORD 10 dup(0) sentence BYTE "Please input a three digit integer: " .code … | |
hi I'm looking for the source code of quicksort algorithm in assembly 8085 thanx | |
Hello, I am trying to write an assembly program. In it I am writing a new ISR for the keyboard. The goal of this ISR is to mix the keys around, so for example if I was going to type 'hello' It would print out as 'jhwwi'. It will only … | |
~ Require a Tutor who is able to walk me through some MIPS programming exercises. Willing to compensate for services. | |
Hello One & All, I am a fully experienced mainframe programmer, attempting to program for Windows utilizing the Assembly language. Am technically oriented. Have written 11 16 bit real mode PC DOS programs three of which dynamically linked Have written one 32 bit protected mode VB 5 program, utilizing both … | |
Here is a link to some ASM Code that I did while I was in college. Thought I would post it because maybe it will help someone else. [url]http://www.vsbrown.com/asm.asp[/url] :) | |
Hello there, I have an interesting question reagrding realtime application. When say a microcontroller is executing let us say an instruction to collect data from a buffer.If an interrupt strikes and controller has to go to ISR. The buffer is receiving I/P continuoulsy. Now when the controller returns back after … | |
I am having difficulty in using the btfsc commands. I am suppose to use them to to program a circuit with 8 LEDs so that they can sequentially light up. Well, you can say that I am half way there as so far only the first four (RC0-RC3) work while … | |
I am a begging Assembler Student and I am having problems. When I run my program it is telling me I have a bad ASA control charecter. I have checked my program and I don't see anything wrong with it. Does anyone know what the problem could be? | |
I am having a heck of a time with this program. I have attached my program. I tried to run it on the mainframe and it was looping like crazy. :rolleyes: Can anyone give me some ideas?! :?: | |
The problem is I need to check A set of sign numbers and add the positive numbers, and reject the negative numbers. But the problem is I don't have an assembler to check my program, so I am just doing this program in my head, and I was seeing if … |
The End.