Login
Search for:


Previous | Next

From: Lion (all posts)
Date: 2000-04-18
Subject: Re: TASS
Hi There!

> I'm search for a complete documentation about "Turbo-ASS". The problem is, how
> can I creat a code above $8000 with Turbo-ASS?

You have 2 possibilities:
1.) like SVS said, u can use .offs (in Turbo assembler as well!) so that you compile to
*=$1000
.offs $7000
hello jmp hello where hello will be stored at $1000 but will jump to $8000 if I remember well. So that you will have to move the code from the program!
2.) compile to disk by <-5 or 6 or what. I hope this one works in the plus4 version as well! So that you can have your program compiled to $8000 but u will have to load it from the disk. (terrible job, I'm glad to have a PC and use cross assembler + linker CLINK works with +4 as well!)

Anyway, there are some complete documentations on the internet, maybe you can find one on www.fairlight.to (or .org).

Good luck,
Lion/Kmp

Copyright © Plus/4 World Team, 2001-2024