- cleaned up some x86-specific code from the Z80 inline asm reader

git-svn-id: trunk@45331 -
This commit is contained in:
nickysn 2020-05-11 00:46:24 +00:00
parent 0fbd418cb7
commit b581751ef3

View File

@ -288,16 +288,6 @@ Unit raz80asm;
actasmpattern[0]:=chr(len);
actasmpattern_origcase:=actasmpattern;
uppervar(actasmpattern);
{$ifdef x86}
{ only x86 architectures have instruction prefixes }
{ Opcode, can only be when the previous was a prefix }
If is_prefix(actopcode) and is_asmopcode(actasmpattern) then
Begin
uppervar(actasmpattern);
exit;
end;
{$endif x86}
{ check for end which is a reserved word unlike the opcodes }
if actasmpattern = 'END' then
begin