And a program counter is a register (+ adder and a mux) that automatically increments every clock cycle.
basically stores the address of the next instruction and normally increments after each fetch.
And a program counter is a register (+ adder and a mux) that automatically increments every clock cycle.
basically stores the address of the next instruction and normally increments after each fetch.
Made good progress on my terminal-based text editor: multiple buffers are in place and some raw mode issues are fixed. Mouse support still needs a lil work lol
Next up: starting work on the GUI… and figuring out a color scheme that doesn’t hurt to look at