Changes for page API контроллеров AZ®
Last modified by Max on 2025/03/02 15:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -284,17 +284,16 @@ 284 284 {{code language="assembler"}} 285 285 ;............................................................... 286 286 287 -CmdWri=006; символическоенаименованиекоманды"Писать288 - блок"287 +CmdWri=006; symbolic name of the "Write 288 +; block" command 289 289 290 -; ВR3унасотпредыдущегофрагментаосталсяадресDR.291 -; ИсправляемегонаCSRипересылаемтуда код команды292 -; записи290 +; In R3 we have the DR address left over from the previous fragment. 291 +; We correct it to the CSR and send the 292 +; write command code there 293 293 MOV #CmdWri,-(R3) 294 -5$: TSTB @R3 ; Проверим бит готовности 295 - BPL 5$; Не готово -> уходим проверять еще 296 - ; раз 297 - TST @R3; Проверим на ошибку 294 +5$: TSTB @R3 ; Let's check the ready bit 295 + BPL 5$; Not ready -> we go and check again once 296 + TST @R3; Let's check for an error 298 298 BMI ERR5 299 299 300 300 ;....................................................................