pierre
|
0cc91a50c7
Fix z80 compiler failure after change to ConcatConstSymbol in commit #47668
|
4 years ago |
florian
|
1d3ed354de
* patch by J. Gareth Moreton: unifies internalerrors, resolves #37471
|
5 years ago |
nickysn
|
09bd361b48
+ support the OFFSET directive in the Z80 inline assembler reader
|
5 years ago |
nickysn
|
c90f78488c
+ added the 'AREA' directive support to the Z80 inline assembler, that allows
|
5 years ago |
svenbarth
|
b2d6c36e70
+ add support for DEFB and DEFW directives to the internal assembler reader
|
5 years ago |
nickysn
|
f71b6f341b
+ added JRJP to various instruction lists
|
5 years ago |
nickysn
|
9ce97e6ba5
+ also recognize alternate registers in the Z80 inline asm scanner. This allows
|
5 years ago |
nickysn
|
b581751ef3
- cleaned up some x86-specific code from the Z80 inline asm reader
|
5 years ago |
nickysn
|
6e1dd417cf
+ only allow the first operand to be a condition
|
5 years ago |
nickysn
|
a6e72713ad
+ support conditions in the Z80 inline assembler
|
5 years ago |
nickysn
|
e5f4419694
+ also support local labels in the Z80 inline assembler reader
|
5 years ago |
nickysn
|
90fa75fb7a
+ support labels in the Z80 inline assembler
|
5 years ago |
nickysn
|
27e01155a5
- cleaned up lots of unused commented out code from the z80 asm reader
|
5 years ago |
nickysn
|
a512b0cc99
+ some reference handling fixes
|
5 years ago |
nickysn
|
47bfe41766
+ initial implementation of const and ref operands (refs not fully working yet)
|
5 years ago |
nickysn
|
0dcccfb4bd
+ implemented support for operands in the z80 asm reader - support only registers for now
|
5 years ago |
nickysn
|
383e834324
+ handle 0 operand instructions in the z80 asm reader
|
5 years ago |
nickysn
|
407d19560c
+ handle and skip AS_SEPARATOR in the z80 assembler reader
|
5 years ago |
nickysn
|
dced623ab2
+ implemented tz80reader.gettoken
|
5 years ago |
nickysn
|
97f7095109
+ some more z80 asm reader stuff
|
5 years ago |
nickysn
|
4e5e42f839
+ added the AS_END directive
|
5 years ago |
nickysn
|
6e0bdaf128
+ implemented tz80reader.is_asmopcode
|
5 years ago |
nickysn
|
5a94c2adbe
+ added tz80reader comment for lazarus autocompletion
|
5 years ago |
nickysn
|
4e7e48ef32
* moved tz80reader comment
|
5 years ago |
nickysn
|
f78fef23a2
+ implemented tz80reader.is_register
|
5 years ago |
nickysn
|
8164d91050
+ defined some tokens for the z80 asm reader
|
5 years ago |
nickysn
|
4ba42b5b5f
+ build the z80 assembler reader units (not working yet)
|
5 years ago |
florian
|
ea52a23179
+ skeleton for Z80 support
|
8 years ago |