remix to put code, press space to start running line by line instructions: movr : moves register, example: movr|1|5| moves data from register 1 (list item 2) to register 5 (list item 6) mov : moves a number to a register example: mov|1|5| puts the number 1 to register 5 (list item 6) add instruction coming soon