Coder Social home page Coder Social logo

basemax / assembly8086-8088 Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 329 KB

Assembly Project compatible with 8086/8088 microprocessor.

License: GNU General Public License v3.0

Assembly 100.00%
assembly assembly-8086 assembly-8088 assembly-language assemblyscript

assembly8086-8088's Introduction

Assembly 8086-8088

Assembly Project compatible with 8086/8088 microprocessor.

For each program use Microsoft assembler (MASM 6.14)

The instructions should be compatible with 8086/8088 microprocessor.

Program 1

Write a program that adds 8 words of data..

Program 2

Write a program that copies the 500 most recent values from the PC real clock into the memory array CLKDATA.

Program 3

Write a program that copies element 1 of record A into element 3 of record D by using the relative -plus index mode of addressing. The file should contain 4 records 20 elements each. Define file and record A as the same memory location.

Program 4

Write a program that scrolls the video display up 2 lines and clears the bottom 2 lines

Program 5

Write a program that uses the XLAT assembly command to convert from BCD to Gray code.

Program 6

Use the CMPS command to write a program that tests the video display for the word MANUN. If MANUN appears anywhere on the display a Y is displayed, if not a N is displayed.

Program 7

Write a procedure to solve the quadratic equation Y=5X^2-2X+6, where the value of X is stored in AL and the result of the equation (Y) is returned in AX. To test this procedure, write a software driver that will send each X-input value (from the table shown below) to the procedure one at a time and check for a month with the expected Y-output value each time. If all four tests pass, display the message "procedure passes", if any one test fails the error message "procedure fails" is output.

X - input Y - output
0 6
1 9
10 486
100 49806

Tools

  • Visual Masm

Visual Masm

https://visualmasm.com/

  • Emulator

Emulator

Emulator

https://download.cnet.com/Emu8086-Microprocessor-Emulator/3000-2069_4-10392690.html

https://sites.google.com/site/vkeyboard111/2

  • DosBox

https://www.dosbox.com/

Many thanks to ValK.


Max Base

My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. (Max Base)

Asrez Team

A team includes some programmer, developer, designer, researcher(s) especially Max Base.

Asrez Team

assembly8086-8088's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

doytsujin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.