Ignore:
Timestamp:
Nov 6, 2009, 10:24:38 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Třída pro obsluhu čísel s dynamickou velikostí.
  • Přidáno: Struktury pro vytváření specifikace assembleru a strojových kódů.
Location:
branches/Z80
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Z80

    • Property svn:ignore set to
      backup
      Compiler.exe
      lib
  • branches/Z80/Compiler.dpr

    r1 r2  
    66{R-}
    77{  $M 16384,0,655360   }
    8 
    9 uses
    10   UZ80Compiler in 'UZ80Compiler.pas';
    118
    129CONST
     
    455452         done := FALSE;
    456453         WHILE (Length(line)>0) AND NOT done DO BEGIN
    457             word := word + Upcase(line[1]);
     454      word := word + Upcase(line[1]);
    458455            Delete(line,1,1);
    459             IF Length(line)>0 THEN
     456      IF Length(line)>0 THEN
    460457               done := Pos(Upcase(line[1]),AlphaNumeric)=0;
    461458         END;
Note: See TracChangeset for help on using the changeset viewer.