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

From WikiTI
Jump to: navigation, search
(Created page with "SetBCUtoA 021D60 - SetBCUtoA == Synopsis == '''Hypothesized Official Name:''' SetBCUtoA '''Syscall...")
 
Line 6: Line 6:
 
'''Syscall Address:''' 021D60h
 
'''Syscall Address:''' 021D60h
  
Sets the upper byte of BC to A.
+
Sets A to the upper byte of BC.
  
 
=== Inputs ===
 
=== Inputs ===

Revision as of 18:44, 4 May 2015

Synopsis

Hypothesized Official Name: SetBCUtoA

Syscall Address: 021D60h

Sets A to the upper byte of BC.

Inputs

BC - value

A - new upper byte

Outputs

BC - new value

Destroys

  • None