Difference between revisions of "84PCE:Syscalls:00010C"

From WikiTI
Jump to: navigation, search
(Created page with "bstix 000104 - bstix == Synopsis == '''Official Name:''' bstix '''Syscall Address:''' 000104h Perf...")
 
 
Line 1: Line 1:
 
[[Category:84PCE:Syscalls:By Name|bstix]]
 
[[Category:84PCE:Syscalls:By Name|bstix]]
[[Category:84PCE:Syscalls:By Address|000104 - bstix]]
+
[[Category:84PCE:Syscalls:By Address|00010C - bstix]]
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' bstix
 
'''Official Name:''' bstix
  
'''Syscall Address:''' 000104h
+
'''Syscall Address:''' 00010Ch
  
 
Performs a byte store (IX+BC),A
 
Performs a byte store (IX+BC),A

Latest revision as of 10:37, 12 April 2016

Synopsis

Official Name: bstix

Syscall Address: 00010Ch

Performs a byte store (IX+BC),A

Inputs

  • BC: 24-bit offset from ix
  • A: 8-bit integer to store

Outputs

  • None