[A83] Re: Non-squished Write-Back


[Prev][Next][Index][Thread]

[A83] Re: Non-squished Write-Back




Why don't you squish it???

If that's because it's going to be a TIOS-Executable assembly program (
asm(prgmPROGNAME) )
you don't need to keep it unsquished, just use

.org 9D95 - 2
.db $BB,$6D

...rest of program code...

and squish it, and you can execute it simply with asm(prgmPROGNAME)


--Peter Martijn Kuipers


Nick Reichert wrote:

> Hey people,
> Does anyone know how to use write-back for non-squished assembly programs on
> 83+? I know there is a tutorial for 86 on ticalc.org, but when I port it it
> writes back squished characters. I know MirageOS and Ion can write back, but
> the programs designed for them are always squished. I appreciate any help!
>                  Thanks everyone!
>                  Nick Reichert
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com






References: