bfloader
optromloader
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarLint - Clean code begins in your IDE with SonarLint
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
bfloader | optromloader | |
---|---|---|
1 | 8 | |
48 | 40 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | over 1 year ago | |
Assembly | Assembly | |
BSD 3-clause Clear License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bfloader
-
What's happening in memory for this program to give this output?
#1: I've built a Brainfuck IDE and interpreter that fits entirely in a boot sector (512 bytes) using x86 Assembly! | 4 comments #2: Me flexing my custom asm/assembler I made for my bytecode VM. | 12 comments #3: Self-replicating, self-modifying Assembly program that can evolve into every possible computer program in the universe | 11 comments
optromloader
-
Understanding the x86's Decimal Adjust after Addition (DAA) instruction
I have used DAA recently, in my "load option ROM in RAM floppy tool"[0]. Specifically, I use it for printing numbers as hexadecimal[1], as unfortunately the ASCII standard is not arranged in a way as to facilitate this.
0. https://github.com/rvalles/optromloader/
1. https://github.com/rvalles/optromloader/blob/master/optromlo...
What are some alternatives?
bfc-rs - Brainfuck compiler for x86-64 Linux implemented in Rust.
floppybird - Floppy Bird (OS)
IBM-PC-BIOS - This is a reconstruction of the original 1981-82 IBM PC BIOS source code using scanning and transcription of the BIOS listings found in the IBM Technical Reference manuals.
perceptron-asm - A single-layer perceptron in x86 assembly to distinguish between circles and rectangles.
unzx0_x86 - Free, zlib licensed ZX0 decompressor for the x86
ASMTRIS - fun with x86 asm
drawlogo86 - A small program which lives in boot sector of your storage and shows a small image when you boot it
asudo - Sudo command for Windows. Supports both x86 and x86_64 arch.
first_nes - Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
FlameOS-Rewrite3 - A simple 32-bit OS.
x86-bootloader - A BIOS bootloader for bare-metal x86 programs, written in 8086 assembly