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