home.social

#bootsector — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bootsector, aggregated by home.social.

fetched live
  1. Better screenshots from emulator (i486 DX2 66Mhz!) with proper tall pixels in a 4:3 aspect ratio.

    512 bytes boot loader
    2035 bytes, four floppy sectors game code

    Full features list: github.com/w84death/x86-assemb

  2. Better screenshots from emulator (i486 DX2 66Mhz!) with proper tall pixels in a 4:3 aspect ratio.

    512 bytes boot loader
    2035 bytes, four floppy sectors game code

    Full features list: github.com/w84death/x86-assemb

    #Assembly #x86 #BareMetal #BootSector #VGA #PixelArt #ScreenshotSaturday #IndieGameDev #GameDev #Floppy #ASM

  3. Updated my bootloader to have maximum payload capacity.

    A lot of text can be displayed for game title, description and keys. Example usage for my game in the screenshot.

  4. Updated my bootloader to have maximum payload capacity.

    A lot of text can be displayed for game title, description and keys. Example usage for my game in the screenshot.

    #Assembly #Bootsector #x86 #BareMetal #ScreenshotSaturday

  5. Pixelartin' for next game.
    Core gameplay alredy done. Still some bytes left for more sprites!

    #

  6. Pixelartin' for next game.
    Core gameplay alredy done. Still some bytes left for more sprites!

    # #bootsector #1bit

  7. Find out this awesome IDE: Fresh.

    It's for Flat Assembler. I was able to fix some bug and now I have a .COM version of the boot-sector games working fine in DOS/WinXP!

    => fresh.flatassembler.net/index.

  8. Find out this awesome IDE: Fresh.

    It's for Flat Assembler. I was able to fix some bug and now I have a .COM version of the boot-sector games working fine in DOS/WinXP!

    => fresh.flatassembler.net/index.

    #asm #assembly #x86 #bootsector #512bytes

  9. I'm thinking of making actual isometric graphics in 512bytes.

    I only need 4 sprites (8x8). Figuring out the optimal drawing method will be a lot of fun!

  10. I'm thinking of making actual isometric graphics in 512bytes.

    I only need 4 sprites (8x8). Figuring out the optimal drawing method will be a lot of fun!

    #assembly #asm #bootsector #512bytes #PixelArt #IndieGameDev

  11. The power of the algorithm!

    Problem to solve:
    Moving the 🦜 parrot on the screen with arrows, only diagonal movement.

    Naive vs pro solution is a whopping 88 bytes difference!

    Explanation in 🧵

  12. The power of the algorithm!

    Problem to solve:
    Moving the 🦜 parrot on the screen with arrows, only diagonal movement.

    Naive vs pro solution is a whopping 88 bytes difference!

    Explanation in 🧵

    #asm #Assembly #bootsector #GameDev #IndieGameDev #x86 #16bit

  13. I'm thinking of keeping sprites as set of rectangles for my bootsector games.

    To test this approach I'm creating a simple painting app that will export to such format.

  14. I'm thinking of keeping sprites as set of rectangles for my bootsector games.

    To test this approach I'm creating a simple painting app that will export to such format.

    #HTML5 #assembly #BootSector

  15. The Fly Escape game is done. It sits on this magnificent, translucent floppy 💾

    Watch it boot: video in 🧵

    I sizecode the hell of this code! It has all the features I wanted, works on 286 with 256 KB of RAM and fits perfectly on the first sector (512bytes).

  16. The Fly Escape game is done. It sits on this magnificent, translucent floppy 💾

    Watch it boot: video in 🧵

    I sizecode the hell of this code! It has all the features I wanted, works on 286 with 256 KB of RAM and fits perfectly on the first sector (512bytes).

    #floppy #BootSector #assembly #asm #GameDev #IndieDevGame

  17. Last days was spend debugging fatal bug (crashing the system) in my latest game - Fly Escape!

    Last night I finally get pass it. I found new bugs but at least now I can play few levels now. After fixing those smaller bugs game will be done. Its already addicting and fun.

    I learnt few more tricks for reducing code length. Pentium processor required. 💻

    Around 14 bytes left. 💾

  18. Last days was spend debugging fatal bug (crashing the system) in my latest game - Fly Escape!

    Last night I finally get pass it. I found new bugs but at least now I can play few levels now. After fixing those smaller bugs game will be done. Its already addicting and fun.

    I learnt few more tricks for reducing code length. Pentium processor required. 💻

    Around 14 bytes left. 💾

    #assembly #asm #BootSector #512bytes #GameDev #IndieGameDev #PixelArt

  19. My latest engine with entities, sprites, no flickering and just 323 bytes.

    Next will be collision checking, lives, collecting flowers.

  20. My latest engine with entities, sprites, no flickering and just 323 bytes.

    Next will be collision checking, lives, collecting flowers.

    #ASM #assembly #BareMetal #x86 #BootSector #512bytes

  21. Emulated 386/33Mhz, 2MB RAM

    Works perfectly smooth on EeePC class CPU.

  22. I could not sleep last night so I made some updates and get working bullets and first enemy!

    Around 20 bytest left.. there will be a lot of code golfing to add alle the gameplay needed :D

  23. I could not sleep last night so I made some updates and get working bullets and first enemy!

    Around 20 bytest left.. there will be a lot of code golfing to add alle the gameplay needed :D

    #ASM #bootSector #512bytes

  24. For anyone intrested in boot sector programming this is *the best* tool out there!

    I was searching so long for anything close to this for days. And bum! I don't even remember where I found it.

    => bootsector.games/

    - x86 BIOS Emulator
    - Assembly IDE (bad error handling)
    - Compiler, Debugger, Stepper
    - Live memory map! <- this is HUGE for me
    - Web only (Good and bad)

  25. For anyone intrested in boot sector programming this is *the best* tool out there!

    I was searching so long for anything close to this for days. And bum! I don't even remember where I found it.

    => bootsector.games/

    - x86 BIOS Emulator
    - Assembly IDE (bad error handling)
    - Compiler, Debugger, Stepper
    - Live memory map! <- this is HUGE for me
    - Web only (Good and bad)

    #ASM #assembly #BareMetal #x86 #BootSector #512bytes

  26. While making my second boot sector game I learned new size coding tricks.

    I applied those to the first game and got 18 bytes for exact same game! I can add more levels and/or 3x lives system to beat the game.


  27. While making my second boot sector game I learned new size coding tricks.

    I applied those to the first game and got 18 bytes for exact same game! I can add more levels and/or 3x lives system to beat the game.

    #ASM #assembly #BareMetal
    #x86 #BootSector #512bytes

  28. Yes!
    Decoding binary pixel data using AND mask.

    4b worth of sprite 🌱 (4x8)

  29. Learning disk read/write. I will need that to write a boot sector text editor :)

  30. My first boot-sector game is done!

    Your goal is to fall into the moving boat at the bottom. Do not touch red platforms or fall into the ocean.

    It has four levels.

    github.com/w84death/x86-assemb

    All 512 bytes used!

  31. My first boot-sector game is done!

    Your goal is to fall into the moving boat at the bottom. Do not touch red platforms or fall into the ocean.

    It has four levels.

    github.com/w84death/x86-assemb

    All 512 bytes used!

    #P1X #ASM #assembly #BareMetal #x86 #BootSector #512bytes