Skip to content

Generates DRAMA Stack Frames given DRAMA Assignment Tables.

License

Notifications You must be signed in to change notification settings

FrostTusk/DRAMA-Stapel-Tekenaar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRAMA-Stapel-Tekenaar

Generates DRAMA Stack Frames given DRAMA Assignment Tables.

Example:

  • Input:
Tables of 2. Test2:

Test2:
PAR | ADRES
PARA3 | 1(R8)
PARA2 | 2(R8)
PARA1 | 3(R8)


Test2:
VAR | ADRES
VARA1 | -4(R8)
VARA2 | -2(R8)


Test2:
RES | ADRES
RES1 | 4(R8)
  • Output:
Stapel van 2. Test2:

+------------+
|   VARA1   |
+------------+
|           |
+------------+
|   VARA2   |
+------------+
|    TKA    |
+------------+
| VORIGE R8 |  <-- R8
+------------+
|   PARA3   |
+------------+
|   PARA2   |
+------------+
|   PARA1   |
+------------+
|   RES1    |
+------------+

Getting Started

Prerequisites

Installing

Just clone this directory.

Running

  • Running DRAMA-Stapel-Tekenaar:
1. Navigate to the directory where you saved DRAMA-Stapel-Tekenaar.py
2. Open the terminal
3. Type python DRAMA-Stapel-Tekenaar.py
4. Follow the on-screen prompt

Contributing

Anyone can contribute, however I will not continue updating this project.

Authors

  • Mathijs Hubrechtsen - Majority Contributor

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • DRAMA Assembly: The assembly language that made this project possible.

About

Generates DRAMA Stack Frames given DRAMA Assignment Tables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages