Difference between revisions of "84PCE:Syscalls:020834"
From WikiTI
(Created page with "vPutS 020834 - vPutS == Synopsis == '''Hypothesized Official Name:''' vPutS '''Syscall Address:'''...") |
(→Synopsis) |
||
Line 6: | Line 6: | ||
'''Syscall Address:''' 020834h | '''Syscall Address:''' 020834h | ||
− | + | Places the string pointed to be HL at pencol and penrow respectively. | |
+ | |||
+ | See old vPuts routine. | ||
=== Inputs === | === Inputs === |
Latest revision as of 19:27, 4 May 2015
Contents
Synopsis
Hypothesized Official Name: vPutS
Syscall Address: 020834h
Places the string pointed to be HL at pencol and penrow respectively.
See old vPuts routine.
Inputs
- HL = pointer to string to display
Outputs
Text displayed
Destroys
Unknown.