start work on word/long handling

This commit is contained in:
Quentin Carbonneaux 2015-08-01 18:17:06 -04:00
parent dff7044a2c
commit cf307002d9
14 changed files with 114 additions and 81 deletions

View file

@ -10,11 +10,11 @@
#
@start
%f = copy 0 # here
%b = copy 1
%c = copy 2
%a = sub %b, %c
%d = copy %b
%e = copy %f # and there
%g = copy %a
%f =w copy 0 # here
%b =w copy 1
%c =w copy 2
%a =w sub %b, %c
%d =w copy %b
%e =w copy %f # and there
%g =w copy %a
ret