index
:
toy-cpu-assembler
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
lex: empty file is equivalent to EOL
David Phillips
2019-08-04
*
Add initial emulator implementation
David Phillips
2019-08-04
*
input_bin: Refactor disassembly to allow input from buffers
David Phillips
2019-08-03
*
File input and output routines away
David Phillips
2019-08-03
*
Add asmcat, bincat
David Phillips
2019-08-03
*
Enable -Wpedantic
David Phillips
2019-08-03
*
Enable -Wall and -Wextra, fix warnings
David Phillips
2019-08-03
*
Refactor disassembler to move data through instruction list
David Phillips
2019-08-03
*
Add simple loop disasm test
David Phillips
2019-08-03
*
Make full test use unique-per-test file names
David Phillips
2019-08-03
*
Fix disasm treatment of branch offsets
David Phillips
2019-08-03
*
Rename .test files to .asm
David Phillips
2019-08-03
*
Add some (failing) tests
David Phillips
2019-08-03
*
Tidy test runner script
David Phillips
2019-08-03
*
Add test for asm-disasm-asm, fix bug with labels
David Phillips
2019-08-03
*
Implement quick disassembler
David Phillips
2019-08-03
*
Misc tidy up of assembler sources
David Phillips
2019-08-03
*
Add support for // /**/ style comments
David Phillips
2019-08-03
*
Fix bug lexing char values
David Phillips
2019-08-03
*
More unused code removal
David Phillips
2019-08-03
*
Remove superfluous printfs, factor reg table lookup
David Phillips
2019-08-03
*
emit_error -> emit, factor keywords out
David Phillips
2019-08-03
*
Small tidy up of headers, misc output
David Phillips
2019-08-03
*
Factor out various lookup tables
David Phillips
2019-08-03
*
Tidy assembler.c
David Phillips
2019-08-03
*
Dirst dump of working prototype
David Phillips
2019-08-03