This is a Swift port of the VM described in Write your Own Virtual Machine, which implements an LC3 VM.
h
lc3-swift
public
6 stars
2 forks
0 issues
Commits
List of commits on branch master.Unverified
24d068892ffdd788aaac63203871a0ccb357c499reorganize main section
hhashemi committed 6 years ago
Unverified
4265cbb28301af34926eaf476b1d39105c755fbfmove everything inside VM
hhashemi committed 6 years ago
Unverified
0d850235f8491c38aaee91e027a6dcec4c5b706ewrap a vm instance in a VM struct
hhashemi committed 6 years ago
Unverified
b5d6ef122fd098c1af3a0841a53189246d1b4398auto update flags on register modification
hhashemi committed 6 years ago
Unverified
df0cca588a7f8156897639f2056b7ce2d9225c8amove check_key inside Memory getter
hhashemi committed 6 years ago
Unverified
0cea91ed848a98a274be88146772594144d48d20Better memory abstraction
hhashemi committed 6 years ago