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

asm segmentation fault

Artemso opened this issue · comments

asm segfaults if either .name or .comment is missing completely.

example:

.comment "comment"

# paskuda tvar
live %1

Should be fixed.