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

From WikiTI
Jump to: navigation, search
(Created page with "SetBCtoHLminusBC 021DA8 - SetBCtoHLminusBC == Synopsis == '''Hypothesized Official Name:''' SetBCtoH...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:84PCE:Syscalls:By Name|SetBCtoHLminusBC]]
+
[[Category:84PCE:Syscalls:By Name|NegBC]]
[[Category:84PCE:Syscalls:By Address|021DA8 - SetBCtoHLminusBC]]
+
[[Category:84PCE:Syscalls:By Address|021DA8 - NegBC]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' SetBCtoHLminusBC
+
'''Hypothesized Official Name:''' NegBC
  
 
'''Syscall Address:''' 021DA8h
 
'''Syscall Address:''' 021DA8h
  
Stores the result of HL-BC into BC.
+
Does 0-BC and stores the result in BC.
  
 
=== Inputs ===
 
=== Inputs ===
HL - minuend
+
BC - value
 
+
BC - subtrahend
+
  
 
=== Outputs ===
 
=== Outputs ===
BC = difference
+
BC = 0-value
  
 
=== Destroys ===
 
=== Destroys ===
 
* None
 
* None

Latest revision as of 12:58, 4 September 2015

Synopsis

Hypothesized Official Name: NegBC

Syscall Address: 021DA8h

Does 0-BC and stores the result in BC.

Inputs

BC - value

Outputs

BC = 0-value

Destroys

  • None