Difference between revisions of "Main Page"
From SpecNext official Wiki
m (→Compilers) |
m (→Compilers) |
||
Line 50: | Line 50: | ||
: A Next target is present and under development. Output file types include tap, sna, and esxdos dot commands. | : A Next target is present and under development. Output file types include tap, sna, and esxdos dot commands. | ||
* ''[http://www.boriel.com/forum/zx-basic-compiler/ ZX Basic]'' | * ''[http://www.boriel.com/forum/zx-basic-compiler/ ZX Basic]'' | ||
− | |||
: A Basic to Z80 compiler with extensions added to Sinclair Basic. | : A Basic to Z80 compiler with extensions added to Sinclair Basic. | ||
Revision as of 08:53, 7 September 2017
Contents
References
System architecture
- Extended Z80 instruction set
- Memory map and switching mechanics
- Reference machines and timing
- Boot Sequence
- Board feature control and port list
- Interrupts
- RPi0 Acceleration
Video
- Enhanced ULA including video modes
- Sprites
- Layer 2
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
- z80asm - part of Z88dk
- Supports the Next extension opcodes directly, linking assembler with large z80 library, targets any memory configuration
Compilers
- sccz80 and zsdcc - part of Z88dk
- "sccz80" is a small c derived c compiler that is nearly c90 compliant with a few notable exceptions. Emphasis is on small code.
- "zsdcc" is a fork of sdcc-z80 that is an open source optimizing c compiler with c90 and elements of c99 and c11 compliance.
- A Next target is present and under development. Output file types include tap, sna, and esxdos dot commands.
- A Basic to Z80 compiler with extensions added to Sinclair Basic.