42bafcfb8ea0cec4a527ef2a4ed0e04992eb20a3
[org.ibex.core.git] / src / org / xwt / translators / MSPack.c
1 // Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
2
3 /* NOTE: _user_info is defined in crt0.c. It points to a 4096 byte
4    block of memory that contains 1024 32-bit values that can be set
5    with the setUserInfo() method of MIPSEmu.
6
7    The VM will pause after initialization.  When unpaused, it expects
8    that:
9
10        FIXME
11
12 */
13
14 int main(int argc, char** argv) {
15   // FIXME: do some cool stuff here
16 }