Natesh's Dev Blog!

  • Github
  • Makes
  • About
  • Search
August 30, 2016

Using GTest with CMake and Visual Studio

Recently had a bit of trouble setting up GTest with Visual Studio using CMake. Simple fix but just wanted to write it down! Installation You will need to get a...

visual studio
cmake
gtest
August 26, 2016

Gameboy Assembler Part 2

Lexical Analyser Will be using the linux program flex to build the lexical analyser. We do this by defining regular expressions to match the tokens we want...

c++
flex
gameboy
assembly
August 26, 2016

Gameboy Assembler Part 1

Recently I started working on a Gameboy Emulator. I had attempted this before but I got stuck with a bug I couldn’t work out. I realized that I really...

gameboy
flex
bison
c++
assembly
July 21, 2016

Gameboy Hardware Specs and Memory Layout

On going write up of important information about the Gameboy system. Hardware Specs CPU Z80 Clock ~4.2 MHz -> 0.238 us Work...

gameboy
c++
July 09, 2016

First look at writing a Genetic Algorithm

What is a genetic algorithm A genetic algorithm mimics evolution. The idea is that a possible solution to a problem is encoded in a ‘chromosome’ and the genetic algorithm evolves...

python
ai
genetic algorithms
Previous Page: 26 of 30 Next
© 2025 Natesh Narain. Made with Jekyll using the Tale theme.