Part two of building an 8080 assembler in Ruby. This part will focus on creating an MVP set of requirements then building code to meet them.
Writing an Assembler Part 1
Introduction on the start of a project to build an 8080 Assembler in ruby. This will tie in with the series working through the Art of Computer Programming.