This the multi-page printable view of this section.Click here to print.

Return to the regular view of this page.

api

Generated file for beebasm

Table of Contents

; *************************************************************************** ; API for BBC Micro Programming Guide ; Notes about the machines, operating system & hardware ; Author: Peter Mount, Area51.dev & Contributors ; ; URL: https://area51.dev/bbc/bbcMos/ ; ; Modified: Fri, 27 May 2022 10:37:42 UTC ; ; Current version: https://area51.dev/bbc/bbcMos/reference/include/beebasm/api.asm ; *************************************************************************** OSBYTE = &FFF4 ; Misc OS functions specified by accumulator OSCLI = &FFF7 ; Pass string to the CLI OSEVEN = &FFBF ; Generate an event OSRDCH = &FFE0 ; Read character from current input stream OSRDRM = &FFB9 ; Read byte from paged ROM OSWORD = &FFF1 ; OS call specified by contents of A and parameter block OSWRCH = &FFEE ; Write character to screen or output stream OSNEWL = &FFE7 ; Write a newline OSASCI = &FFE3 ; Write character, call OSNEWL if A=&0D