Advertisement
Guest User

Untitled

a guest
May 15th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.      INP
  2.         STA FIRST
  3.         INP
  4.         ADD FIRST
  5.         OUT
  6.         INP
  7.         SUB FIRST
  8.         OUT
  9.         HLT
  10. FIRST   DAT
  11. // Input three numbers.
  12. // Output the sum of the first two
  13. // and the third minus the first
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement