Maybe I am wrong though,

indeed you are

this is correct code
LATB.0 = 1
@ NOP
LATB.0 = 0


this is incorrect [pbp high level commands cannot be used with LATx registers]
HIGH LATB.0
@ NOP
LOW LATB.0