Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/external/source/unixasm/aix-power-cntsockcode.rc
Views: 11766
/* * aix-power-cntsockcode.c * Copyright 2008 Ramon de Carvalho Valle <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ /* * Supported AIX versions: * * -DAIX614 AIX Version 6.1.4 * -DAIX613 AIX Version 6.1.3 * -DAIX612 AIX Version 6.1.2 * -DAIX611 AIX Version 6.1.1 * -DAIX5310 AIX Version 5.3.10 * -DAIX539 AIX Version 5.3.9 * -DAIX538 AIX Version 5.3.8 * -DAIX537 AIX Version 5.3.7 * */ #define CNTSOCKADDR 32 #define CNTSOCKPORT 30 char cntsockcode[]= /* 200 bytes */ "\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */ "\x40\x82\xff\xfd" /* bnel <cntsockcode> */ "\x7f\xc8\x02\xa6" /* mflr r30 */ "\x3b\xde\x01\xff" /* cal r30,511(r30) */ "\x3b\xde\xfe\x25" /* cal r30,-475(r30) */ "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x20" /* bctr */ "\xff\x02\x04\xd2" /* .long 0xff0204d2 */ "\x7f\x00\x00\x01" /* .long 0x7f000001 */ "\x4c\xc6\x33\x42" /* crorc 6,6,6 */ "\x44\xff\xff\x02" /* svca 0 */ "\x3b\xde\xff\xf8" /* cal r30,-8(r30) */ "\x3b\xa0\x07\xff" /* lil r29,2047 */ "\x38\x9d\xf8\x02" /* cal r4,-2046(r29) */ "\x38\x7d\xf8\x03" /* cal r3,-2045(r29) */ <%= @socket %> "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x21" /* bctrl */ "\x7c\x7c\x1b\x78" /* mr r28,r3 */ "\x38\xbd\xf8\x11" /* cal r5,-2031(r29) */ "\x38\x9e\xff\xf8" /* cal r4,-8(r30) */ <%= @connect %> "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x21" /* bctrl */ "\x3b\x7d\xf8\x03" /* cal r27,-2045(r29) */ "\x7f\x63\xdb\x78" /* mr r3,r27 */ <%= @close %> "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x21" /* bctrl */ "\x7f\x65\xdb\x78" /* mr r5,r27 */ "\x7c\x84\x22\x78" /* xor r4,r4,r4 */ "\x7f\x83\xe3\x78" /* mr r3,r28 */ <%= @kfcntl %> "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x21" /* bctrl */ "\x37\x7b\xff\xff" /* ai. r27,r27,-1 */ "\x40\x80\xff\xd4" /* bge <cntsockcode+100> */ "\x7c\xa5\x2a\x79" /* xor. r5,r5,r5 */ "\x40\x82\xff\xfd" /* bnel <cntsockcode+148> */ "\x7f\x08\x02\xa6" /* mflr r24 */ "\x3b\x18\x01\xff" /* cal r24,511(r24) */ "\x38\x78\xfe\x29" /* cal r3,-471(r24) */ "\x98\xb8\xfe\x31" /* stb r5,-463(r24) */ "\x94\xa1\xff\xfc" /* stu r5,-4(r1) */ "\x94\x61\xff\xfc" /* stu r3,-4(r1) */ "\x7c\x24\x0b\x78" /* mr r4,r1 */ <%= @execve %> "\x7f\xc9\x03\xa6" /* mtctr r30 */ "\x4e\x80\x04\x21" /* bctrl */ "/bin/csh" ;