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