Jump to content
IGNORED

[AQUARIUS] .caq aquarius-basic tokenizers needed


Recommended Posts

i'm looking for .txt (basic) to .caq tokenizers, just like zmakebas (for zx-spectrum - http://www.svgalib.org/rus/zmakebas.html )

do someone know where tools like this can be find, or which kind of documentation can be useful for us starting coding it?

 

( and btw, is there somewhere some ready type-in aquarius-basic snippets to test with it? :) )

Link to comment
Share on other sites

I don't remember exactly where it is at the moment, but Martin posted some information about the ".CAQ" file format to the Aquarius discussion group. As I recall, I had asked about it when I first began thinking about converting some cassette games to cartridge format for the Aquaricart (I ultimately used a much simpler method instead), so it probably would have been just over a year ago.

Link to comment
Share on other sites

I think nitrofurano wants to do something with the BASIC information in the caq file, the file format I have discussed was more like the header and footers of the CAQ file. Here is a list of all commands & functions and their code numbers for the Aquarius standard ROM. For a full reference you should disassemble the Extended Basic and Aquarius QDD rom.

 

;

; Commands

;

END 128

FOR 129

NEXT 130

DATA 131

INPUT 132

DIM 133

READ 134

LET 135

GOTO 136

RUN 137

IF 138

RESTORE 139

GOSUB 140

RETURN 141

REM 142

STOP 143

ON 144

LPRINT 145

COPY 146

DEF 147

POKE 148

PRINT 149

CONT 150

LIST 151

LLIST 152

CLEAR 153

CLOAD 154

CSAVE 155

PSET 156

PRESET 157

SOUND 158

NEW 159

 

;

; Functions

;

SGN 178

INT 179

ABS 180

USR 181

FRE 182

LPOS 183

POS 184

SQR 185

RND 186

LOG 187

EXP 188

COS 189

SIN 190

TAN 191

ATN 192

PEEK 193

LEN 194

STR$ 195

VAL 196

ASC 197

CHR$ 198

LEFT$ 199

RIGHT$ 200

MID$ 201

POINT 202

Link to comment
Share on other sites

  • 10 months later...

Is this the same idea as the last comment in this topic:

http://www.atariage....25#entry2425338

 

If so, I think it's a great idea and needed until someone ports ZX Basic to the Aquarius!

it's on the way: http://atariage.com/forums/topic/213965-aquarius-stuff-from-boriels-zx-basic-compiler-first-attempt/ \o/

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...