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.
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
- Files:
clock (1).X68,levels.X68 - Description: Implements an analog clock using assembly language.
- 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).X68sets up and polls a DUART.
- Files:
quesion1_dkumar07.X68,quesion2__dkumar07 (1).X68,quesion3_dkumar07.X68,quesion4_dkumar07.X68 - Description: Contains lab 4 experiment programs.
- Files:
find_max.X68,list (2).X68,screensaver.X68 - Description: Contains lab 5 experiment programs.
- Files:
mandelbrot (1).X68 - Description: Generates a Mandelbrot set.
- Files:
tic-tac-toe (1).X68 - Description: Implements a Tic-Tac-Toe game.
-
Download and Install Easy68K:
- Download Easy68K from the official website: Easy68K
- Follow the installation instructions provided on the website.
-
Open Easy68K:
- Launch the Easy68K simulator on your computer.
-
Load a Program:
- Open the
.X68file you want to run by navigating toFile -> Openin Easy68K. - For example, to run the Tic-Tac-Toe game, open
Easy68K_Assembly/Easy68K_Assembly/tic-tac-toe/tic-tac-toe (1).X68.
- Open the
-
Assemble the Program:
- Click on
Assembleto compile the assembly code.
- Click on
-
Run the Program:
- Click on
Runto execute the assembled program. - Follow any on-screen instructions provided by the program.
- Click on
- Open Easy68K.
- Load the file
Easy68K_Assembly/Easy68K_Assembly/tic-tac-toe/tic-tac-toe (1).X68. - Assemble the program by clicking
Assemble. - Run the program by clicking
Run.
Enjoy playing Tic-Tac-Toe!
This repository is licensed under the damnnDaman License. See the LICENSE file for more details.
Daman Kumar
Feel free to explore the different projects and modify them as needed. Happy coding!