2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
6
Task/Variables/360-Assembly/variables-1.360
Normal file
6
Task/Variables/360-Assembly/variables-1.360
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
* value of F
|
||||
L 2,F assigment r2=f
|
||||
* reference (or address) of F
|
||||
LA 3,F reference r3=@f
|
||||
* referencing (or indexing) of reg3 (r3->f)
|
||||
L 4,0(3) referencing r4=%r3=%@f=f
|
||||
Loading…
Add table
Add a link
Reference in a new issue