Description : With this program you can open all type of CP files (EXPR, MEM, MAT, LIST, ...) in hexa or char mode and then edit them and save them
/!\ * in char edit mode, the 0x00 bytes are changed in small triangles
* REAL, CPLX, EXPR and TREE are all shown as EXPR type files in the CP files explorer (but the one that is use by the CP is TREE)
* PRGM, EXE and TEXT files are all PRGM files but they change with the 8 firsts bytes (2 x int)
* A CP file always has a size of 4*n bytes
I made this program because I want to create an add-in that can make PRGM files with EXE files...and then I had to find how work the EXE files. With that I found all codes of the CP commands and then new fonctions ( element() (that I haven't yet understood), insert(), completeSqr(), conicsForm()), command (Receive, Send, CheckNaturalNum), variable systems (randResult, Seed,...) but also other things that I can't understand (select, move, cursor)
|