From mint-bounce@lists.fishpool.fi  Thu Aug 11 15:20:32 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Date: Thu, 11 Aug 2005 15:19:50 +0200
From: mikro <mikro@hysteria.sk>
To: "Konrad M. Kokoszkiewicz" <draco@obta.uw.edu.pl>
Cc: Andreas Schwab <schwab@suse.de>, Mint list <mint@fishpool.com>
Subject: Re: [MiNT] what's wrong with this code?
Message-ID: <20050811131950.GA8407@hysteria.sk>
References: <jeu0hwyarn.fsf@sykes.suse.de> <20050811113415.GA4768@hysteria.sk> <20050811134502.P91109@antyk.obta.uw.edu.pl> <20050811115338.GA1382@hysteria.sk> <20050811140157.S91109@antyk.obta.uw.edu.pl> <20050811121831.GA4373@hysteria.sk> <2005081114272
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050811131253.GA19888@hysteria.sk>
User-Agent: Mutt/1.4.2.1i
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: mikro@hysteria.sk
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00
X-Spam-Level: 


> - Super() to get SV (init part)
> - do other inits and then loop in main loop:
> - Super() to get from SV
> - now save a7
> - bsr.w movem_clear
> - do rest of code (movem loop)
> - rts
> - restore a7
> - Super() to set SV
>
sorry, error by fast writing, correct code should be:

- Super() to get SV (init part)
- do other inits and then loop in main loop:
- Super() to get from SV
- bsr.w movem_clear
- now save a7
- do rest of code (movem loop)
- now restore a7
- rts
- Super() to set SV

-- 

---------------------------------------------------------------------------
MiKRO         Atari XE/XL/Mega STE/Falcon060         http://mikro.atari.org
---------------------------------------------------------------------------


