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

From WikiTI
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:84PCE:Syscalls:By Name|ChkBCis0]]
+
[[Category:84PCE:Syscalls:By Name|ChkBCIs0]]
[[Category:84PCE:Syscalls:By Address|021D48 - ChkBCis0]]
+
[[Category:84PCE:Syscalls:By Address|021D48 - ChkBCIs0]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' ChkBCis0
+
'''Hypothesized Official Name:''' ChkBCIs0
  
 
'''Syscall Address:''' 021D48h
 
'''Syscall Address:''' 021D48h
Line 9: Line 9:
  
 
=== Inputs ===
 
=== Inputs ===
BC - value
+
* BC: value
  
 
=== Outputs ===
 
=== Outputs ===
Z flag set if BC == 0
+
* Z flag set if BC == 0
 
+
* A holds upper byte of BC
A holds upper byte of BC
+
  
 
=== Destroys ===
 
=== Destroys ===
 
* AF
 
* AF

Latest revision as of 12:38, 31 May 2016

Synopsis

Hypothesized Official Name: ChkBCIs0

Syscall Address: 021D48h

Checks if the 24-bit value in BC is 0.

Inputs

  • BC: value

Outputs

  • Z flag set if BC == 0
  • A holds upper byte of BC

Destroys

  • AF