ZXSpin assembler not working

The place for codemasters or beginners to talk about programming any language for the Spectrum.
Nomad
Manic Miner
Posts: 600
Joined: Thu Dec 28, 2017 12:38 pm

Re: ZXSpin assembler not working

Post by Nomad »

Hey Pixel, get yourself a dropbox or github. That way you can post your tap's/dsk/tzx files to. That way when you have a problem, or want to share your work you can link people to it.

What helped me was putting a development log on this website - that way you got one place to ask all your questions, strut your stuff, and it keeps you 'accountable to your goals'.

People were real good to me and helped a whole bunch. Its very different to other communities. You put the effort in and people will teach you what you need. None of that elitist BS you find in other places, with the spectrum people for the most part its the opposite (usually).
User avatar
Alessandro
Dynamite Dan
Posts: 1910
Joined: Wed Nov 15, 2017 11:10 am
Location: Messina, Italy
Contact:

Re: ZXSpin assembler not working

Post by Alessandro »

I'll put it bluntly: Do not use the ZX Spin in-built assembler. It's buggy and has not been updated for ages.

With due respect to Dunny's work (I'd really like to see an updated version of his emulator), I strongly recommend everyone wishing to write and assemble their Z80 Assembly code to stick to their favorite text editor and assembler; my personal choices are Notepad++ and Pasmo respectively.
User avatar
PeterJ
Site Admin
Posts: 6875
Joined: Thu Nov 09, 2017 7:19 pm
Location: Surrey, UK

Re: ZXSpin assembler not working

Post by PeterJ »

Alessandro wrote: Mon Apr 02, 2018 10:59 am my personal choices are Notepad++ and Pasmo respectively.
Do you use any of the external command tools in Notepad++ [mention]Alessandro[/mention]? I can never work out how they work, so any tips appreciated.
User avatar
Alessandro
Dynamite Dan
Posts: 1910
Joined: Wed Nov 15, 2017 11:10 am
Location: Messina, Italy
Contact:

Re: ZXSpin assembler not working

Post by Alessandro »

PeterJ wrote: Mon Apr 02, 2018 3:33 pm Do you use any of the external command tools in Notepad++ @Alessandro? I can never work out how they work, so any tips appreciated.
Do you mean the plugins? Actually not, I even turned autocompletion off because it interfered too much with composition.
User avatar
PeterJ
Site Admin
Posts: 6875
Joined: Thu Nov 09, 2017 7:19 pm
Location: Surrey, UK

Re: ZXSpin assembler not working

Post by PeterJ »

Alessandro wrote: Mon Apr 02, 2018 5:19 pm
Do you mean the plugins? Actually not, I even turned autocompletion off because it interfered too much with composition.
Sorry, I mean automating the task of compiling with Pasmo from within Notepad++, or do you just use the command line?
User avatar
Alessandro
Dynamite Dan
Posts: 1910
Joined: Wed Nov 15, 2017 11:10 am
Location: Messina, Italy
Contact:

Re: ZXSpin assembler not working

Post by Alessandro »

I use a simple batch file named PAS.BAT and execute it from a command line window. The batch file contains the following:

Code: Select all

@echo off
pasmo --tap %1.asm %1.tap
barry
Drutt
Posts: 3
Joined: Wed Jan 01, 2020 3:36 pm

Re: ZXSpin assembler not working

Post by barry »

Apologies for bumping an old thread but thought it best to keep it all in one place.

My zxspin has sort of stopped working properly, in the assembler window whenever i type in text it comes up as nonsense text like this
Image
i've tried changing the fonts etec and nothing seems to work, it was working fine up until not long ago. not a clue what happened, it's possible i changed something in the settings but no idea what or where. any ideas? i was using the latest copy and tried changing to an older one and that does the same thing too.
i realise it's old and not updated and does have bugs but i kinda liked spin and had gotten used to using it and would like to continue using it if possible.

thanks!
User avatar
R-Tape
Site Admin
Posts: 6402
Joined: Thu Nov 09, 2017 11:46 am

Re: ZXSpin assembler not working

Post by R-Tape »

barry wrote: Sun Feb 28, 2021 2:27 pm My zxspin has sort of stopped working properly, in the assembler window whenever i type in text it comes up as nonsense text like this
Ahh I've had this before. I think pressing (or unpressing) scroll lock, or something like that on the keyboard sorted it. Failing that, a full power cycle might do the trick.
barry
Drutt
Posts: 3
Joined: Wed Jan 01, 2020 3:36 pm

Re: ZXSpin assembler not working

Post by barry »

R-Tape wrote: Sun Feb 28, 2021 4:11 pm
I think pressing (or unpressing) scroll lock, or something like that on the keyboard sorted it.
It did! Thanks so much, I can get back to not having a clue what I'm doing :D
Post Reply