https://github.com/bigskysoftware/littlemanstackmachine.org
A Simple Model Of A Computer
https://github.com/bigskysoftware/littlemanstackmachine.org
Last synced: 4 days ago
JSON representation
A Simple Model Of A Computer
- Host: GitHub
- URL: https://github.com/bigskysoftware/littlemanstackmachine.org
- Owner: bigskysoftware
- License: other
- Created: 2023-01-13T18:50:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T18:18:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:50.964Z (9 months ago)
- Language: HTML
- Size: 3.42 MB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🙋 The Little Man Stack Machine
The Little Man Stack Machine is a simple, theoretical computer model that extends the excellent
[Little Man Computer](https://en.wikipedia.org/wiki/Little_man_computer) teaching model and that can be used to
demonstrate many interesting topics in Computer Science in an easy and approachable way for beginners:* The operations of a basic Von Neumann computer
* How assembly works
* How function calls can be implemented using basic hardware
* How recursion works
* How stack languages works
* How a high-level programming language can be compiled to assembly