Commit Graph

29 Commits

Author SHA1 Message Date
Pierre Muller
219fedfea6 Restore start section at end of assembler block inside z80 asm reader 2023-05-15 19:51:11 +02:00
pierre
0cc91a50c7 Fix z80 compiler failure after change to ConcatConstSymbol in commit #47668
git-svn-id: trunk@47675 -
2020-12-03 11:05:36 +00:00
florian
1d3ed354de * patch by J. Gareth Moreton: unifies internalerrors, resolves #37471
git-svn-id: trunk@46234 -
2020-08-04 20:51:52 +00:00
nickysn
09bd361b48 + support the OFFSET directive in the Z80 inline assembler reader
git-svn-id: trunk@45618 -
2020-06-07 22:17:10 +00:00
nickysn
c90f78488c + added the 'AREA' directive support to the Z80 inline assembler, that allows
you to define custom sections

git-svn-id: trunk@45617 -
2020-06-07 20:47:37 +00:00
svenbarth
b2d6c36e70 + add support for DEFB and DEFW directives to the internal assembler reader
git-svn-id: trunk@45591 -
2020-06-06 17:15:53 +00:00
nickysn
f71b6f341b + added JRJP to various instruction lists
git-svn-id: trunk@45497 -
2020-05-25 16:12:06 +00:00
nickysn
9ce97e6ba5 + also recognize alternate registers in the Z80 inline asm scanner. This allows
the "EX AF,AF'" instruction to be accepted and assembled as well.

git-svn-id: trunk@45332 -
2020-05-11 00:55:32 +00:00
nickysn
b581751ef3 - cleaned up some x86-specific code from the Z80 inline asm reader
git-svn-id: trunk@45331 -
2020-05-11 00:46:24 +00:00
nickysn
6e1dd417cf + only allow the first operand to be a condition
git-svn-id: branches/z80@44886 -
2020-04-20 17:07:21 +00:00
nickysn
a6e72713ad + support conditions in the Z80 inline assembler
git-svn-id: branches/z80@44885 -
2020-04-20 17:02:03 +00:00
nickysn
e5f4419694 + also support local labels in the Z80 inline assembler reader
git-svn-id: branches/z80@44884 -
2020-04-20 16:08:13 +00:00
nickysn
90fa75fb7a + support labels in the Z80 inline assembler
git-svn-id: branches/z80@44883 -
2020-04-20 15:49:11 +00:00
nickysn
27e01155a5 - cleaned up lots of unused commented out code from the z80 asm reader
git-svn-id: branches/z80@44808 -
2020-04-18 23:43:41 +00:00
nickysn
a512b0cc99 + some reference handling fixes
git-svn-id: branches/z80@44806 -
2020-04-18 23:32:39 +00:00
nickysn
47bfe41766 + initial implementation of const and ref operands (refs not fully working yet)
git-svn-id: branches/z80@44805 -
2020-04-18 23:25:02 +00:00
nickysn
0dcccfb4bd + implemented support for operands in the z80 asm reader - support only registers for now
git-svn-id: branches/z80@44803 -
2020-04-18 22:27:32 +00:00
nickysn
383e834324 + handle 0 operand instructions in the z80 asm reader
git-svn-id: branches/z80@44802 -
2020-04-18 22:12:43 +00:00
nickysn
407d19560c + handle and skip AS_SEPARATOR in the z80 assembler reader
git-svn-id: branches/z80@44801 -
2020-04-18 21:58:21 +00:00
nickysn
dced623ab2 + implemented tz80reader.gettoken
git-svn-id: branches/z80@44800 -
2020-04-18 21:54:14 +00:00
nickysn
97f7095109 + some more z80 asm reader stuff
git-svn-id: branches/z80@44786 -
2020-04-18 15:27:47 +00:00
nickysn
4e5e42f839 + added the AS_END directive
git-svn-id: branches/z80@44784 -
2020-04-18 14:34:36 +00:00
nickysn
6e0bdaf128 + implemented tz80reader.is_asmopcode
git-svn-id: branches/z80@44783 -
2020-04-18 14:32:44 +00:00
nickysn
5a94c2adbe + added tz80reader comment for lazarus autocompletion
git-svn-id: branches/z80@44782 -
2020-04-18 14:23:11 +00:00
nickysn
4e7e48ef32 * moved tz80reader comment
git-svn-id: branches/z80@44781 -
2020-04-18 14:22:42 +00:00
nickysn
f78fef23a2 + implemented tz80reader.is_register
git-svn-id: branches/z80@44780 -
2020-04-18 14:20:17 +00:00
nickysn
8164d91050 + defined some tokens for the z80 asm reader
git-svn-id: branches/z80@44779 -
2020-04-18 14:17:06 +00:00
nickysn
4ba42b5b5f + build the z80 assembler reader units (not working yet)
git-svn-id: branches/z80@44778 -
2020-04-18 13:46:42 +00:00
florian
ea52a23179 + skeleton for Z80 support
git-svn-id: branches/z80@35665 -
2017-03-26 19:10:50 +00:00