Skip to content

SwordOfSouls/CustomAssembly

Repository files navigation

Language Stargazers Issues GPL License

Custom Assembly

A project built for fun implementing a rudimentary Custom ISA (also built for fun) within a Virtual C# Emulator based on RISC hardware.
ISA

Tests

Running tested on Windows using the following:

  • Rider
  • Visual Studio

Prerequisites

Your Windows Console settings must have the Console Buffer Rows to 50 (Launch Size)

Examples

Set Screen to all Possible Colors

SET R4 0 F
SET R3 0 0

start:
EQL R5 R3 R4
JPT R5 end
printScreenR[R3]
INC R3
JMP start

end:

Set Screen to Given Color

printScreen[A]

About

CustomAssembly Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published