This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
+ (negative) test for cmov/j/set without condition
florian
2 years ago
parent
3b4c396edd
commit
7917cbed22
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
tests/tbf/tb0296.pp
+ 8
- 0
tests/tbf/tb0296.pp
View File
@@ -0,0 +1,8 @@
+{ %cpu=i386,x86_64}
+{ %fail }
+
+begin
+ asm
+ cmov %eax,%ebx
+ end;
+end.