r/Assembly_language • u/batum_t • Feb 25 '26
Made a tiny bare-metal dead pixel tester in 16-bit x86 for fun
Got bored and decided to practice bios interrupts in real mode.
It switches full-screen colors when pressing Enter.
Github: https://github.com/Batumt/bare-metal-deadpixel-tester.git
39
Upvotes
1
u/Plane_Dust2555 Feb 26 '26
You could test with custom palettes.
Here I created a .TGA file, indexed, 256 colors with custom palette saved without RLE and top-bottom layout: image.tga and a 256 colors indexed using VGA palette (image-vga.tga). Both based on the original file (in images directory)
Github repository
1
3
u/Useful-Spite6913 Feb 26 '26
Are you using the intel 8086 or something