tbf0175.pp 117 B

12345678910
  1. { this will just give out an error }
  2. {$asmmode att}
  3. {$R+}
  4. var
  5. w : word;
  6. begin
  7. asm
  8. movl w,%ecx
  9. end;
  10. end.