Re: [cc65-devel] Binary loads of overlays on various targets
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Groepaz <gr...@gm...> - 2013-05-28 10:27:50
|
On Tuesday 28 May 2013, Oliver Schmidt wrote: > 1. read() with "default DOS" (let's define this as performance of 1.0) > 2. cbm_load() with "default DOS". this doesnt make a huge difference. irrelevant in practise unless you are writing the thing in BASIC and using GET# =) > 3. read() with fast-loader. > 4. cbm_load() with fast-loader. LOAD goes over a vector, which most fastloaders hook into. so for example with an action replay, 4) would be accelerated by the fastloader - but 3) would still be as slow as without one. that is pretty much the one reason for why you should always use LOAD if possible. (same thing applies to SAVE too) -- http://www.hitmen-console.org http://magicdisk.untergrund.net http://www.pokefinder.org http://ftp.pokefinder.org A spokesperson for 60's band 'The Animals' has today made a public apology saying "they were mistaken and there isn't a house in New Orleans after all" |