This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
+ (negative) test for cmov/j/set without condition
florian
%!s(int64=3) %!d(string=hai) anos
pai
031651e426
achega
4459efed25
Modificáronse 1 ficheiros
con
8 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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.