An open API service indexing awesome lists of open source software.

https://github.com/philippus/hackassembler

:computer: Project 6 of the "From NAND to Tetris" course in Scala http://www.nand2tetris.org/
https://github.com/philippus/hackassembler

hack-assembler

Last synced: 8 months ago
JSON representation

:computer: Project 6 of the "From NAND to Tetris" course in Scala http://www.nand2tetris.org/

Awesome Lists containing this project

README

          

Hack Assembler
==============

[![Build Status](https://travis-ci.org/Philippus/hackassembler.svg?branch=master)](https://travis-ci.org/Philippus/hackassembler)
[![codecov](https://codecov.io/gh/Philippus/hackassembler/branch/master/graph/badge.svg)](https://codecov.io/gh/Philippus/hackassembler)

Project 6 of the "From NAND to Tetris" course in Scala http://www.nand2tetris.org/

Follow this great course if you want to know more about the basics of computing!