This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-12 00:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
InstructionSets
/
M68k
History
Thomas Harte
8808014a85
Add
AddressingMode::ExtensionWord
to the executor.
2022-12-19 11:07:58 -05:00
..
Implementation
Add
AddressingMode::ExtensionWord
to the executor.
2022-12-19 11:07:58 -05:00
Decoder.cpp
Decode [MUL/DIV][U/S].l.
2022-10-30 11:32:36 -04:00
Decoder.hpp
Support up to 15 extension words on a Preinstruction; use that to describe PACK/UNPK.
2022-10-28 13:36:40 -04:00
ExceptionVectors.hpp
…
Executor.hpp
Edge further towards supporting full extension words.
2022-12-10 16:22:16 -05:00
Instruction.cpp
Decode [MUL/DIV][U/S].l.
2022-10-30 11:32:36 -04:00
Instruction.hpp
Add test of
operand_flags
and
operand_size
; add entries for missing 68000 and 68010 instructions.
2022-10-31 15:15:05 -04:00
Model.hpp
…
Perform.hpp
Include fixed cost of rolls. Which includes providing slightly more information to
did_shift
.
2022-06-01 20:30:51 -04:00
RegisterSet.hpp
…
Status.hpp
Move common negative and zero logic into Status.
2022-10-18 14:51:51 -04:00