Skip to content

Developing Jack, a high level, similar to Java, object-oriented programming language along with an Operating system and a Virtual Machine to mention a few, but that's everything required to complement the working of Jack, which will run on the 16 Bit PC.

License

Notifications You must be signed in to change notification settings

AndyPro720/The-16-Bit-PC-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-16-Bit-PC-Software(ongoing)

Alt text

Now that we have a basic functioning computer as our foundation(we built in The 16 bit PC or the one we're using), it only makes sense to utilize it to its full potential. Although we have an assembly language and an assembler to convert our programs to machine code and interact with the computer, the amount of sophistication we can achieve writing in simple assembly is quite minimum, especially considering the redundancy while programming and the principles it operates on. Here, by no stretch am I stating that assembly language is trivial, in fact its the key to our interaction with the computer, but instead isn't well suited to interact with the us humans for writing even slightly complex programs/tasks without breaking a sweat.

But of course we do have an entire elaborate system of languages that are much more user friendly, use significant concepts such as abstraction and modularity, and have an intricate amount of depth built right into their layers to make writing complex programs a breeze(relatively). High Level, Object oriented programming languages offer so much to the table of a software designer and are built upon layers and layers of abstraction which if unpacked ultimately meet our good old assembly language.

We begin by designing a Virtual Machine Language Translator that translates VM files to native assembly. This brings about the notion of memory segments, the stack and functions along with everything we've accumulated over in assembly.

Others:

Notes and details at (Ongoing) [https://scientia72.notion.site/From-Nand-To-Tetris-2-309beb5ead794857a576353da5dba454]

About

Developing Jack, a high level, similar to Java, object-oriented programming language along with an Operating system and a Virtual Machine to mention a few, but that's everything required to complement the working of Jack, which will run on the 16 Bit PC.

Topics

Resources

License

Stars

Watchers

Forks