Skip to content

Carmoruda/Computer-Architecture-ZXSPECTRUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer architecture

The exercises will be carried out on a ZX Spectrum emulator (Z80 processor-based computer), using Microsoft's Visual Studio Code as a base.

It is necessary that you have the following elements installed on your computer to approach the exercises:

  • Development environment: Visual Studio Code (VSCode).

    • DEZOG extension (Debugger and spectrum simulator): DEZOG.
    • Z80 Assembly extension (Syntax highlighting): Z80 Assembly.
  • Assembler: SjAsmPlus

  • Assembler template: Z80-asm-template

    • This template includes a hidden directory ".vscode" containing the configuration for Visual Studio Code.
    • Edit the "task.json" file inside the .vscode folder to modify the path of the assembler (sjasmplusz), which depends on the location it's on your computer.