Back to Browse

01 Getting started with ez80 assembly

3.2K views
Feb 1, 2024
5:00

This video explains a simple way to get started with programming z80 assembly on the Agon light computer, starting with a minimal program file. It is assumed that you already have your Agon light (or Console8) computer wired up and working, and have some confidence in using it and getting files onto your SD card. It is also assumed that you have some prior knowledge of what assembly language is, even if you are not familiar with the full commands available on the z80 processor itself. If you like this video, you can buy me a coffee: https://www.buymeacoffee.com/richardturnnidge NOTE: If you type these programs in for yourself, like in the good old days, most of the assembler commands, labels, and directives given to the Agon are CASE SENSITIVE. Therefore, .db "MOS", 1, 0 is NOT the same as: .db "mos", 1, 0 (which is incorrect in this instance!) Wiki page with links is here: https://github.com/breakintoprogram/agon-docs/wiki Source file available to download from here: https://github.com/richardturnnidge/lessons

Download

0 formats

No download links available.

01 Getting started with ez80 assembly | NatokHD