1-- Example from the help message. 2 3local r = execute { 4 data={ [42] = 0x100 }, 5 src=[[ 6 @mov g1 42 7 @read g2 g1 8 9 @id g3 10 11 add(8) g4<1>UD g2<8,8,1>UD g3<8,8,1>UD { align1 @1 1Q }; 12 13 @write g3 g4 14 @eot 15 ]] 16} 17 18dump(r, 4) 19