]> code.bitgloo.com Git - clyne/lib430core.git/commit
basic test framework; MOV and ADD tests master
authorClyne Sullivan <clyne@bitgloo.com>
Sun, 24 Oct 2021 01:08:34 +0000 (21:08 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Sun, 24 Oct 2021 01:08:34 +0000 (21:08 -0400)
commitfa1c2a97da1dc6e728bb1bc7ed0031712849ae6a
tree4d25f85685405e428260741caffa63c2e4f57ab2
parent7737afa6c225d947e02893c1698cc76a4b4ca4b1
basic test framework; MOV and ADD tests
13 files changed:
.gitignore
src/do_cycle_word.c
tests/Makefile
tests/add.s [new file with mode: 0644]
tests/core_test.c [deleted file]
tests/mov_addressing_dest.s [new file with mode: 0644]
tests/mov_addressing_source.s [new file with mode: 0644]
tests/mov_constants.s [new file with mode: 0644]
tests/test.c [deleted file]
tests/test_add.c [new file with mode: 0644]
tests/test_mov_addressing_dest.c [new file with mode: 0644]
tests/test_mov_addressing_source.c [new file with mode: 0644]
tests/test_mov_constants.c [new file with mode: 0644]