0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added undocumented opcodes: ANC, ASR, SBX, LAS, SBC (another opcode for SBC imm) More... over 12 years ago
Added undocumented NOPs, KILs, LAXs and SAXs More... over 12 years ago
Better interrupt handling More... over 12 years ago
No more magic numbers in opcodes Interrupts now start disabled Changed opcodes of phony instructions due to collision with some undocumented instructions More... over 12 years ago
Fixed indirect addressing modes and indirect jump More... over 12 years ago
More improvements in interrupts - BRK now sets the I flag - Different types of interrupt supported (IRQ, NMI, RESET) - Only IRQs can be ignored by setting the I flag More... over 12 years ago
Small bug fix: I flag set means interrupts are disabled, not the other way around I flag is now set when inside interrupt handler More... over 12 years ago
Fixed come interrupt related bugs Interrupts only happen when I flag is set More... over 12 years ago
Merged previous changes More... over 12 years ago
Interrupts now work Fixed bug in BRK and RTI More... over 12 years ago
Some modifications to make interrupts work... More... over 12 years ago
Attempt to make interrupts work More... over 12 years ago
Blank line in op_helper.c. More... over 12 years ago
Little bug: forgot to sum 0x100 to the stack ponter, More... over 12 years ago
ifdefs for the fake instructions, and do_interrupt(). More... over 12 years ago
Added timer device More... over 12 years ago
Remover garbage from alpha. More... almost 13 years ago
Remover some garbage left from the Alpha. More... almost 13 years ago
Read-only ROM. More... almost 13 years ago
BCD mode fixed. More... almost 13 years ago
Self-modifying code now works. More... almost 13 years ago
+ BRK and RTI, last instructions. Not tested. More... almost 13 years ago
SBC BCD for immediates and memory operands. Ugly code... More... almost 13 years ago
ADC BCD now works, carry included. V, Z and N not tested... More... almost 13 years ago
Some BCD support (ADC imm) More... almost 13 years ago
CLD, CLI, SED, SEI More... almost 13 years ago
Improved I/O: - Keys typed in console go to key buffer - New console is now active by default - Added option to enable/disable echo More... almost 13 years ago
Added Keyboard device Added console More... almost 13 years ago
Fixed stupid bug that was causing segfault because there were memory regions smaller than the pages size. More... almost 13 years ago
Code to add two memory regions and an IO region - doesn't work... More... almost 13 years ago