ZXSpin labels file format

The place for codemasters or beginners to talk about programming any language for the Spectrum.
Post Reply
User avatar
majikeyric
Drutt
Posts: 13
Joined: Fri Mar 02, 2018 7:28 pm

ZXSpin labels file format

Post by majikeyric »

Hi,

I would want to import the labels of my program into ZXSpin for debugging purpose (I don't like Fuse debugger...) but that doesn't work.... (with 0.666 and 0.7s versions).

does the import labels feature work ?

if yes what is the format of the text file that the emulator awaits ? (symbols files generated with SJAsmPlus don't work...).

Thanks.
User avatar
ZXDunny
Manic Miner
Posts: 498
Joined: Tue Nov 14, 2017 3:45 pm

Re: ZXSpin labels file format

Post by ZXDunny »

It's the same format as this: http://www.speccy.org.uk/zxspin/symbols.txt

Beware that there are several different formats you can use if you look through - some can have their datatype declared and the debugger will allow you to inspect them live.
User avatar
majikeyric
Drutt
Posts: 13
Joined: Fri Mar 02, 2018 7:28 pm

Re: ZXSpin labels file format

Post by majikeyric »

WOW very cool ! Many thanks ZXDunny ! and these symbols will be very useful as well :D
Post Reply