◐ Shell
clean mode source ↗

RealNeGate - Overview

View RealNeGate's full-sized avatar

Yasser Arguelles Snape RealNeGate

  • Washington, USA

Sponsors

Block or report RealNeGate

Pinned Loading

  1. Snake Game written in x86-64 Assembly for Windows

    Assembly 85 4

  2. A Modern C11 compiler (STILL EARLY)

    C 1.3k 47

  3. 1

    // Compile with clang or MSVC (WINDOWS ONLY RN)

    3

    // Implementing a POC green threads system using safepoints to show how cheap and simple it can

    4

    // be done, all you need to do is call SAFEPOINT_POLL in your own language at the top of every

    5

    // loop and function body (you can loosen up on this depending on the latency of pausing you're
  4. 1

    // Mostly portable example of creating an object file to embed a binary.

    2

    // Requires stb_ds.h (https://github.com/nothings/stb/blob/master/stb_ds.h)

    5

    //   coff_embed [name] [input]