I'm a new PBP user and am porting a large program from another basic compiler.
In PBP I'm not clear as to how to fill a numeric array, then later refer to it specifically in OWOUT commands.
The code below is how it is done in the previous compiler
Sensor0 bytetable $28,$9e,$50,$1b,$00,$00,$00,$85 'DS18B20 ID code
OWOUT w1,1,[MatchROM,STR Sensor0\8,ReadScratch] 'send ID code
Can someone on the forum please jot down the equivalent PBP code here?
TIA
Bookmarks