Use these commands to run a jupyter server on a remote server and access it locally in a browser. You must have SSH access to the browser. Use any port you want.
Do not forget to change username@server to the correct value!
| where | using | command |
|---|
| "dungeon planet" by Joseph Parker | |
| Book 1 - Rules | |
| Chapter 1 - Computers | |
| An operating system is a kind of value. The operating systems are linux. | |
| A computer is a kind of device. Understand "computer" as computer. | |
| A computer has a text called power_up_text. |
This document is intended to document certain inner workings of the CPU.
There have been efforts by emu-russia and gekkio to have the CPU decapped, and so we have the decode ROM accessible to us. This means, that we know exactly what each opcode does (besides some nuanced behavior related to HALT, STOP, and some state management related to interrupts and power saving which are hard to untangle).