https://github.com/2kabhishek/8-bit-solutions
Problem Solving with less bits 🎱⏪
https://github.com/2kabhishek/8-bit-solutions
8bit assembly learning metal oldschool
Last synced: 11 months ago
JSON representation
Problem Solving with less bits 🎱⏪
- Host: GitHub
- URL: https://github.com/2kabhishek/8-bit-solutions
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-04-14T11:11:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:40:09.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:30.832Z (over 1 year ago)
- Topics: 8bit, assembly, learning, metal, oldschool
- Language: Assembly
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Contains problems solved using 8-bit Assembly.
You can run the code on the [Simulator](https://schweigi.github.io/assembler-simulator/index.html)
## Inspiration
Hadn't worked with assembly since college, seemed like a fun exercise.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- Working internet and a web browser
## Getting 8-bit-solutions
To get 8-bit-solutions, follow these steps:
```bash
git clone https://github.com/2kabhishek/8-bit-solutions
cd 8-bit-solutions
```
## Using 8-bit-solutions
Use it as a reference for solving problems, or just to get a feel for the language.
You can run the code on the [Simulator](https://schweigi.github.io/assembler-simulator/index.html)
## Challenges faced
It was quite tricky to work within the constraints of the language, which in turn allowed me to learn a lot.
## What I learned
- Doing more with less
- Intelligent use of the stack and limited registers
## What's next
More solutions may be added in the future.
Hit the ⭐ button if you found this useful.
## More Info