SaaSHub helps you find the best software and product alternatives Learn more →
Scamp-cpu Alternatives
Similar projects and alternatives to scamp-cpu
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
selfie
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
scamp-cpu discussion
scamp-cpu reviews and mentions
-
500 Lines or Less – Writing a useful program in fewer than 500 line code – AOSA
Re the text editor, when I was writing an editor for my homemade CPU I used the one from this tutorial: https://viewsourcecode.org/snaptoken/kilo/index.html - it is 1000 lines of C.
I have diverged a bit from the tutorial because I didn't want syntax highlighting and I really wanted vi-style keybindings. Mine is at https://github.com/jes/scamp-cpu/blob/master/sys/kilo.sl (in my made-up programming language).
-
-🎄- 2021 Day 8 Solutions -🎄-
I made the computer myself: https://github.com/jes/scamp-cpu/
-
🎄 AoC 2021 🎄 [Adventure Time!]
PROJECT LINK: Solutions GitHub - CPU GitHub - YouTube
- Scamp CPU: A homebrew 16-bit CPU with a homebrew Unix-like-ish operating system
- A homebrew 16-bit CPU with a homebrew Unix-like-ish operating system
-
Designing a CPU for Advent of Code
In case you're interested, there's more about this project in the github repo: https://github.com/jes/scamp-cpu/ and on my blog: https://incoherency.co.uk/blog/tags/cpu.html
-
Scamp – a homebrew 16-bit CPU
This is really cool and unique. I poked around a bit, and the kernel is vaguely POSIX like, but written in a homegrown language with a compiler written in Perl[1].
[1] https://github.com/jes/scamp-cpu/blob/f260f52d950be90c2279f5...
-
My homebrew CPU is alive!
Actually, I just found this! That's pretty much what I was looking for. That's what I would have linked if it had been me posting. :) This looks like a really interesting computer project!
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Mar 2025
Stats
jes/scamp-cpu is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of scamp-cpu is Slash.