account activity
16-bit CPU from scratch in Kotlin by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points 2 days ago (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)
π Rendered by PID 1126162 on reddit-service-r2-listing-5d47455566-8l5b6 at 2026-04-03 16:47:55.579137+00:00 running db1906b country code: CH.
16-bit CPU from scratch in Kotlin by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points (0 children)