home.social

Search

602 results for “w84death”

  1. Cortex Labs (bootdisk and MS-DOS)

    TOTAL OPCODE INSTANCES: 2404
    UNIQUE OPCODES: 56
    BINARY SIZE: 14522 bytes

    #GameDev #IndieDev #x86 #Assembly #asm

  2. Cortex Labs (bootdisk and MS-DOS)

    TOTAL OPCODE INSTANCES: 2404
    UNIQUE OPCODES: 56
    BINARY SIZE: 14522 bytes

    #GameDev #IndieDev #x86 #Assembly #asm

  3. Cortex Labs (bootdisk and MS-DOS)

    TOTAL OPCODE INSTANCES: 2404
    UNIQUE OPCODES: 56
    BINARY SIZE: 14522 bytes

    #GameDev #IndieDev #x86 #Assembly #asm

  4. Works with layered, black=transparent.

    Now time for some animations 🏇

    As a bonus I reduced the binary size.
    Currently 15606 bytes (for MS-DOS version).

  5. It's never a bad time to play with some Bryce 7 :)

    p.s. too bad they did not do any update since then. the algorithms are super slow. CPU do not have any meaningful speed-up on more modern PCs. And no GPU support (I got nVidia Quadro in this PC!)

  6. Added PMKC screen to my game promote this awesome place! 💾

  7. Today's my 41th birthday 🍰

    I have a day off, perfect for some assembly!

  8. Sprite creation behind the scene.
    All made from my photos.

    🍄‍🟫 Borowik Engine

  9. Cooking very smol ZIG engine.

    I did have all the needed parts in my pixel art program so I just needed to move it to clean state and do all needed refactors, renames to make it coherent.

    Now i can make applications quite fast using it. I will back to my pixel program and rewrite it using this new clean engine code.

    More on the engine soon when I update the README and some documentation.

  10. You just need to know few instructions to make a game in assembly :)

    And we got like jump in 5 variants (less than, grater, equal, etc.)

    Fun fact: I use INC and DEC almost the same amount of time.

  11. I want to get back to learning/mastering ZIG but Assembly is somehow hook me into coding more. I feel more connected to the computer. Nothing between me and the CPU.

    Once you hit bare-meal it's hard to get back :)

    BTW: I'm slowly adapting to Vim mode in Zed.

  12. This is awesome!

    Ginebra Linux

    A fork of FLOPPINUX with netrowking, X11 and package manager on two floppies.

    => github.com/csepulveda/ginebra-

    Incredible work by César Sepúlveda from Chile!

  13. update to my UEFI engine.

    I added game of life rules that are affected by terrain and age of the cell.

    Video in 🧵

  14. Biufiful pixels!

    Loading PPM tilesets implemented.

  15. This is UEFI application in ZIG!

  16. Yesterday I spend a day trying to hack this WYSE WT3235LE terminal.

    It has a cool GEODE GX1 CPU!

    I was able to push some binary to the system. One version even did a beep via pc speaker!

    There is so little information on the internet about it that it is a lot of try-and-error.

    Will be back to this in the future.