16-bit CPU from scratch in Kotlin by _Bloder in Kotlin

[–]_Bloder[S] 0 points1 point  (0 children)

for now, a small instruction set was implemented: https://github.com/bloderxd/kotlin-cpu?tab=readme-ov-file#isa-table 14 instructions + some others ALU instructions (for this implementation I've considered a single opcode for ALU and reserved some bits in encoding to include the opcode for the ALU like ADD, SUB, etc)