update generated bindings

This commit is contained in:
Nicolas PLANEL 2016-04-11 23:05:11 +10:00
parent c086c904d3
commit a66b4b425c
3 changed files with 24 additions and 0 deletions

View File

@ -478,4 +478,12 @@ public class M68k_const {
public static final int M68K_INS_TST = 372;
public static final int M68K_INS_UNLK = 373;
public static final int M68K_INS_UNPK = 374;
// Group of M68K instructions
public static final int M68K_GRP_INVALID = 0;
public static final int M68K_GRP_JUMP = 1;
public static final int M68K_GRP_RET = 3;
public static final int M68K_GRP_IRET = 5;
public static final int M68K_GRP_ENDING = 6;
}

View File

@ -475,3 +475,11 @@ let _M68K_INS_TRAPLE = 371;;
let _M68K_INS_TST = 372;;
let _M68K_INS_UNLK = 373;;
let _M68K_INS_UNPK = 374;;
(* Group of M68K instructions *)
let _M68K_GRP_INVALID = 0;;
let _M68K_GRP_JUMP = 1;;
let _M68K_GRP_RET = 3;;
let _M68K_GRP_IRET = 5;;
let _M68K_GRP_ENDING = 6;;

View File

@ -475,3 +475,11 @@ M68K_INS_TRAPLE = 371
M68K_INS_TST = 372
M68K_INS_UNLK = 373
M68K_INS_UNPK = 374
# Group of M68K instructions
M68K_GRP_INVALID = 0
M68K_GRP_JUMP = 1
M68K_GRP_RET = 3
M68K_GRP_IRET = 5
M68K_GRP_ENDING = 6