You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arun Krishna edited this page Nov 12, 2021
·
1 revision
JD1618 is a basic 8 bit VProcessor(Virtual Processor) which has 64KB memory, 16 bit address bus, 5 registers. It has 4 instructions and 18 Opcodes. The fastest instruction has a clock cycle of 3. It has auto clock cycle manager for managing the number of clock cycles wanted for an instruction for executing. This is a processor made like the 6502 processor. It has a built in program loader to load a file to memory.
The recommended file extension for the load files are .exrom (executable rom). But it can load any file which is a plain text file.