vim-ca65/doc/ca6502.txt
2023-12-09 23:24:28 +01:00

43 lines
1.8 KiB
Plaintext

*ca6502.txt* ca65 + 65C02
CONTENTS
Instruction list |ca6502-instructions|
ADC |ca6502-adc|
Addressing modes |ca6502-addressing-modes|
Status flags |ca6502-status-flags|
==============================================================================
This help file provides information on the ca6502 processor instructions.
You can jump to each instruction by using the corresponding keyword.
==============================================================================
INSTRUCTIONS *ca6502-instructions*
------------------------------------------------------------------------------
ADC *ca6502-adc*
Add with Carry~
A + M + C -> A `N V - - - - Z C` |ca6502-status-flags|
Addressing Modes~
a a,x a,y # zp (zp,x) zp,x (zp) (zp),y |ca6502-addresing-modes|
------------------------------------------------------------------------------
AND *ca6502-and*
Add with Carry~
A ^ M -> A ` N - - - - - Z -` |ca6502-status-flags|
Addressing Modes~
a a,x a,y # zp (zp,x) zp,x (zp) (zp),y |ca6502-addresing-modes|
==============================================================================
ADDRESSING MODES *ca6502-addressing-modes*
==============================================================================
Status flags *ca6502-status-flags*
Use the following commands to navigate this help file:
:help ADC Jump to the Add with Carry instruction
==============================================================================
vim:tw=78:sta:noet:ts=8:sts=0:ft=help:fen: