Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tiagomaial/hack-assembler-swift
- Owner: TiagoMaiaL
- Created: 2024-11-14T20:36:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:43:14.000Z (about 1 month ago)
- Last Synced: 2024-11-25T12:15:58.051Z (about 1 month ago)
- Topics: command-line-tool, swift, swiftpackagemanager
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```