Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pushfoo/eightdad issues and pull requests

#71 - Include issues ommitted in previous PR

Pull Request - State: closed - Opened by pushfoo over 2 years ago

#70 - Improve frontend launch

Pull Request - State: closed - Opened by pushfoo over 2 years ago

#68 - Fix Program Counter Behavior to match standard

Issue - State: open - Opened by pushfoo almost 4 years ago

#67 - Multiple instructions run per frame

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#66 - Try replacing property abuse with field-clamping descriptors

Issue - State: open - Opened by pushfoo about 4 years ago - 1 comment

#65 - Do a linting pass on the code.

Issue - State: open - Opened by pushfoo about 4 years ago

#64 - Move breakpoint support into the VM object

Issue - State: open - Opened by pushfoo about 4 years ago

#63 - Make multiple instructions run per frame

Issue - State: closed - Opened by pushfoo about 4 years ago - 1 comment
Labels: enhancement

#62 - Add keyboard input mapping to frontends

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#61 - Add key input + mapping to frontends

Issue - State: closed - Opened by pushfoo about 4 years ago
Labels: enhancement

#60 - Kbinput

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#59 - Fix unhandled exception test failure

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#58 - Remove comment block around ValueError on unhandled instruction

Issue - State: closed - Opened by pushfoo about 4 years ago

#57 - Fix 8XYE bitshift test failure for setting VF

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#56 - Resolve 8XYE test issues

Issue - State: closed - Opened by pushfoo about 4 years ago

#55 - Make addition roll over instead of clamp

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#54 - Fix the 84 NO / int overflow failure on Corax's test rom

Issue - State: closed - Opened by pushfoo about 4 years ago

#53 - Ncurses

Pull Request - State: closed - Opened by pushfoo about 4 years ago

#52 - Add a rough curses/TUI interface.

Issue - State: closed - Opened by pushfoo about 4 years ago - 2 comments

#51 - Add break point & pausing

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#50 - Improve arg parsing for cli

Issue - State: closed - Opened by pushfoo over 4 years ago

#49 - Add breakpoints and toggling pause with a key to the frontend

Issue - State: closed - Opened by pushfoo over 4 years ago

#48 - Fix broken opcodes

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#47 - Add better logging functionality to VM

Issue - State: open - Opened by pushfoo over 4 years ago - 2 comments

#46 - Fix broken opcodes revealed by test roms

Issue - State: closed - Opened by pushfoo over 4 years ago - 3 comments
Labels: bug

#45 - Mem loading functionality

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#44 - Fix bytes

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#43 - Remove bytes conversion left behind in frontend

Issue - State: closed - Opened by pushfoo over 4 years ago

#41 - Add basic drawing & fix tests

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#40 - Fix tests to put helpers somewhere reasonable

Issue - State: closed - Opened by pushfoo over 4 years ago

#39 - Add video opcodes

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#38 - Add fixtures to old tests once pytest fixture usage is better understood

Issue - State: open - Opened by pushfoo over 4 years ago
Labels: enhancement

#37 - Set vx to vy

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#36 - Implement 8xyI math instructions, closes #24

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#35 - Fix old tests to use register non-alteration helpers added in #24

Issue - State: open - Opened by pushfoo over 4 years ago - 1 comment
Labels: enhancement

#34 - Bulk register ops, closes #26

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#33 - Fix misuse of parametrize?

Issue - State: open - Opened by pushfoo over 4 years ago
Labels: enhancement

#32 - Basic sync between video memory and screen

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#31 - Implemebt IXYI skips & fix instruction size. closes #23, closes #30

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#30 - Instruction advance is wrong, need to use constant that equals 2

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: bug

#29 - Centralize errors for well-formed but unrecognized opcodes

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#28 - Key input support on the VM

Issue - State: closed - Opened by pushfoo over 4 years ago - 4 comments
Labels: enhancement

#27 - Video-related operators

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#26 - Implement stack-like operators, Fx55 and Fx65

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#25 - Implement setting registers to each other, 8xy0

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#24 - Implement IXYI math

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#23 - Implement IXYI skips

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#22 - Implement ixkk instructions, closes #18

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#21 - Add instruction_unhandled bool to virtual machine in vm.py

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#20 - Replace & remove old instruction execution helper

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#18 - Implement IXKK instructions, partial setting & some flow control

Issue - State: closed - Opened by pushfoo over 4 years ago - 1 comment
Labels: enhancement

#17 - Innn instructions & return (00EE)

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#16 - Handle Bnnn when nnn + v0 is greater than 0xFFF

Issue - State: open - Opened by pushfoo over 4 years ago - 3 comments
Labels: enhancement

#15 - Reorganize tests

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#14 - Should instruction class storage be reworked to be lazier, and if so, how?

Issue - State: open - Opened by pushfoo over 4 years ago
Labels: enhancement, question

#13 - Merge bytecode instruction's setters into main

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#12 - Update other tests to use the functionality added in other tickets

Issue - State: closed - Opened by pushfoo over 4 years ago - 1 comment
Labels: enhancement

#11 - Fix endianness, make lo_byte/hi_byte properties

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#10 - Fix endianess , i have it wrong

Issue - State: closed - Opened by pushfoo over 4 years ago

#9 - Add setters to the instruction class in bytecode.py

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement

#8 - Can enum classes be used rather than ints?

Issue - State: closed - Opened by pushfoo over 4 years ago
Labels: enhancement, question

#7 - Add INNN instructions + return instructions

Issue - State: closed - Opened by pushfoo over 4 years ago - 2 comments
Labels: enhancement

#6 - Add display & time Fxii instructions, closes #5

Pull Request - State: closed - Opened by pushfoo over 4 years ago

#5 - Add support for F instructions related to display and timers

Issue - State: closed - Opened by pushfoo over 4 years ago

#4 - Add license & basic info for pypi support, push it up there.

Issue - State: closed - Opened by pushfoo over 4 years ago

#2 - [#1] Move all instruction decode behavior into the instruction object

Pull Request - State: closed - Opened by pushfoo over 4 years ago