![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Source code of compress_prepared_bcj_*. More...
Functions | |
int | jump (int a, int b) |
int | call (int a, int b) |
int | main (int argc, char **argv) |
Source code of compress_prepared_bcj_*.
This is a simple program that should make the compiler to generate PC-relative branches, jumps, and calls. The compiled files can then be used to test the branch conversion filters. Note that this program itself does nothing useful.
Compiling: gcc -std=c99 -fPIC -c bcj_test.c Don't optimize or strip.