flycast/core/emitter
scribam 3198cf65d9 Remove old "types.h" for x86_emitter 2020-03-30 23:00:43 +02:00
..
README.md Documentation additions 2018-10-30 03:26:55 +02:00
emitter.vcxproj Moving code around, cleanups 2013-12-28 22:20:08 +01:00
emitter.vcxproj.user Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_class_names.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_class_names_string.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_descriptors.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
generated_indexes.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
x86_emitter.cpp Remove old "types.h" for x86_emitter 2020-03-30 23:00:43 +02:00
x86_emitter.h Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
x86_matcher.h linux: Sh4 dynarec works 2015-05-08 18:59:20 +02:00
x86_op_classes.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00
x86_op_encoder.h Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
x86_op_table.h Moving code around, cleanups 2013-12-28 22:20:08 +01:00

README.md

Our Emitter

Oh god , x86 is a sooo badly designed opcode arch -_-


Emitters are the place where you have functions that you give symbolic instructions and you get binaries out.