Difference between revisions of "84PCE:Syscalls:020834"

From WikiTI
Jump to: navigation, search
(Created page with "vPutS 020834 - vPutS == Synopsis == '''Hypothesized Official Name:''' vPutS '''Syscall Address:'''...")
 
(Synopsis)
 
Line 6: Line 6:
 
'''Syscall Address:''' 020834h
 
'''Syscall Address:''' 020834h
  
Old vPutS routine.
+
Places the string pointed to be HL at pencol and penrow respectively.
 +
 
 +
See old vPuts routine.
  
 
=== Inputs ===
 
=== Inputs ===

Latest revision as of 20:27, 4 May 2015

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.