12.07.2015 Views

Programming Manual Elektor Proton Robot - ELEKTOR.se

Programming Manual Elektor Proton Robot - ELEKTOR.se

Programming Manual Elektor Proton Robot - ELEKTOR.se

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ExampleTo copy 200 bytes from the current location of handle 1 to handle 2:B 1 2 200To copy the entire source file to the destination file:O 1 R /sourcefile.txtO 2 RW /destfile.txtB 1 2To copy 600 bytes from position 12000 of handle 1, to handle 3, starting at position 50000:O 1 R /sourcefile.txtO 3 RW /destfile.txtJ 1 12000J 3 50000B 1 3 600To copy the entirety of handle 1 to the end of handle 2 (appended):O 1 R /sourcefile.txtO 2 RW /destfile.txtJ 2 EB 1 2or (note that the destination file is opened for append)O 1 R /sourcefile.txtO 2 A /destfile.txtB 1 2Bart Huyskens <strong>Manual</strong> <strong>Elektor</strong> <strong>Proton</strong> V1.0 3 April 2011 120

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!