JimJim Codes - Assembly Language on the BBC Micro. Cross Assembler Setup, plus Screen Memory Poking.
The first in a series of videos I will be making demonstrating how to do simple tasks on the BBC Micro in Assembly Language.
This first chapter is all about setting up your cross-assembly environment, and then, much like the 1st C64 Assembly Video, putting characters into the screen memory, receiving keyboard input and loops.
Resources:
Software:
VSCode: https://code.visualstudio.com/download
Beebem: http://www.mkw.me.uk/beebem/
BeebASM: https://github.com/stardot/beebasm/releases
Literature:
BBC Micro User's Guide: https://stardot.org.uk/forums/download/file.php?id=91666
BBC Micro Advanced User's Guide: https://stardot.org.uk/forums/download/file.php?id=92039
Commodore 64 Video 1 code to copy and paste: https://gitlab.com/djvulcan/c64-assembly-videos-files/-/raw/master/video1.asm?ref_type=heads
BBC Micro Tutorials Gitlab Repo: https://gitlab.com/djvulcan/bbc-micro-assembly-video-file-project