Index | Fejlesztés Development | CPU | Számítógép Computer | Assembler | Monitor | Függvények Library
Visszatérés a felhasználói programból a monitorhoz. A függvény nem tér vissza, azonban a program a go monitor paranccsal folytatható a hívás utáni utasítástól. Return from the user program to the monitor. The function does not return, but the program can be continued from the statement following the call with the go monitor command.
Feltételes visszatérés a felhasználói programból a monitorhoz, ha a soros vonalon van beolbasható karakter. A függvény nem tér vissza, azonban a program a go monitor paranccsal folytatható a hívás utáni utasítástól. Conditional return from the user program to the monitor if there is a readable character on the serial line. The function does not return, but the program can be continued from the statement after the call with the go monitor command.
Feltételes visszatérés a felhasználói programból a monitorhoz, ha az R0-ban megadott sorszámú nyomógmb megnyomódik. A függvény nem tér vissza, azonban a program a go monitor paranccsal folytatható a hívás utáni utasítástól. Conditional return from the user program to the monitor if the pushbutton with the number specified in R0 is pressed. The function does not return, but the program can be continued from the instruction following the call with the monitor command go.
A pmon monitor program verziószámát adja meg. Az eredmény 1. bájtja a fő verziószám, a 0. bájt pedig az al verziószám. Returns the version number of the pmon monitor program. The 1st byte of the result is the major version number, and the 0th byte is the minor version number.
Kilépés a programból, feltétel nélküli és végleges visszatérés a monitorhoz. Exit the program, unconditional and final return to the monitor.