Close

Custom Functions and more effective register setup

A project log for Schön Core

Schön Core is a series of Central Processing Units ( CPU ) based on the Scott Architecture by J. C. Scott

kim-chemnitz-chemnitzKim Chemnitz Chemnitz 01/22/2018 at 11:110 Comments

I'm working on making a CISC CPU ( it's gonna be an Alpha CPU ) which has implemented custom functions with build-in parameter stacks and up to 256 stacks of each functions and up to 256 different functions.

I've also read a relative short introduction on assembler and learned a way more effective way to set up the registers to both split them into ALU registers and general purpose registers ( which I should have thought of before )

Discussions