Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
honeydatax authored Dec 7, 2020
1 parent eb5219c commit 7a8d77e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mult.uni
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
declare,sub1
declare,multl
function,sub1
const,0,1,2,3,50,10
integer,p1,0
integer,valres,0
pointer,p1,valres
multl,p1,50,10,0
locate,0,0,0
printnumber,valres
function,multl
const,0,1,2,3,4
integer,valres,0
integer,p2,0
pointer,p2,valres
mul,valres,argv1,argv2
memcopy,argv0,p2,4

0 comments on commit 7a8d77e

Please sign in to comment.