3,896 Topics

Member Avatar for
Member Avatar for buddyb

This is probably a tall order; need some input from the talented folks hanging out here. I'm really just getting started, and blundering my way through the code. I'm running Win XP Pro/1024 X 768; my wife Win 2000 Pro/1024 X 768. I'm going to include the code I'm using, …

Member Avatar for buddyb
0
247
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
191
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
106
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
206
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
203
Member Avatar for ineedshelp

well im at my friends house and his computer is running really slow. i have tried many things but when he does anything on his computer it takes forever. if you could please take a look. here is the log Logfile of HijackThis v1.98.2 Scan saved at 6:15:42 PM, on …

Member Avatar for DMR
0
145
Member Avatar for the_shark

Hi everybody… My name is Hassan I am a university student (senior student) I am 22 years old My major is computer science My academic knowledge about computer languages is good (java, C++, vb, oracle, assembly) I join your website to learn as much information as I can and to …

Member Avatar for the_shark
0
193
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
97
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
191
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
61
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
105
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
117
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
70
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
121
Member Avatar for ilias
0
71
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
158
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
94
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
114
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
192
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
75
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
76
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
95
Member Avatar for apple19

I have a an activity not done yet its about asking the user how to enter password if it will be match to the password constant it will prompt grandted or not grandted it should be converted into "*"....

0
64
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
72
Member Avatar for odee

Need help on assembly in Dev C++. i know that Dev C++ uses AT&T instead of Intel. but i need to know how to use int 10h in Dev C++. can anyone show give me the code?

Member Avatar for odee
0
157
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
77
Member Avatar for squirt

i am trying to run python 2.4 for windows xp and it will not let me run it all they way con comeone help?

0
76
Member Avatar for inderjeet singh

HI, I m using VC++ editor for C programming and i want to move cursor one row up in my terminal window. I have tried interrupt using Inline assembly but when i execute the programm Error comes "access voilation " . I m using Windows XP OS. What should should …

Member Avatar for 1o0oBhP
0
134
Member Avatar for nishil

Hello, do you know where i could find more information about tasm and how to program the atmel 2051 using tasm. Thanks

0
127
Member Avatar for kharri5

I was curious if anyone knows how the shit I port this C code over to MIPS assembly. first i take input from a user as a string. I want to parse the string into two chars and take those and plug em into a vaiable input: I don't know …

0
117
Member Avatar for kohkohkoh

Can Anyone here could recommend me a "GODD/EXECELLENT" web site for me to learn the MASM assembler coding...with examples and tutorials... I'm trying to learn to do my assignment. I don't know what it is...but i want to learn.. please thank you

Member Avatar for kohkohkoh
0
204
Member Avatar for compeat

hi! I don't know: how do I realize the [B]Memory Resident[/B] assembly code. how to change my program to memory resident program. how those it(memory resident program)works? :?: do you know aboves??

0
90
Member Avatar for ekim0410

hello.. me and my groupmates are currently taking up assembly language programming course.. as a final requirement in our laboratory course, we are asked to choose one out of four machine problems to solve... we are desperately in need of help because we do not know how to solve the …

Member Avatar for 1o0oBhP
0
142
Member Avatar for Toba

I've been thinking of creating an OS lately. I'm hoping to make a text-mode OS in full assembly language that runs fast, has no bugs or security holes, and is the "best" operating system I can think of. Have you ever seen an OS that had [I]nothing[/I] you thought could …

Member Avatar for Toba
0
141
Member Avatar for jasweb2002

I need to set a variable to infinity or the highest possible number for the computer. But I have no idea how to do this. I did this a little while dabbling in assembly but I am unsure how to do this in C++. Thanks.

Member Avatar for Dave Sinkula
0
107
Member Avatar for Lust

How to compute A+B for some some numbers A and B if they are in __int64 format? thank you beforehand :rolleyes:

0
94
Member Avatar for bunbun

How are machine language and assembly language similar? What is involved in translating a single assembly language instruction to a machine code instruction? How informative are the snytax error messages of this compiler, as compared with those generated by the assembler? Why is the compiler so fussy about C++'s syntax?

0
29
Member Avatar for SexConker

Alright, I got this assembler class, and we're doing mips, and such. Anyway, I got this problem, see. I have to read in a number in binary (sign magnitude), convert it to decimal, then convert that to a string of ascii characters, and then print them out, with a - …

Member Avatar for SexConker
0
243
Member Avatar for Nikkie

i asked for help from another forum and the person said things i couldnt understand . names of the parts etc. (i use amd heatsinks btw.) i need to know how to figure out how to put the heatsink on . not really how so much but where what ''end'' …

Member Avatar for Catweazle
0
78
Member Avatar for C#_Virgin

Hi, I'm new to this site so quite unfamiliar with how things work.... I have recently begun learning about C# and the .Net framework. As a java programmer, I found C# a good basis to start on. I wanted to change a lot of my existing code from Java to …

Member Avatar for Decency
0
168
Member Avatar for nwcad

Has anyone had problems migrating VB6 projects to a VB.NET environment? Specifically, is there a separate, new .NET assembly I need to reference to communicate with the autoCAD API or do I have to use the .COM libraries that I am currently using in VB6? Thanks, in advance, for any …

Member Avatar for Paladine
0
86
Member Avatar for Dani

[b]Software [/b] Computers contain hard drives, storage mediums for one's own documents as well as software programs. Software for computers are manufactured by numerous companies and individuals and made to work with a given operating system. Currently, Microsoft has a nearly complete monopoly on operating systems, bringing us all versions …

Member Avatar for basementcoder
0
229
Member Avatar for meabed

[B]Creating a C++/Assembly Project [/B] The project we'll develop in this tutorial will consist of a main() function written in C++. It will call an assembly function named clear(). Since Visual C++ does not recognize assembly code, VC++ will have to be told what program to call to compile the …

Member Avatar for Chainsaw
1
1K
Member Avatar for pwfisher

Does anyone have knowledge of how to manipulate the IE statusbar using code-behind-forms in .NET 1.1? I can do it via JavaScript on the client side, but I'd rather do it behind the form, or, even better, in an assembly.

Member Avatar for Tekmaven
0
71
Member Avatar for eng_chick

HeY All, this is actaully my first post on this site....new member, I've been researching for a while now on trying to find suitable sensors for motion detection...and I dont want really expensive stuff...just something simple and cheap! I'm unable to find simple yet informative stuff!! I'm trying to build …

Member Avatar for TallCool1
0
154

The End.