issues
search
pushfoo
/
eightdad
A Chip-8 interpreter in python that may include other tools in the future
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add instruction_unhandled bool to virtual machine in vm.py
#21
pushfoo
closed
4 years ago
0
Replace & remove old instruction execution helper
#20
pushfoo
closed
4 years ago
0
Reorganize test files into folders instead of a badly named flat hierarchy
#19
pushfoo
closed
4 years ago
0
Implement IXKK instructions, partial setting & some flow control
#18
pushfoo
closed
4 years ago
1
Innn instructions & return (00EE)
#17
pushfoo
closed
4 years ago
0
Handle Bnnn when nnn + v0 is greater than 0xFFF
#16
pushfoo
opened
4 years ago
3
Reorganize tests
#15
pushfoo
closed
4 years ago
0
Should instruction class storage be reworked to be lazier, and if so, how?
#14
pushfoo
opened
4 years ago
0
Merge bytecode instruction's setters into main
#13
pushfoo
closed
4 years ago
0
Update other tests to use the functionality added in other tickets
#12
pushfoo
closed
4 years ago
1
Fix endianness, make lo_byte/hi_byte properties
#11
pushfoo
closed
4 years ago
0
Fix endianess , i have it wrong
#10
pushfoo
closed
4 years ago
0
Add setters to the instruction class in bytecode.py
#9
pushfoo
closed
4 years ago
0
Can enum classes be used rather than ints?
#8
pushfoo
closed
2 years ago
0
Add INNN instructions + return instructions
#7
pushfoo
closed
4 years ago
2
Add display & time Fxii instructions, closes #5
#6
pushfoo
closed
4 years ago
0
Add support for F instructions related to display and timers
#5
pushfoo
closed
4 years ago
0
Add license & basic info for pypi support, push it up there.
#4
pushfoo
closed
4 years ago
0
[#1] Move all instruction decode behavior into the instruction object
#2
pushfoo
closed
4 years ago
0
Previous