-
- Downloads
py/emitnative: Clean up asm macro names so they have dest as first arg.
All the asm macro names that convert a particular architecture to a generic interface now follow the convention whereby the "destination" (usually a register) is specified first.
Showing
- py/asmarm.h 5 additions, 10 deletionspy/asmarm.h
- py/asmthumb.h 5 additions, 10 deletionspy/asmthumb.h
- py/asmx64.h 5 additions, 10 deletionspy/asmx64.h
- py/asmx86.h 5 additions, 10 deletionspy/asmx86.h
- py/asmxtensa.h 5 additions, 10 deletionspy/asmxtensa.h
- py/emitnative.c 56 additions, 49 deletionspy/emitnative.c
Please register or sign in to comment