AR-B1380/AR-B1380A User’ s Guide
Page 47
d) Write Data to Configuration Register
Example 1: Write data 68h to INDEX 3Bh
Unlock_Cfg_Reg
;Unlock configuration register
Mov
al, 3bh
;Points to index 3bh
Out
22h, al
Nop
Nop
Mov
al, 68h
Out
23h, al
;Write data
Nop
Nop
Lock_Cfg_Reg
;Lock configuration register
Summary of Contents for AR-B1380
Page 2: ......