Changes
From Final Fantasy Inside
no edit summary
* Opcode: '''0x96'''
* Short name: '''INC2'''
* Long name: Increment (16-bit)
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x96
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Destination bank.
* '''const UByte''' ''A'': Address.
==== Description ====
Increments the 16-bit value found at bank '''B''', address '''A'''. If the value is 0xFFFF, it will roll over to 0x0000.
* Short name: '''INC2'''
* Long name: Increment (16-bit)
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x96
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Destination bank.
* '''const UByte''' ''A'': Address.
==== Description ====
Increments the 16-bit value found at bank '''B''', address '''A'''. If the value is 0xFFFF, it will roll over to 0x0000.