Aristotle (Socrates, Diotima), Pythagoras, Blaise Pascal, George Boole, Ada Lovelace, Alan Turing, Gottfried Wilhelm Leibniz, Isaac Newton, Bertrand Russell, Gordon Moore, Dennis Ritchie, Bill Gates, Steve Wozniak, and Steve Jobs ...
... just to introduce #Libre8.
I've also written a #Libre8 emulator in Rust, supporting and running the exact same binaries as the Logisim-Evolution schematic, compiled with the exact same toolchain.
And the result could not be more satisfactory: over 9,000 times faster than the original tool.
Timing unaltered:
Hi buddy! If you already have a working assembler, just check this link (it’s what I use for #Libre8).
You would just need to replace the ASM (or pseudo-assembler) that MiniCCompiler generates.
In my case, I first wrote an assembler, which I still use today in this "C"→"ASM"→"BINARY" toolchain.
1/ One year on #BlueSky ✨ for #Libre8.
Thanks for being part of this journey! 😊
Share your thoughts—reply to the post they’re about, or drop them on my pinned one. And if you find it worth it, a like or repost is always appreciated. 💫💙
Well, it finally happened: #FMV (Full Motion Video) has arrived on the #Libre8 #CPU — along with other features like an impressive 4GB of RAM (for an #8BIT computer), #Internet connectivity, VGA output, a #C #compiler, and even a #ChatGPT client.
All built by me alone 😁😉
Portal 2’s credits song on #Libre8! 🎶 The iconic finale reimagined in retro style. A treat for fans of Portal, GLaDOS, turrets, and creative gaming tech. Let’s keep retro creativity alive together! 💾
#Portal2 #RetroComputing #8bit #Logisim #Homebrew #RetroGaming #DIYComputers #CreativeCoding
🎶 A musical tribute to Final Fantasy VII - Prelude recreated on the #Libre8 architecture.✨ Retro vibes meet classic JRPG magic!
#FFVII #FinalFantasy #VGM #RetroGaming #MusicVideo #MusicSky #MusicChallenge #DIY #8BITS #Java #Logisim
Watch #Libre8, my scratch-built homebrew PC, run the first two levels of #MarioBros! 🎮 Explore pipes, Goombas, and secret power-ups brought to life on custom hardware. Hit play, subscribe, and power up your retro tech spirit! 🚀 #RetroGaming #DIY #Computer and feel #retro ❗❗❗
#8BIT #PC #Logisim
Hey, computer enthusiasts! 🌟 In this video I invite you to join me on a one-of-a-kind adventure: #Sonic the Hedgehog racing at full speed across the core of my homebrew computer, #Libre8, designed and built entirely from scratch!
#DigitalElectronics #DIY #Computers #Logisim #Retro
I’m excited to share a humble project: I recreated the Monkey Island intro as a schematic in #Logisim on my open-source CPU design, #Libre8. Seeing the game intro played in simulation has been a fantastic learning journey.
Watch here 👉 youtu.be/-swf5ejil0Q 👈
#LucasFilms #RetroGaming
Check out Dino running on #Libre8, my 8-bit open source computer designed in #Logisim! Learn while playing with a Game Boy aesthetic and day/night cycle. Full video
▶️ youtu.be/pivyNm00J54
#RetroGaming #OpenSource #Logisim #IndieDev #FPGA
#HomebrewComputer #DIY #DigitalElectronics
🔹 #AGC (1960s):
2 Mhz
15-bit +1-bit ECC WORD
32KB RAM (mag core)
36KB ROM (core rope)
Processor: Discrete silicon ICs (RTL-based)
🔹 #Libre8 (targeted to improve a processor from 1979, the Intel 8088):
2 Mhz
24-bit WORD
16MB RAM
36-bit ROM
Custom logic gate CPU + GPU
Fast forward: I’ve technically built a #computer more powerful than the one that helped land astronauts on the #Moon. 🚀🌙
Yes, #Libre8 outperforms the Apollo Guidance Computer (#AGC) in almost every spec.
When I started #Libre8, my goal was simple: build something better than the #Intel 8088. An 8-bit CPU with clear logic, control, and memory I could understand and fully create from scratch. Logic gate by logic gate.
@developers.google.com Bluer skies look great on you!
Take a peek at what I'm brewing in the #Libre8 space 😄
👉 www.youtube.com/watch?v=_AMW...
Excited to share a Telnet client I made for #Libre8 — a #DIY computer built from scratch in #Logisim! 🛠️ In this short demo, I connect to a real #Linux machine and interact with it remotely. Hope you enjoy it! 🎥 👉
#DIYComputer #Telnet #Java #Python #Remote #RetroComputing #DIY #HomebrewComputer
⚠️Overflow and underflow: two classic computing bugs with surprising consequences. 🖥️ In this video, I show how they work on #Libre8 —and how one became a feature in Sid Meier’s Civilization.
🎮Retro tech meets game history!🕹️
#8BITS #RetroComputing #SidMeier #BugToFeature #ComputerHistory #Logisim
I’ve managed to run #ChatGPT on my 8-bit computer arquitecture, named #Libre8, as it has now internet connectivity! Live demo: retro hardware + modern AI. Follow me for more #DIY projects, tips, and tech demos. 💻🎱
Enjoyed it? Hungry for more? Tap the Discord link in my bio and join the fun! 😆
In this #Libre8 demo, we loop a JMP from 00000000h 🌀 and watch how the IR, firmware, and control signals behave. Then we jump to 0x00 💥—an invalid byte—and crash the CPU. Time to reboot!
Curious? 👉 Visit my channel for more!
#RetroComputing #Assembler #VirtualMachine #Emulation #Microcode
¡Probando lógica condicional en Libre8! 🚀 Leemos un carácter del teclado ⌨️, lo guardamos en una variable 📦 y comprobamos con if-else si fue inicializada ✅❌. Imprime "ok" 🟢 o "error" 🔴. ¡Un paso básico pero clave en nuestra VM!
#Libre8 #8bitComputer #SoftwareLibre #C #Java #Assembler #Logisim
Testing conditional logic on Libre8! 🚀 Reads a char from keyboard ⌨️, stores it in a variable 📦, and checks with if-else if it was initialized ✅❌. Prints "ok" 🟢 or "error" 🔴. A simple but essential step in our virtual machine journey!
#Libre8 #8bitComputer #SoftwareLibre #C #Java #Assembler
The fact is, if I understand your project correctly, you aimed higher. That's not bad, just more challenging.
I had to constrain #Libre8 to "just" be on par to the Intel's 8088, in system specs.
You're aiming to do a dual-core that is on par to ARM or RISC, and I'm really hoping you succeed. 👏😉
In #Libre8, as in any solid architecture, handling arithmetic errors is the programmer’s duty. Nothing is left to chance: divide by zero?
⚠️ You better catch it first. This video shows how to prevent disaster with elegance and control. 🧠💻
#asm #programming #cpu #architecture #lowlevel #ALU #dev
🔁 What happens when recursion gets out of control?
In systems like #Libre8, calling a recursive function can cause a StackOverflow.💥
🧠 This video breaks it down visually and shows why managing recursion and memory matters.
📟 If you're curious about what’s under the hood, this demo is for you.
💡 Aprende a compilar C para #Libre8 en 1 min!
💻 Sí, compilo C para mi propia CPU.
📦 Proyecto completo en mi GitHub.
👉 ¿Te va compilar, ensamblar y entender tu código?
¡Sígueme!
#C #Compilador #Ensamblador #Assembly #RetroDev #Codigo #OpenSource #Embedded
My homemade 8-bit CPU — #Libre8 — is now running PONG!
Everything built from scratch: assembler, C compiler, microcode, emulator.
A small step, but it means a lot.
Thanks for following this journey! 💻💡
#RetroComputing #8bit #DIYTech #OpenHardware #Pong #Assembler #HomebrewCPU
I’ve made another #BadApple video—this time running on my own #GPU for my custom computer design, #Libre8! 🎱💻
This serves as a demo of the Libre8 GPU’s capabilities. Huge thanks to the #Logisim devs who boosted simulation speed by over 20×! Super excited to share this! 😁
#opensource #tech #cpu
Here you got all the videos about #Libre8 💻🎱, in chronological order: an #8bits #computer I started developing some years ago, that now can *almost* run standard C code.
The schematic, built upon #Logisim, it's firmware, writen in #Java, alongside the Assembler and C compiler, are #SoftwareLibre!
Additionally, I am working on new projects to capture in video, as porting other's people's C code, to my very own computer architecture, #Libre8.
.- I've found a Game of 1981 writen in C which is a perfect candidate to run on it -
store.steampowered.com/app/1443430/...
Hi! I apologise for not posting anything in these last days, I've been just busy 😊.
I am currently emulating Dennis Ritchie when he wrote A and B before C, while implementing a HLPL. In my case I am doing for my very own architecture, #Libre8.