jiricodes / corewar

This project involves creating a virtual arena, and having simplistic-language programs fight each other. It involves getting familiar with VM concept (with the instructions it recognises, the registers, etc.) and compilation problems of an assembly language in bytecode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.s ending with \n

Artemso opened this issue · comments

Ensure that the (every and last) operation in .s must always end with a newline for a correct translation.

Fixed!