Hardware = a PIC 16F84, I use a crystal oscillator 4 MHz, in a multi-purpose test board with a MAX 232 to convert from TTL to CMOS. Also, a GPS receiver TFAG10, and a computer with Hypertermin...
This has been puzzling me for a while - of what use is the LEA instruction?
To me it just looks like a MOV instruction which can take a relatively-complex second argument - nothing that can...
I have created a simple .net application that extracts from Sql server into a .csv file using ADO .net and System.text.io.streamreader.
Program runs fine on my local drive but will not run on...
hello experts~!
i have a homework and i'm a bit stuck on it... i would appriciate if you could give me a jump start (pseudo code or c/c++ is fine).
assembler: NASM
problem: ta...
Hey. I hope you can help me with converting some c code into assembly code, i have tried much now, and i still don't get it. What would help me alot, would be some comments for each line in th...
How to compile micro assembly language for BIOS and what assembly compiler do I need?
Hi Experts,
I am tryin' to convert a hex address to decimal?
When it executes, it gives only the value of the first character.
Thanks
I am trying to figure out the Checksum alrorithm used by one of the printers I am working with. I have set up a serial communications monitoring interface and was able to record the "conversat...
I wrote a program in (a86 )to sort the whole array into ascending order and its run ok but how can I make it more effcient(reducing unnecessary work) this is my code;
Code segment
Jmp...
Simple to do: I want the .hex file for the following .asm code so that I can program my PIC16F84 chip with it. Can someone copy and paste this into their MPLAB IDE and spit out the hex for m...
I'm trying to register a dll by using the command regsvr32 abc.dll but get this error loadlibrary(abc.dll) failed - the specified module could not be found.
Please HELP!
i tried to implement a custom solution in sharepoint, i was able to enable the feature for the site. But when i tried to access the portal page it gave the message as below. now even my homepa...
Hi
I dont know even abc of 8086 ASM language. But i want learn some basic fundamentals of it. so that i can write and understand programs like these...
1. Addition of two 16bit numbers: ...
Hi. I can find much information on using assembler with C++ by either using inline ASM or by writing the ASM in your own files and then custom building them into your C++ project. However, I c...
OK, I am stressed out from this. I am working on senior design and I have gotten pretty far on my program but now I am stuck. I need to program a PIC16F877a to take in 3 inputs
1.) Temperat...
URGENT
I need to write an Intel 8085 program to multiply two integers of size 20 digits each ( For example : 19837653929987654321 x 90870054781976543975 ). Since you will not find an 8085 m...
hi
i have been trying toi design a PID dc motor controller using 8051 uc in assembly.it is essential to use 8051 and a pic cannot be used.can anyone help me in this regard.
...
Hi,
Im trying to learn assembly, I got the tasm compiler, could someone tell me how to compile programs and direct me to some decent on - line tutorials?
Thanks
I have been unable to add a dll file using the .NET Configuration 1.1 . Using 'add' from the drop down menu returns the message - "Unable to add the selected assembly. The assembly must have ...
Dear friends i am new on assembly language please writer the codes for these questions so that i can understand the assembly language more breifly. Thanks
1. Write A with white foregroun...
I am looking for a short code segment to convert an eight digit Binary number to Hex. I don't need the code, just some suggestions on what path to take. Thanks.
I am trying to replace the CMOS battery in a Compaq Presario 1200 notebook, and have had no luck finding instructions online as to its location in the case and how to access it. I have opened ...
Can anyone tell me a best way to learn assembly language and know its significance.. but i dont find any step by step practical way to learn it...
Which tool i can use to develop ? If so w...
Im programming PIC 16F84 microcontroller using assembly to rotate 2 stepper motors. Here's the scenario, 1 switch will control the motor, if I press the button the 1st motor rotates if I press...
I believe the disp_sum (last) call is incorrect because the program will execute but the sum will not be displayed.
Project is due tomorrow (11/27) so prompt assistance will be greatly apprec...