Author Topic: 8086 Programs using kits and MASM  (Read 10496 times)

Offline vinotd

  • New Member
  • Posts: 1
8086 Programs using kits and MASM
« on: November 22, 2014, 12:33:11 PM »
8086 Programs using kits and MASM
1. Basic arithmetic and Logical operations
2. Move a data block without overlap
3. Code conversion, decimal arithmetic and Matrix operations.
4. Floating point operations, string manipulations, sorting and searching
5. Password checking, Print RAM size and system date
6. Counters and Time Delay

8086 with Peripherals and Interfacing Experiments
7. Traffic light control
8. Stepper motor control
9. Digital clock
10. Key board and Display
11. Printer status
12. Serial interface and Parallel interface
13. A/D and D/A interface and Waveform Generation

8051 Experiments using kits and MASM
14. Basic arithmetic and Logical operations
15. Square and Cube program, Find 2’s complement of a number
16. Unpacked BCD to ASCII


Anyone having code regarding above program
Please upload ....
I did not know anything about masm and i am beginner in masm and microprocessor programs execution

i require asm code for the above

thank.... for reply

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: 8086 Programs using kits and MASM
« Reply #1 on: November 22, 2014, 05:00:01 PM »
Do you haz the codez?

That's quite a shopping list you've got there, vinotd. Makin' salad? :)

You won't find much Masm code here - this site is for Nasm. We might be able to help you with Nasm code, and you can beat it into Masm syntax on your own. We're not going to write your code for you.

What have you got so far, and what are you having trouble with?

Best,
Frank