you dont need asm : just write to the registers as you write to all other registers !
portB = somevalue 'this is normal right?
portb.0= 1 'set some bit
↧