| OLD | NEW |
| 1 \input texinfo.tex @c -*-texinfo-*- | 1 \input texinfo.tex @c -*-texinfo-*- |
| 2 @comment %**start of header | 2 @comment %**start of header |
| 3 @setfilename texinfo | 3 @setfilename texinfo |
| 4 @settitle Texinfo @value{edition} | 4 @settitle Texinfo @value{edition} |
| 5 @syncodeindex vr fn | 5 @syncodeindex vr fn |
| 6 @footnotestyle separate | 6 @footnotestyle separate |
| 7 @paragraphindent 2 | 7 @paragraphindent 2 |
| 8 @smallbook | 8 @smallbook |
| 9 @comment %**end of header | 9 @comment %**end of header |
| 10 | 10 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 @finalout | 47 @finalout |
| 48 | 48 |
| 49 @c Currently undocumented command, 5 December 1993: | 49 @c Currently undocumented command, 5 December 1993: |
| 50 @c | 50 @c |
| 51 @c nwnode (Same as node, but no warnings; for `makeinfo'.) | 51 @c nwnode (Same as node, but no warnings; for `makeinfo'.) |
| 52 | 52 |
| 53 @ifinfo | 53 @ifinfo |
| 54 This file documents Texinfo, a documentation system that uses a single | 54 This file documents Texinfo, a documentation system that uses a single |
| 55 source file to produce both on-line information and a printed manual. | 55 source file to produce both on-line information and a printed manual. |
| 56 | 56 |
| 57 Copyright (C) 1988, 1990-1993, 1995, 2010-2012 Free Software Foundation, | 57 Copyright (C) 1988-2013 Free Software Foundation, Inc. |
| 58 Inc. | |
| 59 | 58 |
| 60 This is the second edition of the Texinfo documentation,@* | 59 This is the second edition of the Texinfo documentation,@* |
| 61 and is consistent with version 2 of @file{texinfo.tex}. | 60 and is consistent with version 2 of @file{texinfo.tex}. |
| 62 | 61 |
| 63 Permission is granted to make and distribute verbatim copies of | 62 Permission is granted to make and distribute verbatim copies of |
| 64 this manual provided the copyright notice and this permission notice | 63 this manual provided the copyright notice and this permission notice |
| 65 are preserved on all copies. | 64 are preserved on all copies. |
| 66 | 65 |
| 67 @ignore | 66 @ignore |
| 68 Permission is granted to process this file through TeX and print the | 67 Permission is granted to process this file through TeX and print the |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 * First Chappeter:: Getting started .... | 772 * First Chappeter:: Getting started .... |
| 774 * Second Chapter:: Getting finished .... | 773 * Second Chapter:: Getting finished .... |
| 775 | 774 |
| 776 | 775 |
| 777 @end menu | 776 @end menu |
| 778 | 777 |
| 779 | 778 |
| 780 PSIM is a program written in extended ANSI-C that implements an | 779 PSIM is a program written in extended ANSI-C that implements an |
| 781 instruction level simulation of the PowerPC environment. It is freely | 780 instruction level simulation of the PowerPC environment. It is freely |
| 782 available in source code form under the terms of the GNU General | 781 available in source code form under the terms of the GNU General |
| 783 Public License (version 2 or later). | 782 Public License (version 3 or later). |
| 784 | 783 |
| 785 The PowerPC Architecture is described as having three levels of | 784 The PowerPC Architecture is described as having three levels of |
| 786 compliance: | 785 compliance: |
| 787 | 786 |
| 788 UEA - User Environment Architecture | 787 UEA - User Environment Architecture |
| 789 VEA - Virtual Environment Architecture | 788 VEA - Virtual Environment Architecture |
| 790 OEA - Operating Environment Architecture | 789 OEA - Operating Environment Architecture |
| 791 | 790 |
| 792 PSIM both implements all three levels of the PowerPC and includes (for | 791 PSIM both implements all three levels of the PowerPC and includes (for |
| 793 each level) a corresponding simulated run-time environment. | 792 each level) a corresponding simulated run-time environment. |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1098 PSIM can't run rs6000/AIX binaries - At present PSIM can only | 1097 PSIM can't run rs6000/AIX binaries - At present PSIM can only |
| 1099 simulate static executables. Since an AIX executable is | 1098 simulate static executables. Since an AIX executable is |
| 1100 never static, PSIM is unable to simulate its execution. | 1099 never static, PSIM is unable to simulate its execution. |
| 1101 | 1100 |
| 1102 PSIM is still under development - consequently there are going | 1101 PSIM is still under development - consequently there are going |
| 1103 to be bugs. | 1102 to be bugs. |
| 1104 | 1103 |
| 1105 See the file BUGS (included in the distribution) for any | 1104 See the file BUGS (included in the distribution) for any |
| 1106 other outstanding issues. | 1105 other outstanding issues. |
| 1107 | 1106 |
| OLD | NEW |