The SHIFTOUT command sends 8-bits unless otherwise specified.
To send a 16-bit constant, you'll need to specify the number of bits.
shiftout data_out, CLOCK, 2, [%0011000100100000\16]
The SHIFTOUT command sends 8-bits unless otherwise specified.
To send a 16-bit constant, you'll need to specify the number of bits.
shiftout data_out, CLOCK, 2, [%0011000100100000\16]
DT
Bookmarks