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

@ -6,9 +6,9 @@
@start
@loop
%a = phi @start 380, @loop %r
%b = phi @start 747, @loop %a
%r = rem %b, %a
%a =w phi @start 380, @loop %r
%b =w phi @start 747, @loop %a
%r =w rem %b, %a
jez %r, @end, @loop
@end