Fix Problem with SW Rnn registers

This commit is contained in:
Rémy GIBERT 2015-11-02 17:47:07 +01:00
parent 84712111d5
commit 39412c31ae
2 changed files with 16 additions and 1 deletions

View File

@ -54,7 +54,22 @@ T.ADDR.MODES .EQ *
.HS 00
*---------------------------------------
T.REGISTERS .EQ *
>ST "R"
>ST "R0"
>ST "R1"
>ST "R2"
>ST "R3"
>ST "R4"
>ST "R5"
>ST "R6"
>ST "R7"
>ST "R8"
>ST "R9"
>ST "R10"
>ST "R11"
>ST "R12"
>ST "R13"
>ST "R14"
>ST "R15"
.HS 00
*---------------------------------------
.INB BIN/ASM.T.SW16.O

Binary file not shown.