i am wondering if mbasic is a completely different syntax to picbasic? for example, in declaring variables i have seen programs with an 'equ x' command and then 'x var byte' etc.
there is plenty of info on writing with picbasic but i cant find help with mbasic.

im doing a project doing pic to pic communication (telemetry systems) and i want to implement manchester encoding, which i have already researched and fully understand, but its just writing it thats the problem coz im so new to the language.