comparison gen_x86.h @ 594:086de8692932

Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. Fix generation of save and load context for Z80
author Michael Pavone <pavone@retrodev.com>
date Fri, 26 Dec 2014 12:34:41 -0800
parents 5ef3fe516da9
children 98927f1b005b
comparison
equal deleted inserted replaced
593:5ef3fe516da9 594:086de8692932
36 CC_O = 0, 36 CC_O = 0,
37 CC_NO, 37 CC_NO,
38 CC_C, 38 CC_C,
39 CC_B = CC_C, 39 CC_B = CC_C,
40 CC_NC, 40 CC_NC,
41 CC_NB = CC_NC,
41 CC_Z, 42 CC_Z,
42 CC_NZ, 43 CC_NZ,
43 CC_BE, 44 CC_BE,
44 CC_A, 45 CC_A,
45 CC_S, 46 CC_S,