flycast/core/emitter
Iam Bot 0d69050b63 Documentation additions 2018-10-30 03:26:55 +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
types.h OSX: Fiddling to get the rec-cpp/noexcept path running 2015-08-11 07:57:22 -04:00
x86_emitter.cpp Merge master 2015-05-08 17:29:06 +02:00
x86_emitter.h Mac: Reference / implement preprocessor directives 2018-08-25 13:03:29 -04: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 linux: Sh4 dynarec works 2015-05-08 18:59:20 +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.