I wrote:

<>
>    get1string                      ;SB string on stack. a1->string
>    move.w 0(a6,a1.l),d0    ;get len
>   lea.l 2(a1,d0.w),a0        ;a0 -> end string

That last line above should of course have read:

   lea.l 1(a1,d0.w),a0        ;a0 -> last char

Per





  • ... François Van Emelen
    • ... Marcel Kilgus
    • ... Robert Newson
      • ... François Van Emelen
        • ... "Phoebus R. Dokos (Φοίβος Ρ. Ντόκος)"
          • ... Dilwyn Jones
            • ... "Phoebus R. Dokos (Φοίβος Ρ. Ντόκος)"
            • ... Dave P
              • ... "Phoebus R. Dokos (Φοίβος Ρ. Ντόκος)"
              • ... "Phoebus R. Dokos (Φοίβος Ρ. Ντόκος)"
            • ... Bill Waugh
            • ... Marcel Kilgus
    • ... P Witte
    • ... Claude Mourier 00
    • ... RWAPSoftware
      • ... Robert Newson

Reply via email to