removed checks for setting literal operands
authorJustin Wind <justin.wind@gmail.com>
Thu, 19 Apr 2012 19:09:30 +0000 (12:09 -0700)
committerJustin Wind <justin.wind@gmail.com>
Thu, 19 Apr 2012 19:09:30 +0000 (12:09 -0700)
commit738eeba229e4087da2b6a42154f6b2ed16c80c5c
treec86f9d7e4d943fb947b4effa79ac6d5af67dcf10
parent286b0e08bf52ee3eda3d8f73366a786337a7a4bd
removed checks for setting literal operands

opcodes just set the scratch register the literal is stored in, causing no harm nor later effect.
also added _XOPEN_SOURCE=600 define to Makefile, now compiles cleanly on both darwin and linux.
Makefile
dcpu16.c