Elektrine lite

← Feed

@aparrish@friend.camp

Post #3694692

2026-06-21 04:06 UTC

implemented a function to step through instructions (instead of clock cycles), along with a little disassembler, which i can run right inside jupyter notebook

Replies (1)

  • @aparrish@friend.camp 2026-06-23 00:04

    now up to 226 opcodes implemented! of the non-extension opcodes, all that's left are conditional absolute jumps, bit shifts on register A, that weird DAA instruction, and all of the obscure stack manipulation instructions that no one ever actually seems to use (e.g., ld hl, sp+e8)

    Open ##3694691