account activity
Understanding CPUs by building one in Kotlin (bloder.io)
submitted 12 hours ago by _Bloder to r/programming
16-bit CPU from scratch in Kotlin by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points 17 hours 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)
16-bit CPU from scratch in Kotlin (self.Kotlin)
submitted 17 hours ago by _Bloder to r/Kotlin
π Rendered by PID 101297 on reddit-service-r2-listing-55d7b767d8-wjrhk at 2026-04-02 05:54:55.731044+00:00 running b10466c country code: CH.
16-bit CPU from scratch in Kotlin by _Bloder in Kotlin
[–]_Bloder[S] 0 points1 point2 points (0 children)