Re: LZ: What's wrong?


[Prev][Next][Index][Thread]

Re: LZ: What's wrong?



> Hey, for those who know how to use Mac-Caz, I put this in as the standard
> old "Hello, World" program, and it compiles fine.  Problem:  when I run it,
> the screen clears and then the zshell menu comes back right
> away...shouldn't it work?  it seems logical.  Help!


  In getloop, you have "JR Z, GETLOOP".  This will jump back to getloop if
a key was pressed.  What you want is "JR NZ, GETLOOP", to jump back if a
key _wasn't_ pressed.


  HTH,


                     /***********************************
                     *           Daniel Knapp           *
                     *       FeatherWate Software       *
                     *     email: dankna@bergen.org     *
                     *                                  *
                     *      Whose account this is,      *
                     *         I think I know.          *
                     * The sysop is in Berkely, though. *
                     * She will not see me typing here, *
                     *        To watch this Mac         *
                     *          Refuse to go.           *
                     ***********************************/


References: