index
:
novice
master
lc3 assembler
Austin Adams
about
summary
refs
log
tree
commit
diff
github
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-06
Be a good boy and use key prop in components in arrays
HEAD
master
Austin Adams
2020-06-06
Make workers async
Austin Adams
2020-06-03
Pretend to get "stuck" on halts
Austin Adams
2020-06-03
Satisfy linter
Austin Adams
2020-06-03
Improve register displaying
Austin Adams
2020-05-31
Create worker for assembler, add debug buttons
Austin Adams
2020-05-31
Set webpack to development mode
Austin Adams
2020-05-31
Collect coverage data for JSX
Austin Adams
2020-05-23
Disassemble instructions in GUI memory view
Austin Adams
2020-05-22
Fix tests broken by bf43f4864c
Austin Adams
2020-05-21
Fix toString() calls broken by Typescript 3.5+
Austin Adams
2020-05-21
Fix broken file reading logic caused by newer node version(?)
Austin Adams
2020-05-21
Upgrade dependencies
Austin Adams
2019-03-03
Move instruction decoding into Isa class
Austin Adams
2019-03-03
Add memory view
Austin Adams
2019-03-03
Add react-window
Austin Adams
2019-03-03
Move state update logic to Isa class
Austin Adams
2019-03-03
Instantiate debugger inside worker
Austin Adams
2019-03-02
Simulator: Change machine state only through applyUpdates()
Austin Adams
2019-03-02
Reset worker when isaName prop changes
Austin Adams
2019-03-02
Begin work on communication between worker and frontend
Austin Adams
2019-03-02
tslint: Check .tsx files
Austin Adams
2019-03-01
cli debugger: Allow ^C'ing to interrupt execution
Austin Adams
2019-03-01
Add infiniloop test program
Austin Adams
2019-02-23
Handle invalid addresses to print
Austin Adams
2019-02-21
Move isa-related helper functions into a wrapper Isa class
Austin Adams
2019-02-21
Begin moving machine state updates out of Simulator code
Austin Adams
2019-02-14
Always change state through MachineStateUpdates
Austin Adams
2019-02-14
Call the prop workerBundleUrl instead bc i can
Austin Adams
2019-02-14
Rename Hello world component to GuiDebugger
Austin Adams
2019-02-14
Actually commit webpack configuration
Austin Adams
2019-02-14
Rename worker to more sensible name
Austin Adams
2019-02-14
Add web worker
Austin Adams
2019-02-13
Autogenerate index.html
Austin Adams
2019-02-13
Delete prehistoric readmes
Austin Adams
2019-02-13
Add typescript+react hello world
Austin Adams
2019-02-13
Ignore .map sourcemaps
Austin Adams
2019-02-13
Move build command into individual package.jsons
Austin Adams
2019-02-13
Run linter
Austin Adams
2019-02-13
Fix outdated parse table scripts
Austin Adams
2019-02-13
novice: Remove stray imports
Austin Adams
2019-02-13
Move CliDebugger into novice-cli
Austin Adams
2019-02-13
Move loaders into novice-cli
Austin Adams
2019-02-13
Fix coverage settings for subpackages
Austin Adams
2019-02-13
Refactor to remove Readable/Writable from core assembler code
Austin Adams
2019-02-09
Actually remove StreamIO from novice, whoops
Austin Adams
2019-02-09
Move StreamIO into novice-cli, since it uses nodeisms
Austin Adams
2019-02-07
Please Mr. Linter
Austin Adams
2019-02-07
README: It's ./novice now
Austin Adams
2019-02-07
Add a few test programs
Austin Adams
[next]