bug0175.pp 74 B

12345678
  1. {$asmmode att}
  2. var
  3. w : word;
  4. begin
  5. asm
  6. movl w,%ecx
  7. end;
  8. end.