Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .data
  2.     num1: 13
  3.     num2: 37
  4.  
  5. .code
  6.     load @num1 $0
  7.     load @num2 $1
  8.     add $0 $1 $2
  9.     print $2
  10.     halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement