Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiagomaial/hack-assembler-swift

Swift implementation of the Hack assembler (nand2tetris)
https://github.com/tiagomaial/hack-assembler-swift

command-line-tool swift swiftpackagemanager

Last synced: about 1 month ago
JSON representation

Swift implementation of the Hack assembler (nand2tetris)

Awesome Lists containing this project

README

        

# Hack assembler in Swift

Implementation in Swift of the Hack assembler for the Hack computing system built in [Nand2Tetris](https://www.nand2tetris.org).

## Usage

```bash
swift run Hasm input.asm output.hack
```