emilwallner / Corewar

A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aff instruction

tlenglin opened this issue · comments

aff takes not only the restricted ASCII table but go up to 256 char. we need to be sur the ft_printf works for the wild characters

The corewar file that is provided does not do wild characters, so we'll do the same. It only prints until 128.