home
projects
git
about
index
:
wormwood
main
js-based redcode assembler & vm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-24
fix operand resolution to match spec
main
sanine-a
2023-05-23
implement basic vm runner
sanine-a
2023-05-23
add step()
sanine-a
2023-05-23
add random non-overlapping ranges in core
sanine-a
2023-05-23
correct indirection code to match spec
sanine-a
2023-05-23
implement DJN
sanine-a
2023-05-23
implement JMN
sanine-a
2023-05-23
implement JMZ
sanine-a
2023-05-23
fix core boundary wrapping
sanine-a
2023-05-23
implement SLT
sanine
2023-05-23
implement CMP
sanine
2023-05-23
implement SUB
sanine
2023-05-23
test & fix indirection & predecrement
sanine
2023-05-22
implement MOV
sanine
2023-05-22
begin testing and make grammar more spec-compliant
sanine
2023-05-22
begin writing vm
sanine-a
2023-05-22
fix comment parsing
sanine-a
2023-05-22
fix line labels ordering
sanine-a
2023-05-22
update label style and add implicit second operand
sanine-a
2023-05-22
fix double-newline bug in grammar
sanine-a
2023-05-22
update grammar
sanine
2023-05-19
initial pass at grammar
sanine
2023-05-19
initial commit
sanine-a