Skip to content

Bhanditz/Code-Computer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This codebase recreates items from Code: The Hidden Language of Computer Hardware and Software by Charles Petzold. The focus is on creating the computer described in chapter 17, while simulating each component down to the individual bits.

Highlights

The Signals file contains the low-level framework powering everything. The Computer class contains the final computer implementation. The ComputerMultiplyTest demonstrates a modified version of the multiplication program described on pages 228-230 of Code, and that code is also present in Main.kt of the demo module to demonstrate usage and provide a template for client code using these classes.

About

Emulating items from Charles Petzold's Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%