Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t11: switch to MACRO-11 syntax, decode deferred addressing modes (nw) | 2019-06-25 | 1 | -33/+47 | |
| | |||||
* | extricate refereces to emucore.o from t11dasm.o (nw) | 2018-04-03 | 1 | -58/+61 | |
| | |||||
* | dvdisasm: Overhaul [O. Galibert] | 2017-11-26 | 1 | -90/+92 | |
| | | | | | | | | 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. | ||||
* | Changed disassembler infrastructure to not use char buffers internally | 2016-11-20 | 1 | -11/+1 | |
| | |||||
* | Changed the t11 disassembler to use 'std::ostream &' internally | 2016-11-17 | 1 | -91/+101 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -19/+19 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+518 | |