GitXplorerGitXplorer
T

hack-assembler-swift

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e55dbb045f18230ca7813a9809c1ddd95887d123

Add README.md

TTiagoMaiaL committed 2 months ago
Unverified
573339b11517de4754190af9b52be7c6881ac6b8

Fix base vars address, fix line counting

TTiagoMaiaL committed 2 months ago
Unverified
55e4620c02791222a2eb2af2c4de0b2b7debc82d

Substitute variables with associated addresses

TTiagoMaiaL committed 2 months ago
Unverified
a9c0c1b61d4e7947b4e4ac6e209aba73b454ba80

Collect symbols

TTiagoMaiaL committed 2 months ago
Unverified
ab178b7327a1bd508f804f628ad58d230f85fa16

Add LabelTable to associate address

TTiagoMaiaL committed 2 months ago
Unverified
d42aa41cd151c92687fb32e9a6c488d31a313d9e

Fix line parsing and instruction translation

TTiagoMaiaL committed 2 months ago

README

The README file for this repository.

Hack assembler in Swift

Implementation in Swift of the Hack assembler for the Hack computing system built in Nand2Tetris.

Usage

swift run Hasm input.asm output.hack