Charles, following on from Ioannis' prompt, if you can shed some light here, please do so. Apart from Richard there is very little input seen to date. If it is all too difficult then I'll move away from these Nokia displays to something more accommodating.
there is no pbp error here . the asm "data" directive in inappropriate for core 14 devices

I don't want anyone to write my code for me but I'm flying blind under these circumstances and have no clue on such matters
what part of my description can't you not follow , there is no need for asm at all to do this.


hint
Code:
packedbit var bit
StringOut:
    Readcode Addr, Char           ' Get a character    would be the low byte
    packedbit= char.7 
    char=char&127
  .......