Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
bcj_test.c File Reference

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)
 

Detailed Description

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.

Function Documentation

◆ call()

int call ( int a,
int b )
extern

◆ jump()

int jump ( int a,
int b )
extern

◆ main()

int main ( int argc,
char ** argv )