X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=OpAny.cpp;h=8cb8c09a936423dc1e61f70acf9c4d7e7ce1c35e;hp=63a7e1ff2cadc9fe66ede75e0a181583fa62a052;hb=3504ce942735ae4283cd47ca6defaae87b550c57;hpb=cfe17eee41a12da11f69660c2764813e94d871ea diff --git a/OpAny.cpp b/OpAny.cpp index 63a7e1f..8cb8c09 100644 --- a/OpAny.cpp +++ b/OpAny.cpp @@ -159,6 +159,12 @@ int OpGetFlags(int subtract,int xbit,int specialz) return 0; } +void OpGetFlagsNZ(int rd) +{ + ot(" and r10,r%d,#0x80000000 ;@ r10=N_flag\n",rd); + ot(" orreq r10,r10,#0x40000000 ;@ get NZ, clear CV\n"); +} + // ----------------------------------------------------------------- int g_op;