Skip to content

konstantin-v03/LC-3-VM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LC-3 cross-platfrom virtual machine.

Getting started

How to run 2048 game on Windows:

  1. Compile code using gcc.
	gcc -o main.exe source/lc3-vm.c source/lc3-vm.h source/main.c
  1. Run program.
	main.exe 2048.obj 

How to run on Linux:

  1. Compile code using gcc.
	gcc -o main source/*.c source/*.h
  1. Run program.
	./main 2048.obj

2048.obj could be any object file assembled into lc-3 isa.

About

LC-3 cross-platform virtual machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published