Difference between revisions of "Talk:Glossary"

From FF5 Hacking Wiki
Jump to navigation Jump to search
(Created page with "Found these that are not mentioned (yet) {| class="wikitable" ! Instruction !! Description |- ! CLP | clear bits in P |- ! CLR | store a zero into memory |- ! CSP | cal...")
 
m
 
Line 36: Line 36:
 
! SHR  
 
! SHR  
 
|  shift right acc/mem
 
|  shift right acc/mem
 +
|-
 +
! STA
 +
|  Store Accumulator
 
|-
 
|-
 
! SWA  
 
! SWA  

Latest revision as of 01:51, 17 March 2019

Found these that are not mentioned (yet)

Instruction Description
CLP clear bits in P
CLR store a zero into memory
CSP call system procedure
HLT halt (stop) the clock
MVN block move (decrement)
MVP block move (increment)
PUL pop operand
PSH push operand
RET return from subroutine
SHL shift left acc/mem
SHR shift right acc/mem
STA Store Accumulator
SWA swap accumulator halves
TCB test and clear bit
TAD transfer acc to D
TAS transfer acc to S
TDA transfer D to acc
TSA transfer S to acc