start work on word/long handling
This commit is contained in:
parent
dff7044a2c
commit
cf307002d9
14 changed files with 114 additions and 81 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue