Subversion of Expectation

Exploration of Technology and Intersections

Blog

  • Long Time No Graphics

    We’re back from a little bit of a hiatus! Been busy with a few personal things, but still have been getting a little bit of work done in the background. Per usual, the graphics have slowed me down a little bit even without pursuing production quality, but I’m going to persevere, so let’s move on!…


  • NES Hello World

    Hi everyone, let’s jump right into it. I was pretty busy this last week but was able to begin continue playing around in the NES development space, can’t wait to get into the material, but I’ll I feel like I’m got a little bit more exploring to do. So let’s being where most programmers begin…


  • First Look at LLVM MOS

    So let’s take a first look at what it looks like to build with our toolchain. I’ll be running my toolchain through docker on MacOS. Clone or download llvm environment container project under your $HOME address, eg. Source the llvm_env.sh script Now, you should be able to access llvm commands by prefixing ‘llvm_exec’ Example Program…