Newsgroups: comp.robotics
Path: brunix!cat.cis.Brown.EDU!agate!spool.mu.edu!uwm.edu!news.alpha.net!mvb.saic.com!eskimo!markj
From: markj@eskimo.com (Mark Jacobsen)
Subject: Problems with AS11
Message-ID: <Cs8H0E.7zv@eskimo.com>
Organization: Eskimo North (206) For-Ever
 
 
Date: Thu, 30 Jun 1994 23:24:09 GMT
Lines: 12

I'm working on a Rug Warrior, and am using AS11... I wrote a simple
program... well, actually I typed it up... on page 105 in "Mobile
Robots" there's a small program for reading the photoresistors.
I did this:
     JSR  Read-Photo     * The procedure name
_M1
     BRA  _M1            * Hang the program
.... Read-Photo routine goes here ....
I got several errors... it didn't recognize Read-Photo, _M1, etc. as
labels... I got phasing errors, and "symbol undefined on pass 2" errors.
I have NO idea what's wrong... I don't know a whole lot about this
stuff, so I'd be grateful for some help. 8)  Thanx in advance!
