| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
New systems marked not working
------------------------------
Kasparov Prisma [hap, Sean Riddle]
|
| | |
|
| |
|
|
|
|
|
| |
* New working machines:
---------------------------------------
Casio Celviano AP-10 [Devin Acker]
Casio CTK-601 [Devin Acker, Gabriel Miceli]
Casio GZ-70SP [Devin Acker]
|
| |
|
|
|
|
| |
* New machine marked as NOT_WORKING
----------------------------------
Casio CTK-551 [Devin Acker]
|
| | |
|
| |
|
|
| |
multiword instructions with 8-bit immediate operands
|
| |
|
|
|
|
|
| |
- Correct sign extension for 16-bit absolute addresses
- Use H' prefix for hexadecimal numbers
- Restrict address length depending on model
- Format arguments in separate column
|
|
|
Disassemblers are now independant classes. Not only the code is
cleaner, but unidasm has access to all the cpu cores again. The
interface to the disassembly method has changed from byte buffers to
objects that give a result to read methods. This also adds support
for lfsr and/or paged PCs.
|