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:
parent
825642e8b5
commit
9e031595ab
1 changed files with 2 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue