DOH, just notice we are in the PBC section. You have to use POKE and PEEK with the according RAM address.

something like

POKE $86,0 ' set PORTB as output
POKE $06,255 ' set all PORTB pins to 1

try this and post your results...