This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
+ (negative) test for cmov/j/set without condition
florian
2 anni fa
parent
3b4c396edd
commit
7917cbed22
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
8
0
tests/tbf/tb0296.pp
+ 8
- 0
tests/tbf/tb0296.pp
Vedi File
@@ -0,0 +1,8 @@
+{ %cpu=i386,x86_64}
+{ %fail }
+
+begin
+ asm
+ cmov %eax,%ebx
+ end;
+end.