Difference between revisions of "Main Page"

From SpecNext official Wiki
Jump to: navigation, search
(Sources)
Line 1: Line 1:
== Base references ==
+
== References ==
  
 +
=== System architecture ===
 
* [[Extended Z80 instruction set]]
 
* [[Extended Z80 instruction set]]
* [[Memory map]]
+
* [[Memory map]] and switching mechanics
* [[Reference machines]]
+
* [[Reference machines]] and timing
 
* [[Boot Sequence]]
 
* [[Boot Sequence]]
 +
* [[Board feature control]] and port list
 +
* [[Interrupts]]
 +
* [[RPi0 Acceleration]]
 +
 +
=== Video ===
 
* [[Enhanced ULA]] including video modes
 
* [[Enhanced ULA]] including video modes
* [[Board feature control]]
+
* [[Sprites]]
* [[Interrupts]]
+
* [[Layer 2]]
 +
 
 +
=== Audio ===
 
* [[Turbo Sound Next]]
 
* [[Turbo Sound Next]]
 
* [[SpecDrum/DAC]]
 
* [[SpecDrum/DAC]]
* [[Sprites]]
+
 
* [[Layer 2]]
+
=== Storage ===
 
* [[ESXDOS]]
 
* [[ESXDOS]]
* [[RPi0 Acceleration]]
 
  
 
== Development Tools ==
 
== Development Tools ==

Revision as of 19:27, 1 September 2017

References

System architecture

Video

Audio

Storage

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.

Sources