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

@ -4,10 +4,10 @@
@start
@loop
%s = phi @start 100, @loop %s1
%n = phi @start 0, @loop %n1
%n1 = sub %n, 1
%s1 = add %s, %n
%s =w phi @start 100, @loop %s1
%n =w phi @start 0, @loop %n1
%n1 =w sub %n, 1
%s1 =w add %s, %n
jez %n1, @end, @loop
@end