From: Z80 <[EMAIL PROTECTED]>

> I'm having ( for two months now ) a problem regarding SamC rom routines. I
> have some programs which work perfectly on Spectrum and I'd like to port
> them to SamC.

I think it should be something like below but somehow it doesn't work.
Can't use simcoupes debugger too to find out what excactly goes wrong since
my
mini keyboard misses some keys :-(

ld a,strpage
ld de,stringptr ;>32768
ld bc,strlen
call &0127 ;stackstore

RST &28 ;start FPC
DB &54 ;val
db &33 ;end FPC or use db&34 end FPC and RET

;FPC value on stack

Edwin

Reply via email to