Jump to content

Machine NORMA

- - - - -

  • Please log in to reply
No replies to this topic

#1
Apprentice123

Apprentice123

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 430 posts
How to calculate addition with machine NORMA

A := B + C

I did:
A := B is R1 where
R1 sets A:=B;R2
R2 sets (If c=0 then V else R3)
R3 sets (C:=C-1; A:=A+1; R2)

It's correct ?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users