[Coco] Assembler Program - Working!

tim lindner tlindner at macmess.org
Sun Aug 17 12:58:54 EDT 2008


Charles Shrader <charles.shrader at gmail.com> wrote:

> 00231       CLRB              ;Clear B Register
> 00240 LOOP2 LDA     ,X        ;Load A with 1st char of stored str
> 00250       JSR       [40962] ;Output to screen
> 00260       CMPB   #8         ;Have we displayed all 8 chars?
> 00270       BNE      LOOP2    ;If not, get next char in str

This is an infinate loop. It will never stop.

-- 
tim lindner
tlindner at macmess.org                                              Bright



More information about the Coco mailing list