A2osX/BIN/ASM.T.6502.S.txt
2017-03-29 17:48:15 +02:00

44 lines
820 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PR# 3
PREFIX /A2OSX.BUILD
NEW
INC 1
AUTO 6
.LIST OFF
.OR $0
.TF /A2OSX.DEV/BIN/ASM.T.6502
*---------------------------------------
.MA ST
.DA #:1-*-1
.AS "]1"
:1 .EQ *
.EM
*---------------------------------------
.DA T.ADDR.MODES
.DA T.REGISTERS
.DA T.OPCODES
*---------------------------------------
T.ADDR.MODES .EQ *
>ST "(a),Y"
>ST "(a,X)"
>ST "a"
>ST "a,X"
>ST "aa"
>ST "aa,X"
>ST "aa,Y"
>ST "i"
>ST "r"
>ST "(aa)"
>ST "a,Y"
.HS 00
*---------------------------------------
T.REGISTERS .EQ *
>ST "Y"
>ST "X"
.HS 00
*---------------------------------------
.INB BIN/ASM.T.6502.O
*---------------------------------------
MAN
SAVE /A2OSX.SRC/BIN/ASM.T.6502.S
ASM