How to code CLOAD"file" in assembler

Here you can ask questions or provide insights about how to use efficiently 6502 assembly code on the Oric.
User avatar
coco.oric
Squad Leader
Posts: 720
Joined: Tue Aug 11, 2009 9:50 am
Location: North of France
Contact:

How to code CLOAD"file" in assembler

Post by coco.oric »

Hello
I've a question raised by a coder who encounter some difficulties to load some (in a tap) files in its main program.
What is the best way to launch the cload routine, with the filename looked for ?
Didier
coco.oric as DidierV, CEO Member
Historic owner of Oric, Apple II, Atari ST, Amiga
User avatar
Dbug
Site Admin
Posts: 4444
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: How to code CLOAD"file" in assembler

Post by Dbug »

Well, I guess that's more or less what the code I shared this week-end (Tape Ripper) is doing.
https://osdn.net/projects/oricsdk/scm/s ... pper/asm.s

All the addresses of ROM functions and memory locations are from Au coeur de l'Oric Atmos:
https://library.defence-force.org/books ... cAtmos.pdf, pages 65 to 67
Post Reply