This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
fpc
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=2) %!d(string=hai) anos
pai
3b4c396edd
achega
7917cbed22
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.