Assembling the history of Unix
Assembling the history of Unix
Posted Jun 25, 2017 4:18 UTC (Sun) by zlynx (guest, #2285)In reply to: Assembling the history of Unix by DSpinellis
Parent article: Assembling the history of Unix
Initialize the memory and load it from there sounds harder than it is though. A load immediate instruction in a lot of older CPUs was just "load from program counter and increment". The "memory" being loaded was just the following byte from the program. Pretty much identical to "load from register X and increment"
