sd:vc-3_system_interrupt_table
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sd:vc-3_system_interrupt_table [2026/03/07 06:14] – appledog | sd:vc-3_system_interrupt_table [2026/03/07 06:17] (current) – appledog | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * Values: B, and C if needed | * Values: B, and C if needed | ||
| * Status: Carry flag | * Status: Carry flag | ||
| - | * Pointers: ELM, ELD (see calling convention) | + | * Pointers: ELM, FLD (see calling convention) |
| === Example Code | === Example Code | ||
| Line 25: | Line 25: | ||
| INT $05 | INT $05 | ||
| - | LDELD @string | + | LDELM @string |
| LDAH $62 ; IO_GETNUM | LDAH $62 ; IO_GETNUM | ||
| INT $05 | INT $05 | ||
| - | ; B has parsed | + | ; B contains the number |
| </ | </ | ||
sd/vc-3_system_interrupt_table.txt · Last modified: by appledog
