Skip to content

My end of year project for my first year at EPITECH: the Corewar.

Notifications You must be signed in to change notification settings

SovnSkyrim/EPITECH-Corewar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corewar: Back in the good old days...

My end of year project for my first year at EPITECH: the Corewar.

It is a compilator from pseudo ASM language to bytecode.

The goal is to understand bit operators and how the data is stored in C on a binary level, it is also to understand a complicated subject.

In the linked .pdf file, two parts were supposed to be made: the compilator and the virtual machine, but as I was alone (instead of 4) to make this project, I only did the compilator.

Passed with C Grade and "Remarkable" comment.

It is my favourite project of the year.

USAGE
	./asm file_name[.s]
DESCRIPTION
	file_name file in assembly language to be converted into file_name.cor, an executable in the Virtual Machine.

About

My end of year project for my first year at EPITECH: the Corewar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published