2,888 Topics

Member Avatar for
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
209
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
116
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
177
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
188
Member Avatar for nishil

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 …

0
103
Member Avatar for nishil

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

Member Avatar for Evenbit
0
200
Member Avatar for mei

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 …

Member Avatar for Evenbit
-1
200
Member Avatar for wernerradio

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 …

0
95
Member Avatar for simf

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 …

Member Avatar for Tight_Coder_Ex
0
184
Member Avatar for mattyice31

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 …

0
58
Member Avatar for oxyi

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 …

0
101
Member Avatar for Haddock

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 …

Member Avatar for Tight_Coder_Ex
0
115
Member Avatar for DBLCLK

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 …

0
68
Member Avatar for pro32

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 …

Member Avatar for 1o0oBhP
0
120
Member Avatar for ilias
0
69
Member Avatar for dayrinni

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 …

Member Avatar for Gnome_101
0
154
Member Avatar for jones1702

~ Require a Tutor who is able to walk me through some MIPS programming exercises. Willing to compensate for services.

Member Avatar for Gnome_101
0
92
Member Avatar for Ronbo

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 …

Member Avatar for Ronbo
0
110
Member Avatar for VSBrown

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] :)

Member Avatar for VSBrown
0
187
Member Avatar for teenamalik

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 …

0
72
Member Avatar for skhaja

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 …

0
73
Member Avatar for lrea_fallon

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?

Member Avatar for lrea_fallon
0
91
Member Avatar for lrea_fallon

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?! :?:

0
69
Member Avatar for jfountain02

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 …

0
75

The End.