Difference between revisions of "84PCE:Syscalls:021D60"

From WikiTI
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
'''Syscall Address:''' 021D60h
 
'''Syscall Address:''' 021D60h
  
Sets A to the upper byte of BC.
+
Sets the upper byte of BC to A.
  
 
=== Inputs ===
 
=== Inputs ===
BC - value
+
* BC - value
  
A - new upper byte
+
* A - new upper byte
  
 
=== Outputs ===
 
=== Outputs ===
BC - new value
+
* BC - new value
  
 
=== Destroys ===
 
=== Destroys ===
 
* None
 
* None

Latest revision as of 11:57, 26 May 2016

Synopsis

Hypothesized Official Name: SetBCUtoA

Syscall Address: 021D60h

Sets the upper byte of BC to A.

Inputs

  • BC - value
  • A - new upper byte

Outputs

  • BC - new value

Destroys

  • None