0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved to use AHandler pointers instead of smart pointers. KISS
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Fixed bad URL link
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Updated readme
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Added placeholder IDevice abstract class
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Plaholder for CDA device. Removed unused file
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Updated test programs
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Replaced IF Great by IF Less that is more usefull for doing loops. Fixed multiplication
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Fixed bad opcodes and other bugs related to Rn in P1 instructions
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Updated online dissambler. Debuging the VM compilance
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Rewrite of the interpreter to v7 specs
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
New test program
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Fixed some errors, including wrong comapration to se if big literal is being used by P1 instructions
Zardoz
as Luis Panadero Guardeño
More... over 11 years ago
Fixed error of pc++ isntead of pc +=4
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Portable type.hpp
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Fixed bug with overflow detection and optimized a bit ram code
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Adde code to check how many time takes to run n cycles without delays
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Added external test file
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Added endianess check
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Remade memory mapper. Now uses a buffer for RAM/ROM and handler blocks for devices
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Update README
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Fixed hardcode progrma to use the RAM that begins at 0x10000
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Fixed error dissambling no paramater isntrucctions
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
More clear what address is being executed
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
On-Line dissambler working
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Added a primitive way of load binary little endian files
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Fixed branching. Added details from the latest CPU specs
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Added more test cases to test program. Tweaked stack view and [pc] hex value
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Added to ignore some editor backup files
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Updated test program
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago
Fixed some bugs about decoding literals. Updated OpCodes of BOVF and BOCF to be in the same opcode space that other branch opcodes
Zardoz
as Luis Panadero Guardeño
More... almost 12 years ago