Last modified by Max on 2025/03/02 15:18

From version 2.23
edited by Max
on 2025/02/25 13:38
Change comment: There is no comment for this version
To version 2.25
edited by Max
on 2025/02/25 13:46
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -472,10 +472,10 @@
472 472  To write the opposite way, you first need to transfer the entire data block from the CPU memory to the controller and then issue the command "Write the contents of the buffer to disk"
473 473  
474 474  
475 -== **016: Принять блок данных в буфер** ==
475 +== 016: Receive data block into buffer ==
476 476  
477 -Код команды 016. Команда настраивает контроллер на прием блока данных и помещении его в буфер. Следующие 256 циклов записи в DR поместят данные, переданные через МПИ, в буфер.
478 -\\Пример программы.
477 +Command code 016. The command sets the controller to receive a block of data and place it in the buffer. The next 256 write cycles to DR will place the data transferred via the QBUS in the buffer.
478 +\\Example program:
479 479  
480 480  {{code language="assembler"}}
481 481  ;..................................