Difference between revisions of "Main Page"

From SpecNext official Wiki
Jump to: navigation, search
(Assemblers)
Line 18: Line 18:
  
 
=== Emulators ===
 
=== Emulators ===
* [http://dailly.blogspot.co.uk/2017/08/cspect-v05.html CSpect] emulates many features of the Next and includes an assembler.
+
* ''[http://dailly.blogspot.co.uk/2017/08/cspect-v05.html CSpect]''
* [https://sourceforge.net/projects/zesarux/ ZEsarUX] aims to emulate all features of the Next and includes remote debugger support.
+
: Emulates many features of the Next and includes an assembler
 +
* ''[https://sourceforge.net/projects/zesarux/ ZEsarUX]''
 +
: A full feature emulator including a debugger - frequently updated to support Next updates
  
 
=== Assemblers ===
 
=== Assemblers ===
Line 32: Line 34:
 
* ''SNasm'' - included with the [http://dailly.blogspot.co.uk/2017/08/cspect-v05.html CSpect] emulator
 
* ''SNasm'' - included with the [http://dailly.blogspot.co.uk/2017/08/cspect-v05.html CSpect] emulator
 
: Supports the Next extension opcodes directly
 
: Supports the Next extension opcodes directly
 +
* ''z80asm'' - part of [https://github.com/z88dk/z88dk Z88dk]''
 +
: Support for the Next is being developewd
  
 
=== Compilers ===
 
=== Compilers ===
* [https://github.com/z88dk/z88dk Z88dk] is a C to Z80 compiler which is developing support for the Next.  It includes an assembler that will accept the new ZX Next opcodes.
+
* ''sccz80'' - part of [https://github.com/z88dk/z88dk Z88dk]
* [http://www.boriel.com/forum/zx-basic-compiler/ ZX Basic] is a Basic to Z80 compiler with extensions added to Sinclair Basic.
+
: "sccz80 is derived from small c but has seen much development to the point that it is nearly c90 compliant"
 +
: Support for the Next is being developed
 +
* ''[http://www.boriel.com/forum/zx-basic-compiler/ ZX Basic]''
 +
: "a fully featured assembler / linker / librarian implementing sections"
 +
: A Basic to Z80 compiler with extensions added to Sinclair Basic.

Revision as of 19:27, 28 August 2017

Base references

Development Tools

Emulators

Emulates many features of the Next and includes an assembler
A full feature emulator including a debugger - frequently updated to support Next updates

Assemblers

Any Z80 assembler can produce code suitable for the Next. However, the Next and most emulators cannot load raw blocks of Z80 code, so a Spectrum specific tool will be useful for creating .TZX or .TAP files with the necessary loaders.

Provides a complete Z80 IDE and Macro assembler, plus an integrated Spectrum emulator
The emulator does not support all features of the next
A long established Z80 assembler, but has been out of development for a long time
Supports most of the Next extension opcodes through macros from Russ McNulty
  • SNasm - included with the CSpect emulator
Supports the Next extension opcodes directly
Support for the Next is being developewd

Compilers

"sccz80 is derived from small c but has seen much development to the point that it is nearly c90 compliant"
Support for the Next is being developed
"a fully featured assembler / linker / librarian implementing sections"
A Basic to Z80 compiler with extensions added to Sinclair Basic.