This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
freepascal.compiler
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
+ (negative) test for cmov/j/set without condition
florian
há 3 anos atrás
pai
031651e426
commit
4459efed25
1 ficheiros alterados
com
8 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
8
0
tests/tbf/tb0296.pp
+ 8
- 0
tests/tbf/tb0296.pp
Ver Ficheiro
@@ -0,0 +1,8 @@
+{ %cpu=i386,x86_64}
+{ %fail }
+
+begin
+ asm
+ cmov %eax,%ebx
+ end;
+end.