All the files for ZX-Uno project repository
Go to file
antoniovillena fd9f26d555 Actualizo firmware a 0.63. Corrige el bug en EXP25 (pone la frecuencia a 14MHz en lugar de 28MHz). 2017-06-30 20:53:09 +02:00
cores Añado core Atari800XL y salida DAC 18 bit a varios cores 2017-06-08 01:56:07 +02:00
examples New example for understanding colours and palette 2016-08-08 01:08:43 +02:00
firmware Actualizo firmware a 0.63. Corrige el bug en EXP25 (pone la frecuencia a 14MHz en lugar de 28MHz). 2017-06-30 20:53:09 +02:00
hardware Añado splitter 2017-03-29 22:28:58 +02:00
LICENSE Initial commit 2016-01-08 11:34:34 +01:00
README.md Readme with initial information on the course 2016-01-14 22:59:54 +01:00
contents.txt Added simpleanim example 2016-01-08 14:36:39 +01:00
readme.txt Añado readme.txt con la licencia 2016-04-28 14:35:49 +02:00

README.md

Z80 Assembler MOOC

A Massive Online Open Course on Z80 Assembly Language for 8bit computers.

This course is thought to teach people how to program in Z80 assembly language in a funny way. The course will be guided by practical exercises, instead of theory. Theoretical videos will also be created, but they will be accessed through links on practical videos. The idea is to let students reach theory as they need it: otherwise, theory is not perceived as useful until practical problems arise. Therefore, theory is not learnt well, and is often not funny. This course will try to overcome this problem.

Original intention is to create a course for everyone wanting to learn Assembler, even if they have not programmed before. Therefore, course content should be modularized to let attendants follow their own path, depending on their skills and desires. In fact, this course should be useful as a primer in computer programming, in order to let attendants develop low-level machine knowledge and skills. This knowledge and skills will be their basis to become really good programmers in their future.