1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00

README.md: minor improvements to interrupt section.

This commit is contained in:
Henrik Hautakoski 2019-04-26 15:26:14 +02:00
parent 825642e8b5
commit 9e031595ab
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -86,6 +86,8 @@ The interrupt number is stored in `reg` (note that for interrupts this is a cons
The `data` field can be used as an argument to the interrupt.
### Interrupt functions overview
| Number | Name | data | Description |
|-------:|-----------|--------|----------------------------------------------------------|
| 10 | I/O Write | format | Outputs a value to the screen, value are stored in `r15` |