Skip to content

jsj2008/gui-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Nibble Knowledge CPU GUI

GUI of Nibble Knowledge CPU Virtual Machine

REPORT BUGS OR SUGGESTIONS TO BAILEY TYE

Features:

  • Write, edit, and assemble NK4 Assembly and Macro Assembly
  • Step through the code at your own pace
  • See the CPU Registers, and Main Memory update as you step through the code
  • Simulate the NK4 CPU running through code with a given period
  • Attach a virtual hard drive that can be written to, and read from (Currently only 1000 sectors in size)

Notes:

  • To make a BREAKPOINT you can add a NOP 1000 which will cause the simulation to stop
  • Currently Macro Assembly is the highest language supported, cute-basic will not compile.

Warnings:

  • Right now the minimum recommended simulating speed is a period of 1 when using the HD peripheral. Beyond this could have unintentional side-effects. This will hopefully be resolved soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.3%
  • Assembly 44.7%