Skip to content

damnnDaman/Easy68K_Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy68K Assembly Projects

This repository contains various assembly language projects written for the Easy68K simulator. The projects include an analog clock, I/O operations, lab experiments, a Mandelbrot set generator, and a Tic-Tac-Toe game.

Folder Structure

Easy68K_Assembly/ Analog_Clock/ clock (1).X68 levels.X68 IO/ button (1).X68 duart (1).X68 LED_ASCII (1).X68 polling (1).X68 WIRE (1).X68 lab4_experiments/ quesion1_dkumar07.X68 quesion2__dkumar07 (1).X68 quesion3_dkumar07.X68 quesion4_dkumar07.X68 lab5_experiments/ find_max.X68 list (2).X68 screensaver.X68 mandelBrot/ mandelbrot (1).X68 tic-tac-toe/ tic-tac-toe (1).X68

Project Descriptions

Analog_Clock

  • Files: clock (1).X68, levels.X68
  • Description: Implements an analog clock using assembly language.

IO

  • Files: button (1).X68, duart (1).X68, LED_ASCII (1).X68, polling (1).X68, WIRE (1).X68
  • Description: Contains various I/O operation programs. For example, duart (1).X68 sets up and polls a DUART.

lab4_experiments

lab5_experiments

mandelBrot

  • Files: mandelbrot (1).X68
  • Description: Generates a Mandelbrot set.

tic-tac-toe

  • Files: tic-tac-toe (1).X68
  • Description: Implements a Tic-Tac-Toe game.

Running Instructions

  1. Download and Install Easy68K:

    • Download Easy68K from the official website: Easy68K
    • Follow the installation instructions provided on the website.
  2. Open Easy68K:

    • Launch the Easy68K simulator on your computer.
  3. Load a Program:

    • Open the .X68 file you want to run by navigating to File -> Open in Easy68K.
    • For example, to run the Tic-Tac-Toe game, open Easy68K_Assembly/Easy68K_Assembly/tic-tac-toe/tic-tac-toe (1).X68.
  4. Assemble the Program:

    • Click on Assemble to compile the assembly code.
  5. Run the Program:

    • Click on Run to execute the assembled program.
    • Follow any on-screen instructions provided by the program.

Example: Running the Tic-Tac-Toe Game

  1. Open Easy68K.
  2. Load the file Easy68K_Assembly/Easy68K_Assembly/tic-tac-toe/tic-tac-toe (1).X68.
  3. Assemble the program by clicking Assemble.
  4. Run the program by clicking Run.

Enjoy playing Tic-Tac-Toe!

License

This repository is licensed under the damnnDaman License. See the LICENSE file for more details.

Author

Daman Kumar


Feel free to explore the different projects and modify them as needed. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published