5348 Commits

Author SHA1 Message Date
David Given
fd651d83be Rename branch.
--HG--
branch : stable_2-branch
2015-06-18 23:39:26 +02:00
cvs2hg
312f3d1835 fixup commit for branch 'stable_2'
--HG--
branch : stable_2
1994-12-06 09:12:27 +00:00
ceriel
7393f8923c Many changes:
- added some data flow stuff
- many cosmetic changes
1994-12-06 09:12:21 +00:00
ceriel
ef0ecb31b2 Fix: sometimes produced branch to non-existing label 1994-11-29 14:53:02 +00:00
ceriel
63d0700af1 Fix: made 'rep' equivalent to 'repz' 1994-11-16 14:43:42 +00:00
ceriel
33da68f7e2 made statbuf static, so that is is zero when not initialized 1994-11-14 12:34:50 +00:00
ceriel
e10145ba2e exit with erno+1, because otherwise exit status is 0 with array bound error 1994-11-14 11:51:24 +00:00
ceriel
e441b2f658 disabled a warning 1994-11-01 11:45:23 +00:00
ceriel
c7b707c266 SkipToNewLine() fixed: did not work with a / at the end of a line 1994-10-28 15:26:36 +00:00
ceriel
8061bab6a9 removed warning and fixed two problems:
- remove_def was wrong, and parameter defs should not be removed at the
  end of a scope
1994-10-27 14:57:48 +00:00
ceriel
4c26480d25 Fix: sometimes wrote register gotten from pop_reg(); Fix: WINDOWSIZE; Fix: make distr 1994-10-25 16:14:08 +00:00
ceriel
d992ed4935 mark file parameters as used in reads/writes 1994-10-25 15:41:59 +00:00
ceriel
a1a816ddc2 Avoid some empty if- and else- parts. gcc -Wall does not like it 1994-10-20 12:43:35 +00:00
ceriel
7b996be765 void LoadChar 1994-10-20 11:52:15 +00:00
ceriel
4851c0c9f3 Fine tuning of some patterns 1994-10-19 14:09:26 +00:00
ceriel
cfbdef35e7 A couple of fixes: use Bourne shell, and fixed recursive call of get_sys 1994-10-18 16:07:27 +00:00
ceriel
29a640446a Remove prototype idfs in casts! 1994-10-18 13:43:50 +00:00
ceriel
d1e4c3d930 Fixed: union initialization did not work properly 1994-10-03 12:57:39 +00:00
ceriel
c3ad2ccc5e Improved driver, handles quotes better 1994-09-16 12:41:55 +00:00
ceriel
3662861589 Changed PATH somewhat 1994-08-25 08:05:28 +00:00
ceriel
f54d79e41a removed un-used variable 1994-07-06 08:34:27 +00:00
ceriel
e2894d7a6e Header --> Id 1994-06-28 14:41:17 +00:00
ceriel
8636e9d10a Changed Header into Id 1994-06-27 08:03:14 +00:00
ceriel
1db6a3029b Header --> Id 1994-06-24 14:02:31 +00:00
ceriel
5c83e7dbb5 Header --> Id 1994-06-24 11:31:16 +00:00
ceriel
6cec9aca97 Header --> Id && bug fix 1994-06-24 07:25:30 +00:00
ceriel
910f827fe2 Header --> Id && bug fix 1994-06-23 16:08:51 +00:00
ceriel
273fb42833 Changed Header into Id 1994-06-23 13:47:02 +00:00
ceriel
11f3094b51 Fix: forgot to initialize malloced mem 1994-06-23 10:00:01 +00:00
ceriel
2b54fa3a19 Fix: also redefine LLsafeerror 1994-06-23 09:58:30 +00:00
ceriel
77c44b0f04 Minor fix in error message 1994-06-02 10:54:13 +00:00
ceriel
96172158e5 Fix: dit not handle multiple POINTER TO constructs right 1994-05-25 12:10:59 +00:00
ceriel
f06b39f112 removed wrong assertion 1994-04-19 10:46:08 +00:00
ceriel
dd67502468 Minor fix 1994-04-19 10:04:53 +00:00
ceriel
656fb00e9b Fix: error recovery sometimes skipped tokens it needed later on 1994-04-19 09:38:00 +00:00
ceriel
958aced01b Generate octal char constants instead of ints for LLsets 1994-04-12 13:53:38 +00:00
ceriel
8a670148e4 changed Header to Id 1994-03-11 10:37:39 +00:00
ceriel
b8b3054bba Fix: prevent unintentional token pasting 1994-03-01 15:04:52 +00:00
ceriel
b03e2f6a8b Also update alignment in complete_type(); resulted in obscure (and wrong) error message 1994-03-01 09:54:16 +00:00
ceriel
805a0a4b66 Added -DNDEBUG to compilation flags 1994-02-25 14:14:55 +00:00
ceriel
af0e9371e9 call abort() only when NDEBUG is not defined 1994-02-25 14:01:54 +00:00
ceriel
11682328eb get section alignments right 1994-01-14 11:42:01 +00:00
ceriel
3cd7046ec4 Updated 1993-12-15 13:28:16 +00:00
ceriel
5a99c436b6 minor change: commented __ANSI_H__INCLUDED after #endif 1993-12-15 09:55:35 +00:00
ceriel
6f23614b06 Fixed problem with calloc() declaration 1993-12-09 16:31:05 +00:00
ceriel
6561b6287f Fix: CMP instruction with small constant does not handle PC-relative 1993-12-06 10:14:43 +00:00
ceriel
fe99903321 Several changes: did not work right when compiled with the ANSI C compiler 1993-11-24 15:37:27 +00:00
ceriel
b7a5c1acc0 export WRITE 1993-11-24 15:32:45 +00:00
ceriel
48ab6fa908 Fixed typo 1993-11-24 13:01:08 +00:00
ceriel
ac6b7e7cf5 Export .stop 1993-11-24 12:57:43 +00:00
ceriel
acd80a39f2 Fixed typo 1993-11-24 12:54:29 +00:00
ceriel
1d6775dfa5 Wrong references to _endbss; changed to endbss 1993-11-24 12:45:29 +00:00
ceriel
c791a62031 Fixed: tail_mon2 instead of tail_sys 1993-11-24 12:42:08 +00:00
ceriel
a3de95550e define .cs[ab]4 instead of .cs[ab] 1993-11-24 12:39:21 +00:00
ceriel
67c750a70c Improved CSA some more 1993-11-24 12:39:19 +00:00
ceriel
0b7ae7a629 .long replaced by .data4 1993-11-24 12:37:16 +00:00
ceriel
e30d27c418 Fixed bug in newlabel: assertion was wrong 1993-11-24 12:07:26 +00:00
ceriel
12bc7ed391 Changed as suggested by Frans Meulenbroeks 1993-11-23 15:35:08 +00:00
ceriel
0e6e7bc913 Fixed for machines without .o 1993-11-19 09:59:11 +00:00
ceriel
75afbd450b Fixed problem with the IN operator 1993-11-19 09:53:47 +00:00
ceriel
618041f3ff Some minor modifications 1993-11-19 09:50:20 +00:00
ceriel
6b1a0c486f Fixed too large constant 1993-11-19 09:37:44 +00:00
ceriel
60192399dc Added declarations for static functions 1993-11-18 15:38:13 +00:00
ceriel
862f5da86d use 0xFFFF mask for printing shorts, and work around gcc 2.4.5 bug 1993-11-18 15:35:03 +00:00
ceriel
e3e19a7a0d signal now deals with void functions 1993-11-17 16:53:43 +00:00
ceriel
1ac5aa547d Fix: reset DISABLE_LANG and DISABLE_SUP when installing everything 1993-11-17 16:49:43 +00:00
ceriel
cf151967a5 signal now deals with void functions 1993-11-17 16:38:52 +00:00
ceriel
82f89c97a6 signal now deals with void functions 1993-11-17 16:27:44 +00:00
ceriel
2309d12210 Updated: signal now uses a void function 1993-11-17 11:04:32 +00:00
ceriel
90134a3bea Some minor changes 1993-11-17 10:25:17 +00:00
ceriel
5dfe51c5d4 Oops: committed wrong version 1993-11-17 09:37:02 +00:00
ceriel
875797a7d8 and again ... 1993-11-17 09:10:36 +00:00
ceriel
121cb0c285 Fixed: version with typo committed 1993-11-17 09:05:28 +00:00
ceriel
0dde39aa63 Fixed problem with IN operator 1993-11-16 16:31:27 +00:00
ceriel
cc61337a9f signal, second arg is void function 1993-11-16 12:03:22 +00:00
ceriel
5bbe789504 Some small fixes 1993-11-16 12:00:06 +00:00
ceriel
f5df1934b9 Define PRIVATE as static 1993-11-16 11:59:09 +00:00
ceriel
65592bae41 prevent some gcc warnings 1993-11-16 11:54:00 +00:00
ceriel
70b035d559 Define PRIVATE as static, and consequences 1993-11-16 11:49:17 +00:00
ceriel
0c60f4c22f Fixed several lint complaints 1993-11-16 11:35:23 +00:00
ceriel
8abba8b1a1 Changed: create directories if needed 1993-11-15 09:37:05 +00:00
ceriel
9fbd4783a7 Fixed bug with "/*" 1993-11-15 09:29:39 +00:00
ceriel
8998e56069 Fixed bug 1993-11-15 09:25:32 +00:00
ceriel
49f8a5a61b Fixed some minor problems 1993-11-12 16:59:06 +00:00
ceriel
a4a2ae8f96 catch is a signal arg, and should be void catch() 1993-11-12 16:57:15 +00:00
ceriel
03405742a3 noodstop is a signal arg, and should be void noodstop() 1993-11-12 16:53:24 +00:00
ceriel
dbdf63595a Realloc call: put cast in front of first arg 1993-11-12 15:48:22 +00:00
ceriel
b6ba1452f8 made symbol2str decl global 1993-11-12 15:45:09 +00:00
ceriel
e37939e8c8 Correction: also put ack_sys in conf/bin, otherwise mk_makefile does not work 1993-11-12 15:38:49 +00:00
ceriel
57f0474d91 updated 1993-11-12 15:37:30 +00:00
ceriel
332b6cb337 Minor changes: gave double def of __ctype with gcc on solaris 2 1993-11-12 15:16:08 +00:00
ceriel
501da70526 Restored em_codeO.h; it is also needed when em_opt is not installed 1993-11-12 13:40:17 +00:00
ceriel
990bf1ac74 onintr must be void 1993-11-12 12:53:28 +00:00
ceriel
560f5139eb Changes for release 5.1 1993-11-12 10:56:15 +00:00
ceriel
4b3878c046 Added proto.make 1993-11-12 10:08:55 +00:00
ceriel
0de33667bf Little trick to make distribution easier 1993-11-12 10:02:53 +00:00
ceriel
a9e731d090 Added proto.make 1993-11-11 12:02:20 +00:00
ceriel
aa0cd8e9a1 Some minor mods 1993-11-11 12:00:22 +00:00
ceriel
b71451bfd8 Added comment about Solaris 2 and GNU cc 1993-11-10 16:35:58 +00:00
ceriel
5b5323894e No longer depend on /bin/arch 1993-11-10 16:07:31 +00:00
ceriel
b95ae2fa70 Many changes, mostly for Solaris 2 1993-11-10 15:11:28 +00:00
ceriel
4539174f47 Added -DNDEBUG to compile flags 1993-11-10 15:07:55 +00:00
ceriel
9dae71ae08 Updated for C_ prototypes 1993-11-10 15:07:12 +00:00
ceriel
854597cd2d Updated for C_ prototypes 1993-11-10 14:40:27 +00:00
ceriel
7c473ca0ed Added -DNDEBUG to compile flags 1993-11-10 14:38:32 +00:00
ceriel
528112d9bd Bug fix for dlb routines and C_ are now void 1993-11-10 14:22:26 +00:00
ceriel
4f3e07061e Added -DNDEBUG to compile flags 1993-11-10 14:21:21 +00:00
ceriel
8c849f20f7 Fix: CSA was not quite right 1993-11-10 13:00:01 +00:00
ceriel
f33df43f9a Fix: had array bound error 1993-11-10 12:58:26 +00:00
ceriel
91d270eb90 Modified for Solaris 2 1993-11-10 12:57:16 +00:00
ceriel
964bf270ab Fixed CII (?) did not handle stack pointer right 1993-11-10 12:51:03 +00:00
ceriel
c89c0d2c01 Changed debugging information to also work for Solaris 2 1993-11-10 12:44:24 +00:00
ceriel
37ab68909b Added void for some functions 1993-11-10 12:42:25 +00:00
ceriel
2662c3984d Some small changes 1993-11-10 12:35:33 +00:00
ceriel
4deafdc9de Changed modules mechanism 1993-11-10 12:33:15 +00:00
ceriel
d7b6b9a5ce Added prototyping stuff 1993-11-10 12:32:42 +00:00
ceriel
103cbb4319 Added prototyping stuff 1993-11-10 12:09:49 +00:00
ceriel
62f978c40f Added prototyping stuff 1993-11-10 11:49:49 +00:00
ceriel
73adc0f645 Added prototyping stuff 1993-11-10 11:40:41 +00:00
ceriel
d848beec72 Changed modules mechanism 1993-11-10 11:38:42 +00:00
ceriel
11d4fdf6e0 Added prototyping stuff 1993-11-10 11:14:28 +00:00
ceriel
abf052244b Added prototyping stuff 1993-11-10 10:26:07 +00:00
ceriel
31752a4617 Changed modules mechanism 1993-11-10 10:13:04 +00:00
ceriel
f1681124d1 Changed modules mechanism 1993-11-10 10:04:30 +00:00
ceriel
134da2750b Added modules/h 1993-11-10 10:03:23 +00:00
ceriel
1da6506ba7 Added prototypes 1993-11-05 15:02:57 +00:00
ceriel
66e29d8bd9 Added -lelf for grind on sparc_solaris 1993-11-05 13:12:46 +00:00
ceriel
cee6ab37e7 Compilers should recognize void by now 1993-10-26 16:26:36 +00:00
ceriel
067ad0cc22 Fixed div() and ldiv() for machines with -1/2 = -1 1993-10-26 13:58:04 +00:00
ceriel
a71ae473ac Include em_label.h before em_code.h 1993-10-26 09:59:06 +00:00
ceriel
c689e34fa7 Use LCSYM for bss and STSYM for data, so that grind can see the diff 1993-10-25 15:43:02 +00:00
ceriel
0fc413c78a Use LCSYM for bss and STSYM for data, so that grind can see the diff 1993-10-25 15:34:08 +00:00
ceriel
c9ec055176 Define NDEBUG if you don't want assertions 1993-10-22 14:30:43 +00:00
ceriel
2006278a52 A fix for stabs, and define NDEBUG 1993-10-22 14:24:31 +00:00
ceriel
32760d492a Added prototype 1993-10-22 14:09:28 +00:00
ceriel
4ec65def3f Modified to conform to ANSI C 1993-10-22 14:05:24 +00:00
ceriel
799f0600ef Added prototypes 1993-10-22 13:49:04 +00:00
ceriel
ab8dcfa134 ANSI C fixes 1993-10-21 12:50:58 +00:00
ceriel
d8bcd5d06c Added -s option to as (to keep stabs) 1993-10-13 13:06:49 +00:00
ceriel
d9af0f2851 All 'follows' checks only to be done when ! unresolved 1993-10-13 10:47:28 +00:00
ceriel
af42c1f960 Mention all sections 1993-10-13 10:46:11 +00:00
ceriel
4f2c705501 Some more space for file names 1993-10-12 09:45:59 +00:00
ceriel
549dfcc99d Fixed: functions were implicitly declared extern and later static 1993-10-07 17:47:26 +00:00
ceriel
38a269fc37 Added sparc_solaris 1993-10-07 17:41:19 +00:00
ceriel
29f543b603 Some minor changes: prevent some warnings 1993-10-07 14:07:42 +00:00
ceriel
861f4afc0c Added -LIB where needed 1993-10-07 10:56:25 +00:00
ceriel
df61cc8c4b Added sparc_solaris 1993-10-07 09:52:41 +00:00
ceriel
a6d6f5943d Added end_em 1993-10-07 09:48:06 +00:00
ceriel
dd4903cc3a Added sparc_solaris description 1993-10-07 09:47:16 +00:00
ceriel
fa7069780d Added missing stuff 1993-10-07 09:46:14 +00:00
ceriel
b73eb4057e Fix: set error flag in some error cases 1993-10-07 09:44:03 +00:00
ceriel
513c3df1d2 Added sparc Solaris 2 support 1993-10-07 09:09:16 +00:00
ceriel
9e7c8d2c9f Added sparc_solaris stuff 1993-10-06 17:04:49 +00:00
ceriel
980faf36f0 Added sparc_solaris stuff 1993-10-06 16:42:05 +00:00
ceriel
a430cb7d8e Changed for Solaris 2 1993-10-06 16:18:58 +00:00
ceriel
76d1b91311 fix: probably just a typo 1993-10-06 16:15:30 +00:00
ceriel
6dc51ef6eb Fix: setrlimit has two parameters 1993-10-06 16:12:40 +00:00
ceriel
4775779d8e Made more portable 1993-10-06 13:15:12 +00:00
ceriel
3e43a9ac61 Some more changes for Solaris 2 1993-10-06 11:47:11 +00:00
ceriel
2233b6973b Several fixes; ported to Solaris 2 1993-10-06 11:45:13 +00:00
ceriel
4092904071 proper trap on divide by 0 1993-10-04 14:13:51 +00:00
ceriel
c118bca2c2 An offset fix, and added some files for solaris 2 1993-10-04 08:57:25 +00:00
ceriel
b06a419f71 Fix to Makefile: define CFLAGS 1993-09-30 15:13:11 +00:00
ceriel
f8e6131e61 Some stuff for solaris 2 1993-09-30 15:11:52 +00:00
ceriel
43280fdd5a Fixed previous fix 1993-09-30 15:10:59 +00:00
ceriel
eaea6c1c59 Fix: Makefile used cc instead of $(UCC) 1993-09-03 11:02:02 +00:00
ceriel
668b3fc2d8 New, improved fmod.c 1993-08-31 10:54:08 +00:00
ceriel
a37e49b619 Added check, but probably never happens with correct FEF 1993-08-31 10:53:05 +00:00
ceriel
983e1bf095 Fix to icompute.c: always had one digit too much 1993-08-26 10:08:37 +00:00
ceriel
b3863b7247 Fixed bug with union initializers 1993-08-09 09:40:44 +00:00
ceriel
18967fad9a Fixed make.hfiles; some "shells" did not accept it 1993-08-05 13:00:40 +00:00
ceriel
7a26259981 Fixed make.hfiles; some "shells" did not accept it 1993-08-05 12:30:57 +00:00
ceriel
1a4c319f7e Always define __ACK when preprocessing 1993-08-05 11:09:12 +00:00
ceriel
10e6db39c6 Reversed bitfields for compatibility with (g)cc 1993-08-05 11:08:48 +00:00
ceriel
de8fefd02c Fixed typo 1993-08-04 09:24:07 +00:00
ceriel
bf84a52bc3 Fix make.hfiles; some shells did not accept it 1993-07-07 13:42:45 +00:00
ceriel
eaa9dab166 Fixed infinite loop 1993-06-24 15:48:46 +00:00
ceriel
042d7b2275 Improved 'stop in' mechanism, and prevent core dump ir currlang is not set 1993-06-09 14:18:43 +00:00
ceriel
298fd07712 Prevent warning about overflow 1993-06-09 11:47:01 +00:00
ceriel
5e31863838 Fixed for change in LLgen 1993-06-09 10:34:48 +00:00
ceriel
4ff171c1a5 Also skip lint comments in skip_block() 1993-06-09 10:17:44 +00:00
ceriel
1ad085cfb8 Also skip lint comments in skip_block() 1993-06-09 09:40:54 +00:00
ceriel
40569c479e Mention filename for some error messages 1993-06-08 13:02:01 +00:00
ceriel
5092c4ece3 Don't free filenames when lint 1993-06-04 10:30:16 +00:00
ceriel
4d1b0d3486 A fix: make error_type usable as function type; prevents core dump on some inputs 1993-05-14 12:01:14 +00:00
ceriel
b4aef1eb5e Fixed error: did not compile 1993-05-12 08:33:03 +00:00
ceriel
d7a3b68635 Added /usr/local/bin to PATH (for tbl and the like) 1993-05-12 08:26:39 +00:00
ceriel
7e30c7d648 Fixed for empty parameter lists 1993-05-10 14:02:52 +00:00
ceriel
8c66b84305 small fix in ftell 1993-04-05 11:49:59 +00:00
ceriel
e30c4b9337 Added make entries to produce troff output on standard output 1993-04-01 11:11:49 +00:00
ceriel
9cbc7a4b97 Also run soelim 1993-04-01 11:06:04 +00:00
ceriel
4edcd8222d Fix: wrong target and refs 1993-04-01 10:55:46 +00:00
ceriel
758e04a4eb Fix in proto.make: forgot to define SRC_DIR 1993-04-01 10:52:32 +00:00
ceriel
404d067606 Changed installation mechanism for docs 1993-03-31 16:47:12 +00:00
ceriel
42d7930c11 Changed installation mechanism for docs, deleted mkun 1993-03-31 13:34:42 +00:00
ceriel
132f2234fa Changed installation mechanism for docs 1993-03-31 13:33:07 +00:00
ceriel
6b8fbeb016 Changed installation mechanism 1993-03-31 13:22:17 +00:00
ceriel
5117853b1b Now uses -ms macros 1993-03-30 15:43:44 +00:00
ceriel
e9a4337ccf Fixed problem with missed unstacks 1993-03-30 09:41:00 +00:00
ceriel
b371972acf Fixed error which sometimes caused core dumps 1993-03-30 09:40:07 +00:00
ceriel
6fc94eb375 Improved constant arithmetic: had several bugs 1993-03-18 13:24:20 +00:00
ceriel
eb375db4d6 repositioned lint comments, so that they work better 1993-03-18 13:09:55 +00:00
ceriel
5e702c5527 Added some code to check for Nan/Inf 1993-02-24 15:12:49 +00:00
ceriel
14e756ba87 Enabled divide by 0 and improper trap 1993-02-24 15:10:14 +00:00
ceriel
dfc4956d59 Fixed bug: some offsets were just plain wrong 1993-02-19 17:33:40 +00:00
ceriel
6da226ab2b Fixed bug: some offsets were just plain wrong 1993-02-08 13:35:44 +00:00
ceriel
468d98750c Fixed problem with relocation,
added curr_token, so that parser can access token
1993-02-08 13:01:30 +00:00
ceriel
04d3c7152c Changed order of declarations 1993-02-05 18:21:46 +00:00
ceriel
a0d74876b8 Fixed bit-field initializers bug 1993-02-05 18:15:32 +00:00
ceriel
7352c25e9c Fix: did not work properly on 2-4 machines 1993-02-03 13:28:14 +00:00
ceriel
256151c7e4 Added some patterns and fixed error in constant multiplication 1993-02-03 10:10:07 +00:00
ceriel
6f8002f540 Fix: previous version did not work with variable # of args 1993-01-28 11:45:38 +00:00
ceriel
de58173e36 No more global space for structure returns 1993-01-28 10:09:51 +00:00
ceriel
ebf5153f35 Fix small bug: space following a replacement list was included in the list 1993-01-26 11:58:00 +00:00
ceriel
cf7095f8cc Fix small bug: space following a replacement list was included in the list 1993-01-26 11:49:23 +00:00
ceriel
9c64294186 Fixed bit-field initializers bug 1993-01-21 11:00:51 +00:00
ceriel
9eec0812a1 Improved previous fix 1993-01-19 15:33:35 +00:00
ceriel
f2cfe32e03 found some small leaks with Purify 1993-01-18 16:14:43 +00:00
ceriel
3b80847a9d found a small error with Purify 1993-01-18 15:30:54 +00:00
ceriel
bcff9862e7 found some small leaks with Purify 1993-01-18 15:29:54 +00:00
ceriel
439ec389a0 found some small leaks with Purify 1993-01-18 15:10:01 +00:00
ceriel
ba62ce0edc Added diagnostic about use of for example union tag as a struct tag 1993-01-15 12:41:15 +00:00
ceriel
7eb7218667 Fixed bug in flushbuf: did not reset stream->_ptr on write error 1993-01-14 10:02:28 +00:00
ceriel
fd0bc5d531 Fix in tes mechanism: CAL and CAI 1993-01-12 15:48:39 +00:00
ceriel
5f7f7bf194 Fixed error: ] was missing in translation of COM 1993-01-11 12:46:04 +00:00
ceriel
dc108fd084 Removed adder.h from proto.libfp 1993-01-05 12:52:47 +00:00
ceriel
be2c36fbe5 Removed adder.h from .distr 1993-01-05 12:50:30 +00:00
ceriel
005f32298f Updated for ANSI C, cleaned up a bit 1993-01-05 12:06:58 +00:00
ceriel
55131b091f fixed bug: qualified type introduction within structure decl 1992-12-22 15:29:56 +00:00
ceriel
d2fb022441 improved ply handling 1992-12-18 10:29:31 +00:00
ceriel
ed2ba2e1d5 improved ply handling 1992-12-18 10:22:55 +00:00
ceriel
5fbaff533c Use test instruction for testing 1992-12-17 12:58:05 +00:00
ceriel
4d068e8e04 ply adaption was wrong for EM replacements 1992-12-17 12:52:21 +00:00
ceriel
b1be3e3487 Fix: lint complained about ptr->void* conversions 1992-12-17 11:18:38 +00:00
ceriel
e09aac1b4a shifts do NOT set condition codes properly 1992-12-14 16:40:22 +00:00
ceriel
bc2744ca5c Several fixes: SDF was wrong, and shifts do NOT set contition codes properly 1992-12-14 16:37:35 +00:00
ceriel
2361e37811 Fix: used data from freed memory 1992-12-08 17:44:01 +00:00
ceriel
cb32d73c61 Fix in fef.s: handles infinity more graceful now 1992-12-08 17:26:41 +00:00
ceriel
f8232e51a3 Several changes for ANSI C 1992-12-04 09:36:54 +00:00
ceriel
7d34ba62a7 Fix: MkCoercion did not handle error_type 1992-11-20 13:37:49 +00:00
ceriel
e43e6b8100 Added M68030 MMU instructions 1992-11-19 18:19:55 +00:00
ceriel
ca4461dc4c Added LL_MAXTOKNO 1992-11-19 15:37:52 +00:00
ceriel
dfeffe5e95 Documented LL_MAXTOKNO 1992-11-19 15:37:04 +00:00
ceriel
17efc329f8 Separated the m68020 syntax from the table, so that we can also create
a m68000 code generator producing m68020 syntax
1992-11-16 17:24:25 +00:00
ceriel
9f305dcfe1 Fixed bug in register initialization for offsets > 4096 1992-11-16 14:31:49 +00:00
ceriel
0de7277790 Fix 1.69 was partly wrong 1992-11-16 13:52:07 +00:00
ceriel
b6319e4d49 Yet another bug: null reference 1992-11-09 14:30:28 +00:00
ceriel
a829777e65 Fixed bug: divide by 0 1992-11-09 10:14:47 +00:00
ceriel
851efa7ffe Fixed error: removed space where it did not belong 1992-11-04 16:08:11 +00:00
ceriel
dc73ec5cbf declared loadbuf 1992-10-26 11:07:55 +00:00
ceriel
d9bd02fda6 Removed static buffer in gen_idf 1992-10-22 16:56:28 +00:00
ceriel
b3233bcaa0 Removed static buffer in gen_idf 1992-10-22 16:00:05 +00:00
ceriel
94638235bc Fixed bug: checking for multiple occurrences of same case label was wrong 1992-10-21 10:53:45 +00:00
ceriel
67d5d2d6c4 small fix: carry was not always clear before the 'sbc' 1992-10-16 15:43:46 +00:00
ceriel
50db0a3643 Fixed scope bug for structures: a(struct S *p) { struct S { int i; }; p->i ...
should work
1992-10-14 10:48:27 +00:00
ceriel
537cbd3d89 Fixed bug: REP resulted in 0xF2 instead of 0xF3 1992-10-12 17:25:15 +00:00
ceriel
248ca45fc0 Use 80386 SET instruction 1992-09-17 14:15:20 +00:00
ceriel
be227c5f88 Several fixes and addition of 80486 instructions 1992-09-16 16:10:30 +00:00
ceriel
94ec8e495e Fixed ARPL instruction 1992-09-07 14:13:11 +00:00
ceriel
0299ae9ad0 Improved installation mechanism 1992-09-07 13:21:34 +00:00
ceriel
cf32c08fd9 Fix previous change 1992-09-07 12:47:11 +00:00
ceriel
a708a52667 fix: DO_FAST was not set properly 1992-09-04 09:22:11 +00:00
ceriel
6896679afd Added some patterns involving DUPs 1992-09-01 11:16:20 +00:00
ceriel
af5ad235c9 Small change in register allocation criteria 1992-09-01 11:13:42 +00:00
ceriel
ee6d91a1d4 Fix for sparc description 1992-09-01 10:41:37 +00:00
ceriel
ac7dc5e21f Some minor modifications reflecting some changes in the peephole optimizer 1992-09-01 10:35:57 +00:00
ceriel
d18493b0ac Some minor modifications reflecting some changes in the peephole optimizer 1992-09-01 10:19:21 +00:00
ceriel
6f03cff48f Some minor modifications reflecting some changes in the peephole optimizer 1992-09-01 09:39:15 +00:00
ceriel
6b5abe7ab3 Disable multiplication optimizer when global optimizer is used 1992-08-31 16:47:40 +00:00
ceriel
da17ca5a9f Fixed bug: imulb was given wrong opcode 1992-08-31 15:23:59 +00:00
ceriel
28341f4478 tell users to call /bin/TakeAction instead of /TakeAction 1992-08-11 11:08:47 +00:00
ceriel
8cbf1bae34 Apparently forgot about the .so suffix 1992-07-28 08:28:48 +00:00
ceriel
3f54a9f044 Suffix is .so, not .s 1992-07-28 08:24:26 +00:00
ceriel
3699fe387e Always did limit_enquire 1992-07-27 14:32:53 +00:00
ceriel
52620e5829 Fix: always assumed that base type of bitfield had sizeof(int) 1992-07-27 13:28:49 +00:00
ceriel
0eb2e0dc80 Fix previous 'fix' 1992-07-23 11:51:39 +00:00
ceriel
15dce0c943 Fix in "bits_in_type" variable 1992-07-22 15:44:47 +00:00
ceriel
a56e1f25ff Was wrong when compiled with ANSI compiler 1992-07-22 13:49:15 +00:00
ceriel
016273ba99 And some more ... 1992-07-22 13:45:08 +00:00
ceriel
4adaf3165f Added some patterns 1992-07-22 13:37:27 +00:00
ceriel
87cf9446fe Fixed comparison functions: unsigned char! 1992-07-22 12:51:53 +00:00
ceriel
7c7475bb3a fixed lint complaint 1992-07-21 14:40:23 +00:00
ceriel
938bbb9ce8 Fix evaluation order problem 1992-07-21 11:23:24 +00:00
ceriel
be1d645adf Added mk_tokdefs 1992-07-13 10:38:31 +00:00
ceriel
83c2714982 Use UTIL_HOME instead of TARGET_HOME 1992-07-13 10:34:49 +00:00
ceriel
8ab530baef Fixed bug in UCFLAGS 1992-07-13 10:28:08 +00:00
ceriel
d58d691472 Fixed V7 and SYS_V utime problem 1992-07-10 15:22:01 +00:00
ceriel
80f5ecf637 strip did not truncate file 1992-07-09 14:02:43 +00:00
ceriel
0b063462ef Improved N_SOL handling 1992-07-02 11:15:18 +00:00
ceriel
d390121280 improved symbol table generation when source file has line directives 1992-07-02 10:23:46 +00:00
ceriel
2dde78c197 No system-calls from libem 1992-06-30 17:43:24 +00:00
ceriel
8474be6e52 Added EXIT, WRITE entry point 1992-06-30 17:42:09 +00:00
ceriel
5c5812e853 No system-calls from libem 1992-06-30 17:37:35 +00:00
ceriel
e860fa1974 Added EXIT, WRITE entry point 1992-06-30 17:36:49 +00:00
ceriel
8e4ee3ec1a Added EXIT, WRITE and BRK entry point 1992-06-30 17:06:10 +00:00
ceriel
ea624f82de No system-calls from libem 1992-06-30 16:51:19 +00:00
ceriel
50f571bf2b Added EXIT, WRITE and BRK entry point 1992-06-30 16:39:49 +00:00
ceriel
f86c403a53 No system-calls from libem 1992-06-30 16:39:47 +00:00
ceriel
d1b1defbb7 No system-calls from libem 1992-06-30 16:31:52 +00:00
ceriel
d0e54a11e5 Added EXIT, WRITE and BRK entry point 1992-06-30 16:30:56 +00:00
ceriel
d2ee282845 Added EXIT, WRITE and BRK entry point 1992-06-30 16:24:17 +00:00
ceriel
8b26f24e21 Added EXIT, WRITE and BRK entry point 1992-06-30 16:10:24 +00:00
ceriel
6f7d2bc2ee No system-calls from libem 1992-06-30 16:08:42 +00:00
ceriel
9aceb849ad Added BRK,WRITE and EXIT entry points 1992-06-30 16:05:33 +00:00
ceriel
0350c1898b Added EXIT, WRITE and BRK entry point 1992-06-30 16:04:38 +00:00
ceriel
8c8d1a7d9b No system-calls from libem 1992-06-30 15:58:35 +00:00
ceriel
9da8f28a47 Added EXIT, WRITE and BRK entry point 1992-06-30 15:52:07 +00:00
ceriel
4ef108f93e Added BRK and EXIT entry points 1992-06-30 15:51:31 +00:00
ceriel
3f3af2e01f Added EXIT and BRK entry point 1992-06-30 15:22:55 +00:00
ceriel
ab38665421 No system-calls from libem 1992-06-30 15:22:07 +00:00
ceriel
72b89fc1ad Added EXIT and BRK entry point 1992-06-30 15:11:49 +00:00
ceriel
d278d61a10 Added BRK entry point 1992-06-30 15:08:35 +00:00
ceriel
f6157ea21e Added EXIT and BRK entry point 1992-06-30 15:02:56 +00:00
ceriel
cee4d5de8b No system-calls from libem 1992-06-30 15:02:32 +00:00
ceriel
6823ce7c96 Added EXIT and BRK entry point 1992-06-30 11:40:12 +00:00
ceriel
2ae29707d2 No system-calls from libem 1992-06-30 11:39:12 +00:00
ceriel
bf2d5263cb No system-calls from libem 1992-06-30 11:19:33 +00:00
ceriel
0e46e6bc75 Added EXIT entry point 1992-06-30 11:18:17 +00:00
ceriel
45d0d9f68f Removed # in commands 1992-06-26 12:54:57 +00:00
ceriel
44a1c5620c Removed # in commands, changed mechanism for computing mem used 1992-06-26 12:47:07 +00:00
ceriel
50e8baa624 Removed # in commands, removed call to _cleanup() 1992-06-26 12:42:31 +00:00
ceriel
06e487359b Changed mechanism for coputing amount of memory used 1992-06-26 12:38:10 +00:00
ceriel
3ac24b282b Removed # in commands 1992-06-26 12:01:31 +00:00
ceriel
ebdbabcedd Removed # in commands, and a small fix in ch3mon.c 1992-06-26 11:57:17 +00:00
ceriel
2f2b6ccadf Some corrections 1992-06-26 11:54:22 +00:00
ceriel
aba0ed2f52 Made a declaration a little less suspicious, and removed # from proto.make 1992-06-25 17:41:51 +00:00
ceriel
92a6e5c426 Added declaration for st_alloc() 1992-06-25 11:32:30 +00:00
ceriel
ad4b0435bc Added rm_deps 1992-06-24 14:13:10 +00:00
ceriel
c76b5f436a bug fix: an illegal 'inc' was generated 1992-06-12 15:04:27 +00:00
ceriel
46f084d660 Fix: sometimes did not reserve space for local on a mes ms_gto 1992-06-12 09:46:43 +00:00
ceriel
09a80e9e13 Fixed checking of unary '*' 1992-06-12 09:03:07 +00:00
ceriel
b7b797674f Fixed typo 1992-06-09 11:23:39 +00:00
ceriel
1de983200b Fixed bug in '#ifdef FALSE || 1 (garbage) 1992-05-26 18:09:11 +00:00
ceriel
2cb19d3a30 Corrected problem in reading symbol table: t14=15, t15=16 did not work properly 1992-05-20 10:57:42 +00:00
ceriel
6def6e1bea Corrected: end_em is in lib/m68k2, not in lib/minixST 1992-05-20 10:54:40 +00:00
ceriel
b8c96f32bd Improved symbol table for grind 1992-05-20 10:54:28 +00:00
ceriel
fd6e25e50f Restored exit.c and cleanup.c 1992-05-18 16:10:18 +00:00
ceriel
2fbea53939 Restored exit.c and cleanup.c 1992-05-18 16:01:16 +00:00
ceriel
3d52b0d475 Added missing files 1992-05-15 13:55:14 +00:00
ceriel
5362ef6f20 Filename check now only for implementation modules 1992-05-15 13:53:36 +00:00
ceriel
4f11d0433d updated catchsig.s 1992-05-15 13:31:19 +00:00
ceriel
60edf5b3ea Added some missing files 1992-05-15 13:14:55 +00:00
ceriel
f252e26ab4 Fix in previous added check 1992-05-11 16:15:28 +00:00
ceriel
763c607bd8 Added filename check 1992-05-11 11:52:22 +00:00
ceriel
2da0d6f886 Fixed bug: temporary local was used more than once 1992-05-11 11:30:04 +00:00
ceriel
f4cc095863 Cardinal checking sometimes produced wrong error message 1992-05-11 09:50:21 +00:00
ceriel
bc42e31518 Fixed problem with repl_mul(); it was called far too often 1992-04-24 12:39:58 +00:00
ceriel
6640944a51 Corrected limit_impl for installation of interpreters 1992-04-23 16:10:13 +00:00
ceriel
377cd17425 Improved fe 1992-04-23 13:28:28 +00:00
ceriel
1e7ffe6a0f em.c still used lib instead of lib.bin 1992-04-23 13:02:37 +00:00
ceriel
8c9f885817 Fixed proto.make 1992-04-23 12:55:34 +00:00
ceriel
fe0a904894 Corrected manual pages 1992-04-23 12:53:03 +00:00
ceriel
47c7e6a43d Fixed bug in initalization expression handling 1992-04-21 09:54:32 +00:00
ceriel
5d9c7f4d9b Fixed bug: old-style float parameters resulted in wrong addresses for following parameters 1992-04-16 16:29:35 +00:00
ceriel
b4f6c3fa00 Documented -gdb flag 1992-04-15 10:24:15 +00:00
ceriel
276c2ec750 Added -gdb flag 1992-04-15 10:21:16 +00:00
ceriel
60c44af82b Fixed problem with array's of incomplete types 1992-04-14 13:30:37 +00:00
ceriel
0571a16bcb Allow for machine-dependent options 1992-03-27 17:38:54 +00:00
ceriel
b2cca56e16 Accept -gdb option 1992-03-27 17:36:49 +00:00
ceriel
ea2e95a627 Allow letters after the -g flag (for -gdb) 1992-03-27 17:33:19 +00:00
ceriel
8005ef1672 improved assert macro 1992-03-20 13:43:10 +00:00
ceriel
a0aa85fa4e fixed linting 1992-03-02 16:47:03 +00:00
ceriel
d233bcfa50 Fixed linting 1992-03-02 14:55:47 +00:00
ceriel
0d2c7a318b Fixed linting 1992-03-02 14:46:03 +00:00
ceriel
661597162d Bug fix in old-style/new-style mixing 1992-03-02 14:37:37 +00:00
ceriel
a8b2fae0da Fixed CFU implementation 1992-03-02 11:52:09 +00:00
ceriel
a0acff4f4c minor change: give anonymous struct a name 1992-02-26 15:46:44 +00:00
ceriel
c2157b66ef corrected the making of make_macros 1992-02-26 15:32:39 +00:00
ceriel
46540c17c8 corrected the making of make_macros 1992-02-26 15:10:50 +00:00
ceriel
0a0cdb75a4 corrected the making of make_macros 1992-02-26 14:44:00 +00:00
ceriel
629a5dcde9 corrected the making of make_macros 1992-02-26 14:24:26 +00:00
ceriel
ffe7d743a4 corrected the making of make_macros 1992-02-26 14:17:32 +00:00
ceriel
090cbe8ddd corrected the making of make_macros 1992-02-26 13:51:27 +00:00
ceriel
a6a1b1d3d0 initialize inctable better 1992-02-26 13:38:34 +00:00
ceriel
8e99b149fc Fix in DEFPATH mechanism, improved proto.make 1992-02-26 13:35:06 +00:00
ceriel
1263ef9731 Fix in DEFPATH mechanism, improved proto.make 1992-02-26 13:10:48 +00:00
ceriel
baf10676a3 Fix proto.make and initialize inctable better 1992-02-25 11:07:45 +00:00
ceriel
0bfa4970c5 Added i386 description 1992-02-11 16:59:43 +00:00
ceriel
81ec28ccb9 Bug fix: INC/DEC evaluated argument twice(!) 1992-01-31 13:44:57 +00:00
ceriel
f3e5c3032f differing characters should be left untouched 1992-01-24 13:05:30 +00:00
ceriel
646bd0e51f small fix for compatibility with different make's 1992-01-22 11:25:52 +00:00
ceriel
813ca898a7 Bug fix: generated a 'push dl', which does not exist 1992-01-13 10:31:23 +00:00
ceriel
f2e1579f36 Updates for 5th distribution 1991-12-19 10:32:01 +00:00
ceriel
6e48c50a6c Put malloc.c after malloc in .distr file, otherwise it cannot be made 1991-12-19 10:22:15 +00:00
ceriel
697dc9b1de Added stab.c 1991-12-19 10:19:31 +00:00
ceriel
56ab70f21f Added dbsym.c 1991-12-19 09:30:53 +00:00
ceriel
d0179d6790 do not install peephole optimizer libs when not installing fast compilers 1991-12-18 17:26:52 +00:00
ceriel
5ccd830347 replaced atol definition 1991-12-18 16:15:18 +00:00
ceriel
952bd37627 removed atol reference 1991-12-18 16:01:44 +00:00
ceriel
e35f11f208 Made installation mechanism more portable 1991-12-18 14:51:08 +00:00
ceriel
7f4c0bea38 Added some more info about i386 version 1991-12-18 14:39:14 +00:00
ceriel
03022ad7dd Accomodate symbolic debugger info 1991-12-18 14:38:57 +00:00
ceriel
47a6b4b526 Ported to 80386 (problem: different read() semantics) 1991-12-18 14:36:26 +00:00
ceriel
12149f5858 Added pop_push.h 1991-12-18 09:47:19 +00:00
ceriel
70b535c368 No longer use ushort 1991-12-18 09:45:26 +00:00
ceriel
b23ed92d7e Use cp_dir to copy directories 1991-12-18 09:44:10 +00:00
ceriel
e00c0aa591 Added debugger library for -g 1991-12-18 09:42:04 +00:00
ceriel
38608cfa32 Fix: produced dependencies were wrong 1991-12-18 09:40:23 +00:00
ceriel
eb3ce1f70f Fixed typo in previous fix 1991-12-18 09:34:52 +00:00
ceriel
3c338b9a3f Fixed typo 1991-12-18 09:22:13 +00:00
ceriel
de758867f8 Fixed typo in previous fix 1991-12-18 09:14:25 +00:00
ceriel
168634cd0b Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 15:49:18 +00:00
ceriel
df1ed9426d Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 15:28:58 +00:00
ceriel
53c4951b29 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 15:05:43 +00:00
ceriel
fa0bee0b26 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:36:35 +00:00
ceriel
8482d2c110 Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:27:24 +00:00
ceriel
929a0025ca Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 14:11:15 +00:00
ceriel
a38be6605e Do not use '#endif/#else xxx'; it is not allowed for ANSI C 1991-12-17 13:12:22 +00:00
ceriel
abb411daac Do not use '#endif xxx'; it is not allowed for ANSI C 1991-12-17 11:41:12 +00:00
ceriel
c0ba3fbe2d Do not use '#endif xxx'; it is not allowed for ANSI C 1991-12-17 11:33:08 +00:00
ceriel
f442ba9141 Fix to previous fix 1991-12-17 11:23:09 +00:00
ceriel
30de1bcf3f 'int x[];' is a valid compilation unit! See 3.7.2 of ANSI 1991-12-17 10:18:41 +00:00
ceriel
a2a177de54 Added errno.h 1991-12-16 16:54:12 +00:00
ceriel
f30ffd415c Changed order in ceg/list 1991-12-16 16:06:29 +00:00
ceriel
c6f6df87ae Improved installation of make_ files 1991-12-16 15:35:14 +00:00
ceriel
0c59e2e12d Prevent name clashes with sys/types.h on system V 1991-12-16 15:24:24 +00:00
ceriel
80b250950e Do not use '#undef aap xxx'; it is not allowed for ANSI C 1991-12-16 14:34:06 +00:00
ceriel
019590a290 Do not use '#undef aap xxx'; it is not allowed for ANSI C 1991-12-16 14:15:46 +00:00
ceriel
950e26815e Fix '#undef' handling 1991-12-16 14:06:09 +00:00
ceriel
dc44eba062 Do not use '#undef aap xxx'; it is not allowed for ANSI C 1991-12-16 13:45:18 +00:00
ceriel
d20534521e be consistent in naming of itemtab.h 1991-12-12 16:02:59 +00:00
ceriel
8394d5a4e1 Added 'extern' 1991-12-12 16:01:46 +00:00
ceriel
b53facde73 removed macro defining ushort; gave clash with /usr/include/sys/types.h 1991-12-12 14:15:14 +00:00
ceriel
8e82c748ad Fixed comments 1991-12-12 14:12:36 +00:00
ceriel
b0e631d402 Fixed comment 1991-12-12 13:01:00 +00:00
ceriel
fc1b4d3ddc Fixed comments 1991-12-12 12:50:42 +00:00
ceriel
2c076a2a26 Some bug fixes 1991-12-04 16:28:37 +00:00
ceriel
16b930089a Added target optimozer 1991-12-04 14:27:11 +00:00
ceriel
a93813c1f6 Made acceptable for our ANSI C compiler 1991-12-03 11:03:58 +00:00
ceriel
9e2361fc8f bug fix in generating prototypes 1991-12-03 10:56:40 +00:00
ceriel
4bb6c5c4e8 Changed identifier name to make it acceptable for our ANSI C compiler 1991-12-03 10:52:03 +00:00
ceriel
40e580cae6 Install yacc before installing flex 1991-12-03 10:50:03 +00:00
ceriel
d46703ea4d Minor mod to prevent compiler warning 1991-12-03 10:48:57 +00:00
ceriel
5109b16ab2 Several changes 1991-12-03 09:44:01 +00:00
ceriel
0deaae479b Updated LIST 1991-12-03 09:34:29 +00:00
ceriel
b5ab00c143 Take sys/types.h and sys/stat.h from old C library 1991-12-02 16:43:08 +00:00
ceriel
16e6b51cba upgraded 1991-12-02 16:42:31 +00:00
ceriel
70ff99e4d0 Updated 1991-12-02 15:55:49 +00:00
ceriel
68bee1244d removed sgtty.h; is taken from _tail_cc 1991-12-02 15:54:26 +00:00
ceriel
d162f3edb0 Made acceptable for our ANSI C compiler 1991-12-02 15:30:28 +00:00
ceriel
c36ae7020f Fixed for ANSI-C part 1991-12-02 15:25:01 +00:00
ceriel
83ba395e03 Don't use calloc and our own malloc combined 1991-12-02 14:44:20 +00:00
ceriel
f61ddc4926 Made acceptable for our ANSI C compiler 1991-12-02 13:55:09 +00:00
ceriel
3388e4deb6 Several fixes for ANSI 1991-12-02 13:43:59 +00:00
ceriel
9248d14195 l_states.c used 'const' as an identifier; unacceptable for ANSI-C! 1991-12-02 13:09:15 +00:00
ceriel
a01a4a9fd2 Fixed typo 1991-12-02 12:01:04 +00:00
ceriel
7ec968fb03 Always also produce ANSI-C, depending on __STDC__ and __cplusplus 1991-12-02 09:15:04 +00:00
ceriel
ed4afc99f6 minor mods to parameters in grammar 1991-11-29 14:11:31 +00:00
ceriel
649b7d94f0 minor mods to parameters in grammar 1991-11-29 13:57:24 +00:00
ceriel
45751d25ed minor modification 1991-11-29 13:33:12 +00:00
ceriel
ec47c06ad7 bug fix in repl_mul and moved call to it so that it is done after pattern matching 1991-11-28 16:59:25 +00:00
ceriel
244c1e5a01 Changed error messages mechanism 1991-11-27 16:34:12 +00:00
ceriel
670b7264ad Deleted comment that was no longer applicable 1991-11-27 14:52:17 +00:00
ceriel
bf0caa6f32 Changed error-messages mechanism 1991-11-27 13:40:52 +00:00
ceriel
505494c560 Improved for lint 1991-11-27 13:38:51 +00:00
ceriel
35260bae58 produce ANSI C under -a option 1991-11-26 15:38:41 +00:00
ceriel
f4ecd50601 made more acceptable for ANSI C 1991-11-26 14:48:27 +00:00
ceriel
89887ef6b0 made more acceptable for ANSI C 1991-11-26 14:39:52 +00:00
ceriel
58251a16dc Several modifications and additions 1991-11-25 16:54:25 +00:00
ceriel
5fdefde095 Some more fine-tuning of the installation mechanism 1991-11-25 16:47:36 +00:00
ceriel
c6931b04e7 Some minor changes 1991-11-25 09:52:08 +00:00
ceriel
5a2df3d011 lib --> lib.bin 1991-11-25 09:51:57 +00:00
ceriel
0d6ddc094b lib/em_data.a --> lib.bin/em_data.a 1991-11-25 09:49:27 +00:00
ceriel
ca89734a36 Another minor change in manual page 1991-11-25 09:41:30 +00:00
ceriel
e0956f63db Minor change in manual page 1991-11-25 09:39:31 +00:00
ceriel
967b13fac5 Added target optimizer 1991-11-23 15:14:32 +00:00
ceriel
047648846a Added 1991-11-23 15:04:01 +00:00
ceriel
698130c4e2 removed makedepend 1991-11-23 12:43:11 +00:00
ceriel
3a2211512d Removed makedepend 1991-11-23 12:26:02 +00:00
ceriel
aa702fa855 Bug fix in multiplication optimization 1991-11-23 12:17:18 +00:00
ceriel
6fa0e5bfb0 Changed copyright notice, made installation less dependent on ACK 1991-11-23 10:41:43 +00:00
ceriel
61fad3018a Added pics directory to .distr 1991-11-23 09:35:36 +00:00
ceriel
3db2add75c Changed action names to reflect action taken 1991-11-22 13:55:56 +00:00
ceriel
2b6f5b9b8d Avoid use of 'you' 1991-11-22 13:18:57 +00:00
ceriel
fad1c30409 Avoid informal use of 'you' 1991-11-22 11:10:09 +00:00
ceriel
2291dff954 updated manual page 1991-11-20 16:45:25 +00:00
ceriel
4b167ab2ba Added MACHOPT_F 1991-11-20 16:07:33 +00:00
ceriel
17352b8b8d Added code to optimize multiplies with constants 1991-11-20 15:53:11 +00:00
ceriel
aa0b70d921 Added MACHOPT_F 1991-11-20 15:52:27 +00:00
ceriel
ca72abbf26 Avoid informal usage of 'you' 1991-11-19 17:25:02 +00:00
ceriel
8f0ef636ab Avoid informal usage of 'you', updated installation manual 1991-11-19 13:44:09 +00:00
ceriel
78ca80f4d5 Avoid informal usage of 'you' 1991-11-19 13:37:20 +00:00
ceriel
7aa5a39735 Error message listed was never given 1991-11-19 13:24:55 +00:00
ceriel
24cab5420a Avoid informal usage of 'you' 1991-11-19 13:19:02 +00:00
ceriel
92d80c915b Avoid informal usage of 'you' 1991-11-19 13:09:50 +00:00
ceriel
a0f00e0b2b Made installation of fast compilers optional, removed own version of 'echo' 1991-11-18 09:53:58 +00:00
ceriel
be802650ca Added labeldef stuff 1991-11-18 09:51:35 +00:00
ceriel
e9a6af1a42 anm also works on aal archives now 1991-11-18 09:46:53 +00:00
ceriel
839165633b Fixed manual page 1991-11-15 14:41:41 +00:00
ceriel
9c507cc10a Updated ack manual page 1991-11-15 13:37:36 +00:00
ceriel
1af5c80b1b Also preprocess when user explicitly askes for it through -c.i 1991-11-15 12:50:13 +00:00
ceriel
64ce6b0ef4 Fixed fef.s: did not work for unnormalized numbers 1991-11-15 09:47:44 +00:00
ceriel
c3de1a9bea Fixed NOP 1991-11-14 15:53:05 +00:00
ceriel
9cfb64d5c2 Bug fix in LOC LOC CII ZEQ/ZNE pattern 1991-11-14 13:20:55 +00:00
ceriel
13a0dec2f6 Many changes in installation mechanism 1991-11-14 09:35:36 +00:00
ceriel
36de35bcd2 Accomodate ANSI C compiler better 1991-11-13 17:07:30 +00:00
ceriel
099fe7a4c2 Added sections 1991-11-13 16:57:40 +00:00
ceriel
ef9b3098de Also install ce and libce 1991-11-13 16:56:48 +00:00
ceriel
7da9d47e5a Also install libce 1991-11-13 16:56:12 +00:00
ceriel
b491906775 updated 1991-11-13 16:55:20 +00:00
ceriel
ac51febc8b Added dbsym and updated output.c 1991-11-13 16:54:59 +00:00
ceriel
de620e1fd5 Added 1991-11-13 16:53:49 +00:00
ceriel
881240fb3c Removed vars.s 1991-11-13 15:03:01 +00:00
ceriel
fe7a55d227 Added sys.s 1991-11-13 14:33:10 +00:00
ceriel
e19f33f3de Added C_db_sline 1991-11-11 18:08:14 +00:00
ceriel
46ecc71373 Some more fixes 1991-11-11 18:03:52 +00:00
ceriel
91fec7991e Accomodate old C compiler, don't call ack(1): too slow for fcc 1991-11-11 13:16:23 +00:00
ceriel
510c0ce854 Added 1991-11-11 13:14:08 +00:00
ceriel
76ab08f62c Added old C compiler, renamed ansi C one 1991-11-11 13:13:09 +00:00
ceriel
afcbb62724 Fixed 1991-11-11 09:40:06 +00:00
ceriel
7a57ef4419 Added dbsymtab.h 1991-11-11 09:39:05 +00:00
ceriel
d8190353cc Added libdb 1991-11-08 15:45:47 +00:00
ceriel
7d0a89d420 Added 1991-11-08 15:44:30 +00:00
ceriel
3015fc2542 Added grind support 1991-11-08 15:12:28 +00:00
ceriel
97a7fcbca3 A few fixes 1991-11-07 11:36:09 +00:00
ceriel
b9c3a99783 '\v' is not a K&R character 1991-11-07 09:53:11 +00:00
ceriel
eac501941f '\v' is not a K&R character 1991-11-07 09:45:09 +00:00
ceriel
650a132457 Fixed typo 1991-11-07 09:39:30 +00:00
ceriel
17014578be Also remove scan.c on cleanup 1991-11-07 09:35:35 +00:00
ceriel
791246001f '\v' is not a K&R character 1991-11-07 09:34:02 +00:00
ceriel
2e58c2438f '\v' is not K&R C 1991-11-06 14:36:25 +00:00
ceriel
4e99d889ff Changed manual page installation mechanism 1991-11-05 15:31:14 +00:00
ceriel
b3f07ce236 Added mk_manpage 1991-11-04 16:51:48 +00:00
ceriel
4affc39a20 Replaced Makefile by proto.make 1991-11-04 11:47:15 +00:00
ceriel
7cff0f9d8a code expanders now support grind 1991-11-01 11:55:34 +00:00
ceriel
3da953fa85 Added grind support 1991-11-01 11:53:42 +00:00
ceriel
e4168af8fb Added C_db_sline for grind 1991-11-01 11:47:41 +00:00
ceriel
03e1bea097 Added some tests and changed ordering mechanism 1991-11-01 10:37:26 +00:00
ceriel
7c479cf325 Fixed error in debugger support for enumeration constants 1991-11-01 10:17:30 +00:00
ceriel
ab6d563a7b Fixes involving floating point constants and debugger support 1991-11-01 10:15:15 +00:00
ceriel
44cc075183 Added 1991-11-01 09:43:36 +00:00
ceriel
0633c900a8 Some fixes to ashow, and also install it 1991-10-31 11:04:02 +00:00
ceriel
0b32f6d32f prevent null reference 1991-10-31 10:01:34 +00:00
ceriel
46b0f8ea19 Fixed Email addresses 1991-10-30 18:21:52 +00:00
ceriel
1558096356 Bug fix in structure assignments 1991-10-29 15:57:26 +00:00
ceriel
bd65353ab5 Added -L option for C compilations 1991-10-29 15:52:40 +00:00
ceriel
c28c395af8 Change of directory name 1991-10-29 09:27:09 +00:00
ceriel
4417f0ea8f Several corrections 1991-10-29 09:26:46 +00:00
ceriel
35dc8e74d0 Improved lint entry 1991-10-29 09:26:01 +00:00
ceriel
d747702ae9 Corrected lintlib entry 1991-10-29 09:24:48 +00:00
ceriel
60b9ebe0d3 Only install ACK-object producing part 1991-10-29 09:19:57 +00:00
ceriel
cfe45c4e2a Deal with CASE a OF 10 .. MAX(CARDINAL) ... and things like that 1991-10-29 09:18:46 +00:00
ceriel
dd99f952d5 Fixes to local label stuff 1991-10-28 17:59:57 +00:00
ceriel
45afd0804b Added 1991-10-25 18:23:32 +00:00
ceriel
035d9f7624 No unsigned long arithmetic is default 1991-10-25 16:03:37 +00:00
ceriel
13da34032e On i386 systems, make code expander lib 1991-10-25 15:46:30 +00:00
ceriel
7213f2527b Pass COPTIONS, not CFLAGS 1991-10-25 15:23:01 +00:00
ceriel
584584a5ba protect against multiple inclusion 1991-10-25 14:44:21 +00:00
ceriel
69026d6c17 Bug fix: used field of freed struct 1991-10-25 14:27:59 +00:00
ceriel
aab21f875e Only install machine-independent part when required 1991-10-25 11:44:18 +00:00
ceriel
96565df518 Some more typedefs 1991-10-25 11:39:06 +00:00
ceriel
d03d8da282 lib --> lib.bin in ego description 1991-10-25 11:31:20 +00:00
ceriel
49a64df069 do not depend on sys/wait.h, it does not always exist 1991-10-25 11:18:29 +00:00
ceriel
bdebaa5059 Do not depend on include files too much 1991-10-25 11:16:56 +00:00
ceriel
6333faba3c Bug fix in padding code 1991-10-25 11:15:09 +00:00
ceriel
84e6e1a10b Several fixes 1991-10-25 11:13:43 +00:00
ceriel
ae063bd74f Added some more types 1991-10-25 11:10:21 +00:00
ceriel
208b9b54e7 cv was made twice 1991-10-25 09:32:18 +00:00
ceriel
31381203bd Some fixes 1991-10-24 15:29:02 +00:00
ceriel
6cc9665025 Fix in proto.make 1991-10-22 14:35:13 +00:00
ceriel
4daf59e3d2 Made more portable by not depending on a.out.h file 1991-10-22 13:31:36 +00:00
ceriel
b117ac89c2 improved clean entry 1991-10-22 10:56:06 +00:00
ceriel
20c2bb2b79 fixes 1991-10-22 10:55:19 +00:00
ceriel
031393529f Added vprintf etc 1991-10-22 09:50:57 +00:00
ceriel
e72aafb165 Added rule to compile as.c 1991-10-22 09:18:32 +00:00
ceriel
0c8514a9ed NSIG is not always defined 1991-10-22 09:07:31 +00:00
ceriel
825941de76 Define NSIG 1991-10-22 09:05:15 +00:00
ceriel
4d82a1b67e Do not define _end; causes name clashes 1991-10-22 09:01:09 +00:00
ceriel
76fb50807b Bug fix: used wrong option letter 1991-10-21 16:38:27 +00:00
ceriel
1bde03203a Fixed typo 1991-10-21 14:17:32 +00:00
ceriel
615e30bdd4 Added compilation rule for scan.c 1991-10-21 14:13:29 +00:00
ceriel
51f8a3b798 cleanup better 1991-10-21 13:59:48 +00:00
ceriel
e8d165a4a6 cleanup better 1991-10-21 13:26:50 +00:00
ceriel
a7760a99bb cleanup better 1991-10-21 13:19:41 +00:00
ceriel
b4ba1a6aca Allow mk_config to run over existing tree, make ack_sys executable 1991-10-18 12:00:42 +00:00
ceriel
f58f97e731 Do not perform actions if NoAction file is present 1991-10-18 12:00:17 +00:00
ceriel
80293fbc82 Make target writable 1991-10-18 10:07:38 +00:00
ceriel
b61f465b1f A few fixes 1991-10-18 10:02:44 +00:00
ceriel
96893d0092 Make targets writable 1991-10-18 09:58:52 +00:00
ceriel
948711ae6f Some fixes 1991-10-18 09:47:46 +00:00
ceriel
e7c3112124 Make files writable 1991-10-17 21:17:17 +00:00
ceriel
94b62ac792 Fixed typo 1991-10-17 16:36:54 +00:00
ceriel
82bad86ee6 a few minor fixes 1991-10-17 13:27:53 +00:00
ceriel
237fb752e5 Use ASAR instead of AR 1991-10-16 17:57:53 +00:00
ceriel
19a47cfa52 qsort arg was wrong for ANSI C 1991-10-16 16:08:27 +00:00
ceriel
7d2b151fde Additions for 5th distribution 1991-10-16 13:36:54 +00:00
ceriel
5dd19fa6e7 Added Action.lint 1991-10-16 13:36:15 +00:00
ceriel
bf01ff880d Adapted for 5th distribution 1991-10-16 13:33:50 +00:00
ceriel
dc61380dc0 many changes 1991-10-16 13:33:38 +00:00
ceriel
7987f04e22 Updated 1991-10-16 13:28:48 +00:00
ceriel
147bb196b2 generate Version.c 1991-10-16 13:07:28 +00:00
ceriel
5073c18d95 5th distribution now! 1991-10-16 11:54:35 +00:00
ceriel
68b728a4e3 fixed lintlib entry 1991-10-16 11:42:25 +00:00
ceriel
e98e8717be Return values 1991-10-16 11:41:33 +00:00
ceriel
425ddb3ff2 New installation mechanism 1991-10-15 16:02:38 +00:00
ceriel
dbcbe25b51 Added cmp and clean entries 1991-10-15 09:31:01 +00:00
ceriel
4991f0027a Only define NULL when not defined yet 1991-10-15 09:25:44 +00:00
ceriel
6debaf0e5c Removed some files that are no longer needed 1991-10-14 15:17:40 +00:00
ceriel
d7964e75d7 Added clean entry 1991-10-14 13:37:43 +00:00
ceriel
7c167d29d2 Added some patterns 1991-10-14 13:04:29 +00:00
ceriel
43248fb244 improved installation mechanism 1991-10-14 11:39:24 +00:00
ceriel
33ec8e07ed improved installation mechanism 1991-10-14 09:38:04 +00:00
ceriel
da6ac05990 Updated 1991-10-14 09:33:55 +00:00
ceriel
20a7f7b188 improved installation mechanism 1991-10-14 09:18:33 +00:00
ceriel
13327f2aec Corrected 1991-10-14 09:17:38 +00:00
ceriel
704bdf8e14 corrected installation mechanism 1991-10-14 09:13:40 +00:00
ceriel
1423d694f8 Corrected installation mechanism 1991-10-14 09:12:13 +00:00
ceriel
57d44ec4bb Added errno.h 1991-10-14 09:05:56 +00:00
ceriel
2997281247 Changed type to int 1991-10-14 08:56:56 +00:00
ceriel
0b5810d83a Removed some strange lines 1991-10-11 09:22:25 +00:00
ceriel
bade2375b5 Added proto.libf77 1991-10-10 15:00:43 +00:00
ceriel
66e3a001cc Added scripts 1991-10-10 14:39:33 +00:00
ceriel
64eacb4c9f Do not install lintlib by default: maybe lint is not installed yet 1991-10-09 19:12:52 +00:00
ceriel
18897487a9 do not do lintlib installation on 'make install', also make sure
that every proto.make has a lintlib entry
1991-10-09 19:02:55 +00:00
ceriel
6286b4b1a9 Fixed manual page 1991-10-09 16:05:24 +00:00
ceriel
c407a7c642 include local.h from the config dir 1991-10-09 15:49:20 +00:00
ceriel
df3ae6c2fb Updated 1991-10-08 10:04:53 +00:00
ceriel
c5d1752d7f Define NFS 1991-10-08 09:45:12 +00:00
ceriel
023b747e63 Added 1991-10-08 09:23:46 +00:00
ceriel
8a44c33e9f Added fortran 1991-10-07 17:00:59 +00:00
ceriel
9cb2aa3286 Added 1991-10-07 16:59:33 +00:00
ceriel
0f16a0f6f8 Added 1991-10-07 16:35:03 +00:00
ceriel
98b019c735 Added fortran 1991-10-07 15:29:25 +00:00
ceriel
8e9b398e9f Use int instead of gid_t and/or uid_t 1991-10-07 13:37:20 +00:00
ceriel
69ead2f15f More additions 1991-10-04 17:37:32 +00:00
ceriel
54d326e1ba Own fcntl.h 1991-10-04 17:37:22 +00:00
ceriel
9ede34412c Added 1991-10-04 14:34:29 +00:00
ceriel
f9b38448fd own time.h 1991-10-04 14:06:34 +00:00
ceriel
7e091602a7 Added time.h 1991-10-04 14:04:30 +00:00
ceriel
0d055f2272 Added some patterns 1991-10-04 11:10:07 +00:00
ceriel
edf43fdf81 Several fixes 1991-10-04 10:38:53 +00:00
ceriel
bbe1e3ffdc only check for positive powers of 2 1991-10-04 10:37:06 +00:00
ceriel
e07baf28c1 Fixes 1991-10-03 15:57:23 +00:00
ceriel
4e0a99ef38 Fixes and additions 1991-10-03 15:45:13 +00:00
ceriel
b4c5125c32 Fixed wrong constant used for CUF 1991-10-02 15:27:54 +00:00
ceriel
182c7ebd70 Fixed flt_ar2flt.c 1991-10-02 15:20:22 +00:00
ceriel
24a353f3e1 Did shift of 32. Not allowed 1991-10-02 13:41:33 +00:00
ceriel
2b7aae3b44 Added support for volatile 1991-10-02 13:03:31 +00:00
ceriel
ed1a07a874 Fixed ADF 4 error 1991-10-02 12:36:36 +00:00
ceriel
9381b34dfa Fix: sometimes generated illegal register messages for parameters 1991-10-02 12:00:05 +00:00
ceriel
a28c551213 ip_spec.h is moved 1991-10-01 17:37:21 +00:00
ceriel
46964d9dfd Additions 1991-10-01 16:57:53 +00:00
ceriel
0784732f3d Adapted for distribution 1991-10-01 16:44:14 +00:00
ceriel
94ba66caa8 Distribute proto.make, not Makefile 1991-10-01 16:31:08 +00:00
ceriel
fe6cddde09 Moved ip_spec.h to h directory 1991-10-01 16:24:49 +00:00
ceriel
6632781f95 Added ip_spec.h 1991-10-01 16:20:38 +00:00
ceriel
9b68f0e322 Added include directories 1991-10-01 14:59:33 +00:00
ceriel
3777699ed4 Updated c.llb 1991-10-01 13:59:16 +00:00
ceriel
7551b8e83a Changes to manual page 1991-10-01 12:18:39 +00:00
ceriel
a329780d73 small change to manual page 1991-10-01 11:14:24 +00:00
ceriel
daa7aef683 Removed LintPars 1991-10-01 09:54:42 +00:00
ceriel
7cab2ba9d9 New additions 1991-10-01 09:27:44 +00:00
ceriel
c5275f3786 Added 1991-09-30 17:58:00 +00:00
ceriel
eba26ad2e6 Added lint 1991-09-30 17:54:44 +00:00
ceriel
b0f64baa8b Added lint 1991-09-30 16:58:12 +00:00
ceriel
7092d8138e Added -ansi flag to lint.1 1991-09-30 16:55:35 +00:00
ceriel
d202b80bcf Adapted for ACK distribution 1991-09-30 16:53:21 +00:00
ceriel
ffa0f837a1 Added 1991-09-30 16:51:49 +00:00
ceriel
25cf41d9b7 Distribute malloc.c to improve lint library generation 1991-09-30 16:36:17 +00:00
ceriel
e7b4e265d4 fixed some lint complaints 1991-09-30 16:24:45 +00:00
ceriel
8e572d417b fixed lint complaints 1991-09-30 16:12:08 +00:00
ceriel
8d25f69e77 Fix: sometimes crashed on initializers for unknown types 1991-09-30 15:00:46 +00:00
ceriel
3e17bc4188 Hidden name 'not_implemented' 1991-09-30 09:26:09 +00:00
ceriel
b3780be39c Added debugger support library 1991-09-30 09:24:11 +00:00
ceriel
a9bcc007ad Added sparc docs 1991-09-27 17:08:48 +00:00
ceriel
fb51183da2 Added 1991-09-27 16:19:24 +00:00
ceriel
63c9fea5c2 Hidden some names, fixed STR 1 bug, use stdio instead of print module 1991-09-27 15:02:33 +00:00
ceriel
6a02543de2 Use stdio instead of print module 1991-09-27 14:58:31 +00:00
ceriel
3a0c4d8704 Adapted for SPARC. LBRAC not reliable 1991-09-27 14:58:30 +00:00
ceriel
3048dc72a7 Added __sun define 1991-09-27 14:57:38 +00:00
ceriel
39f7f119d7 Added support for grind 1991-09-27 14:55:04 +00:00
ceriel
7520aec9d4 Made to work for SPARC 1991-09-27 14:51:43 +00:00
ceriel
90279a0a36 Also include back.h 1991-09-26 12:55:43 +00:00
ceriel
5e3c1e94b0 Fixed typo 1991-09-25 15:39:43 +00:00
ceriel
52a38e47ca Fixed calls to ioctl; sizes of structs are different in ACK 1991-09-25 15:35:57 +00:00
ceriel
157236bdb0 small change to get a better LB 1991-09-25 15:35:03 +00:00
ceriel
8487ae3d76 Made to work with interpreter 1991-09-25 15:04:05 +00:00
ceriel
ce1dba9cac Fixed illegal array descriptors 1991-09-25 15:04:02 +00:00
ceriel
aa24841c87 removed tst.ocm; did not compile 1991-09-25 15:03:05 +00:00
ceriel
b40fd1c8d9 Several fixes 1991-09-25 10:44:30 +00:00
ceriel
c17ce93d9e Several fixes 1991-09-25 10:30:45 +00:00
ceriel
8661cdb40b Added {} around generated for-loop 1991-09-25 10:29:00 +00:00
ceriel
bc0d2e7d69 Fixed problem in gen_str.c: back-slash escape 1991-09-25 10:28:06 +00:00
ceriel
cb4e69cba9 Added fef,fif and fixes 1991-09-25 09:17:14 +00:00
ceriel
7a725ce340 Added libend 1991-09-25 09:16:08 +00:00
ceriel
8baee004e8 Added mes 11 1991-09-25 09:15:22 +00:00
ceriel
3eed94de5b Added 1991-09-25 09:15:10 +00:00
ceriel
a78a8b6038 Gave coroutine more stack space 1991-09-25 09:14:25 +00:00
ceriel
cae8164263 Added _dvi and _dvil 1991-09-25 09:14:08 +00:00
ceriel
567a619003 Added FLOATS macro and fixed array bound error 1991-09-25 09:11:14 +00:00
ceriel
1acd31de45 Added typedef for sigset_t 1991-09-25 09:07:28 +00:00
ceriel
9225ee6a80 Fixed for Sparc 1991-09-24 17:48:37 +00:00
ceriel
9ec49cb6d9 Avoid DVI instruction. Use library call instead 1991-09-24 10:45:43 +00:00
ceriel
4ecf088423 Added 1991-09-23 13:44:18 +00:00
ceriel
0b83bf33e8 Added 1991-09-20 18:14:05 +00:00
ceriel
f03c37528e Added 1991-09-20 16:05:17 +00:00
ceriel
ae0dbd5050 Added 1991-09-20 15:20:22 +00:00
ceriel
dee2d11596 Added sparc 1991-09-20 15:18:26 +00:00
ceriel
571ad3216b Fixed proto.make 1991-09-20 10:39:07 +00:00
ceriel
be3c10d635 Fixes 1991-09-19 14:39:10 +00:00
ceriel
b281e4c6b5 Removed dir.h 1991-09-19 13:05:02 +00:00
ceriel
1df45b5beb Updates and fixes 1991-09-19 12:54:23 +00:00
ceriel
4bd8dcde59 Updates 1991-09-19 12:46:16 +00:00
ceriel
6e485ef169 Several fixes 1991-09-19 11:26:10 +00:00
ceriel
80e3ee2e79 Added some decls 1991-09-19 10:47:01 +00:00
ceriel
529cb1a5e2 NSIG --> _NSIG 1991-09-19 10:38:40 +00:00
ceriel
bb17a417dc Added definition for SIGSYS 1991-09-19 10:36:32 +00:00
ceriel
0557944381 Added stat.h 1991-09-19 09:35:16 +00:00
ceriel
e5cd7399e5 Added types.h 1991-09-19 09:05:20 +00:00
ceriel
3a848279d5 Added unistd.h 1991-09-19 08:59:59 +00:00
ceriel
8ed14ba4d5 Fixed pmds4 description 1991-09-19 08:48:59 +00:00
ceriel
717cfbd921 improved test entries 1991-09-18 19:39:02 +00:00
ceriel
a1fc266ca5 Same for mach.h 1991-09-18 19:19:35 +00:00
ceriel
14b9b9c79f Fixed: failed on MLU 4 pattern; changed register variables 1991-09-18 19:17:56 +00:00
ceriel
f7fbe11132 r3 is now scratch 1991-09-18 19:10:24 +00:00
ceriel
2962e93407 Added -L flag 1991-09-18 18:44:30 +00:00
ceriel
90370cbc29 one more minor change: display name of file being compiled 1991-09-18 18:40:55 +00:00
ceriel
f84b365280 minor changes 1991-09-18 18:39:11 +00:00
ceriel
8db721b6aa Added include directory for tail_mon 1991-09-18 18:36:22 +00:00
ceriel
998d11379c whichone.h in <> so that -I option determines which one to take 1991-09-18 18:23:36 +00:00
ceriel
d8b3985528 Added entries for clean, etc. 1991-09-18 14:17:27 +00:00
ceriel
b0b814befd Forgot next.c 1991-09-18 10:16:06 +00:00
ceriel
369776173a Fixed: em_path now resides in config 1991-09-18 10:14:52 +00:00
ceriel
934e140c98 Fixed proto.make 1991-09-18 10:03:49 +00:00
ceriel
a0858c04e4 Many fixes 1991-09-18 10:02:37 +00:00
ceriel
16b2c7c173 Fixed mach_params 1991-09-18 09:58:12 +00:00
ceriel
df7fa49125 Fixed proto.make: Cfiles also depends on Makefile 1991-09-18 09:49:37 +00:00
ceriel
3a0c239091 Fixed some errors 1991-09-18 09:48:15 +00:00
ceriel
abb71310d2 signal stuff not included on BSD 4.2 or SunOs 1991-09-18 09:46:08 +00:00
ceriel
dfcbc661ca Added stdtypes.h 1991-09-18 09:43:45 +00:00
ceriel
2ad0051a24 popen.c did not compile with __USG defined 1991-09-18 09:19:40 +00:00
ceriel
fbf6efa8fd Fix: used wrong name 1991-09-17 16:38:16 +00:00
ceriel
d3b2458f24 Fixed array bound error. Amazing that it worked on a SUN-3 1991-09-17 10:39:20 +00:00
ceriel
1d6a5c84b6 system-call to MON mapping is in libsys 1991-09-17 09:47:16 +00:00
ceriel
8c82c2e5ef MAXPROCARG could be 0 1991-09-17 09:46:12 +00:00
ceriel
6a970eac86 fixed description for -g flag 1991-09-16 14:48:15 +00:00
ceriel
3863f0d1a2 Added compmodule 1991-09-16 12:47:00 +00:00
ceriel
d04a7af13c Added libdb 1991-09-16 11:54:19 +00:00
ceriel
fe74ad115d Added 1991-09-16 11:53:12 +00:00
ceriel
03da2719ec Added libdb 1991-09-16 11:49:03 +00:00
ceriel
132d7ddd95 Added 1991-09-16 11:47:43 +00:00
ceriel
443aae6f7a Added proto.libdb 1991-09-16 11:45:37 +00:00
ceriel
5bfd012ea3 Added grind 1991-09-16 11:45:26 +00:00
ceriel
c2bcab0685 Fixed proto.make 1991-09-16 11:09:10 +00:00
ceriel
728dc323cd Fixed proto files 1991-09-16 09:59:09 +00:00
ceriel
24c41e0d4d Added -I. to includes 1991-09-16 09:44:21 +00:00
ceriel
9e2e9cc6f7 Fixed 1991-09-16 09:38:58 +00:00
ceriel
f59466eab7 Only install cv; Xcv can only be compiled on a SUN-3 1991-09-16 09:37:06 +00:00
ceriel
d3254e4bb7 Added ops.c and ops.h 1991-09-13 15:13:59 +00:00
ceriel
884e02e822 fix: make.ops takes a parameter 1991-09-13 15:09:38 +00:00
ceriel
bdf6bc6f87 Added grind 1991-09-13 15:05:49 +00:00
ceriel
65454de06c Fixed proto.make 1991-09-13 14:56:50 +00:00
ceriel
712ae25e0d No longer made with amake 1991-09-13 14:53:27 +00:00
ceriel
767c52b241 Fixed proto.make 1991-09-13 12:36:13 +00:00
ceriel
4d7339bb60 Fixed proto.make 1991-09-13 12:01:42 +00:00
ceriel
cd8141b705 Fixed proto.make 1991-09-13 11:20:27 +00:00
ceriel
0182322630 Fixed proto.make 1991-09-13 11:00:50 +00:00
ceriel
a8cb5cbe86 Fixed proto.make 1991-09-13 10:29:06 +00:00
ceriel
7d5231279f Fixed 1991-09-13 10:24:29 +00:00
ceriel
c9c46c1ec1 Fixed 1991-09-13 10:12:17 +00:00
ceriel
e5052d73e4 fix: make directory lib.bin/ego 1991-09-13 10:07:37 +00:00
ceriel
e73d9b09a4 Identifier name change; tmpnam is reserved 1991-09-13 09:59:54 +00:00
ceriel
b10eadb10e Fixed problem with parameter counts 1991-09-13 09:15:36 +00:00
ceriel
86e38c87fb Fixed typo 1991-09-12 16:41:15 +00:00
ceriel
0ae5c1e43e Fixed: Added -I. 1991-09-12 16:39:50 +00:00
ceriel
90e969b5ba scan.c must be read-write 1991-09-12 16:22:48 +00:00
ceriel
a82fde69c3 Fixed 1991-09-12 14:19:28 +00:00
ceriel
5c64a8d1ea install libmon AND libsys 1991-09-12 12:01:08 +00:00
ceriel
e54a3afdfd install system call library 1991-09-12 11:57:55 +00:00
ceriel
0339ee31bd install libmon AND libsys 1991-09-12 11:52:59 +00:00
ceriel
c5b304bc51 install libbsd4_2 system-call interface by default 1991-09-12 11:50:03 +00:00
ceriel
55d1808387 Added proto.sysmon to .distr 1991-09-10 12:23:18 +00:00
ceriel
8b6a2e2cd7 Added flex and byacc 1991-09-10 11:48:47 +00:00
ceriel
5167121b6e Added ANSI-C to Action file 1991-09-10 11:20:45 +00:00
ceriel
3bbf316395 Added Makefile to do a 'make distr' 1991-09-10 09:55:38 +00:00
ceriel
ad1ff9d44c Added 1991-09-06 16:01:22 +00:00
ceriel
8caa154b25 new installation mechanism 1991-09-06 15:37:13 +00:00
ceriel
528ce00522 Added 1991-09-06 15:36:00 +00:00
ceriel
65bc2b62a1 Added todo 1991-09-06 15:31:41 +00:00
ceriel
f0c03173ef Added test.s 1991-09-06 15:06:36 +00:00
ceriel
699edcc81e Added ANSI stuff 1991-09-06 14:37:35 +00:00
ceriel
ad5b31be99 Distribute proto.make, not Makefile 1991-09-06 13:58:59 +00:00
ceriel
ea750dd18b Fixed for current nroff 1991-09-06 13:36:26 +00:00
ceriel
f1c3c765c5 new installation mechanism 1991-09-06 11:38:51 +00:00
ceriel
1dfcfd17fb Changed comment 1991-09-06 11:34:41 +00:00
ceriel
a073089e73 Added libce 1991-09-06 11:33:10 +00:00
ceriel
607a2393a0 New installation mechanism 1991-09-06 11:33:09 +00:00
ceriel
f67ed5e458 New installation mechanism 1991-09-06 11:04:20 +00:00
ceriel
d206ef7ce1 Added ce to .distr 1991-09-05 16:37:00 +00:00
ceriel
1ceac3b8e9 New installation mechanism 1991-09-05 16:36:59 +00:00
ceriel
50abc3f33b minor change 1991-09-05 16:35:57 +00:00
ceriel
edaf2a01f4 new installation mechanism 1991-09-05 16:35:56 +00:00
ceriel
4ceac64530 new installation mechanism 1991-09-05 11:56:23 +00:00
ceriel
db67ceebc9 LIBS was not used; removed it 1991-09-05 11:52:04 +00:00
ceriel
bb82ab2c09 New installation mechanism 1991-09-05 11:50:17 +00:00
ceriel
3e9c44cef7 new installation mechanism 1991-09-05 11:43:36 +00:00
ceriel
52d1b0e8aa New installation mechanism 1991-09-05 11:33:24 +00:00
ceriel
53664c2d1f New installation mechanism 1991-09-05 11:22:37 +00:00
ceriel
3bdfdfc1cf Some fixes 1991-09-05 11:19:37 +00:00
ceriel
a2fc0c859c new installation mechanism 1991-09-05 11:10:43 +00:00
ceriel
d93bc01d2d New installation mechanism 1991-09-05 11:06:46 +00:00
ceriel
5eb2a9f2fe Fixed error in path name 1991-09-05 10:56:45 +00:00
ceriel
e7a1e1cc9c New installation mechanism 1991-09-05 10:56:44 +00:00
ceriel
324b09070d Adapted NEW 1991-09-05 10:34:46 +00:00
ceriel
9eea2a726e some fixes 1991-09-05 09:47:57 +00:00
ceriel
fc443716c8 proto.make instead of Makefile 1991-09-05 09:26:23 +00:00
ceriel
6c517ebb35 Added .distr 1991-09-05 09:25:02 +00:00
ceriel
9592708fe2 libros --> libmon 1991-09-05 09:24:05 +00:00
ceriel
c8f9014a7e MON library also linked with .e 1991-09-04 17:57:34 +00:00
ceriel
4b7d675f55 Added arm 1991-09-04 17:56:54 +00:00
ceriel
7559fbb966 lib --> lib.bin for programs 1991-09-04 17:56:11 +00:00
ceriel
9853ac8a4b lib --> lib.bin for programs 1991-09-04 17:50:11 +00:00
ceriel
dc715866bb lib --> lib.bin for programs 1991-09-04 16:53:25 +00:00
ceriel
5a0bf7639a lib --> lib.bin for programs 1991-09-04 16:25:34 +00:00
ceriel
70ee3dc406 Fixed machine-dependant defines 1991-09-04 16:18:23 +00:00
ceriel
b6590ab8d1 lib --> lib.bin for programs 1991-09-04 16:18:20 +00:00
ceriel
0caa529e0a fix machine-dependant #if's 1991-09-04 16:01:22 +00:00
ceriel
df039a267d Fixed machine-dependant defines 1991-09-04 15:59:56 +00:00
ceriel
4fd7747338 fix machine-dependant #if's 1991-09-04 15:49:34 +00:00
ceriel
620f7e3d49 fix machine-dependant #if's 1991-09-04 15:37:41 +00:00
ceriel
a2fd894103 lib --> lib.bin for programs 1991-09-04 13:29:18 +00:00
ceriel
3003fa5594 Added tail_mon2 1991-09-04 13:29:04 +00:00
ceriel
284290f41a Added arm 1991-09-04 13:26:41 +00:00
ceriel
707e62a998 lib --> lib.bin for programs 1991-09-04 13:23:32 +00:00
ceriel
ca86ccf220 lib --> lib.bin for programs 1991-09-04 13:12:45 +00:00
ceriel
38fdd40cb7 updated for Minix 1.5 1991-09-04 13:07:02 +00:00
ceriel
206afe317c New installation mechanism 1991-09-04 12:01:39 +00:00
ceriel
5d5fa0b453 New installation mechanism 1991-09-04 11:32:07 +00:00
ceriel
7dd59bfdb0 new installation mechanism 1991-09-04 11:31:36 +00:00
ceriel
b21d0acbdd new installation mechanism 1991-09-04 11:22:19 +00:00
ceriel
1e4b58858e New installation mechanism 1991-09-04 11:19:28 +00:00
ceriel
1100c95c47 new installation mechanism 1991-09-04 11:10:36 +00:00
ceriel
564cbc6eba Only call NOP routine when debugging table 1991-09-04 10:55:52 +00:00
ceriel
89b73247c7 New installation mechanism 1991-09-04 10:45:29 +00:00
ceriel
129dbd29cf new installation mechanism 1991-09-04 10:43:51 +00:00
ceriel
634eb45db6 new installation mechanism 1991-09-03 17:38:15 +00:00
ceriel
6872464b8d new installation mechanism 1991-09-03 16:57:49 +00:00
ceriel
c3b36c748b New installation mechanism 1991-09-03 16:57:00 +00:00
ceriel
3b00811300 New installation mechanism 1991-09-03 16:45:48 +00:00
ceriel
4b27a0d2f3 new installation mechanism 1991-09-03 16:44:58 +00:00
ceriel
7d6eed155c New installation mechanism 1991-09-03 16:34:31 +00:00
ceriel
43efeff393 new installation mechanism 1991-09-03 16:28:37 +00:00
ceriel
01d8753db4 new installation mechanism 1991-09-03 16:20:41 +00:00
ceriel
53bfe9cfa0 New installation mechanism 1991-09-03 16:03:33 +00:00
ceriel
4274cb903c new installation mechanism 1991-09-03 16:03:08 +00:00
ceriel
e262730554 New installation mechanism 1991-09-03 15:37:56 +00:00
ceriel
019074c732 new installation mechanism 1991-09-03 15:37:16 +00:00
ceriel
8818aec10e New installation mechanism, updated to minix 1.5 1991-09-03 15:11:18 +00:00
ceriel
fc1615334c new installation mechanism 1991-09-03 15:01:06 +00:00
ceriel
cdd5e62a71 new installation mechanism 1991-09-03 14:44:30 +00:00
ceriel
9883fa2379 New installation mechanism 1991-09-03 14:27:06 +00:00
ceriel
c55a542ba4 New installation mechanism, updated to 1.5 1991-09-03 14:22:32 +00:00
ceriel
7512bdd33b updated to minix 1.5 1991-09-03 12:00:30 +00:00
ceriel
c44e30af8b updated to minix 1.5 1991-09-03 11:54:28 +00:00
ceriel
096b4683d4 updated to minix 1.5 1991-09-03 11:47:14 +00:00
ceriel
bae41e2d34 new installation mechanism 1991-09-03 10:55:59 +00:00
ceriel
51c2e125ce New installation mechanism 1991-09-03 10:55:25 +00:00
ceriel
88885db964 New installation mechanism 1991-09-03 10:54:20 +00:00
ceriel
084f565c9f new installation mechanism 1991-09-03 10:39:56 +00:00
ceriel
b67d1a36f3 New installation mechanism 1991-09-02 17:47:41 +00:00
ceriel
b520bc40a5 New installation mechanism 1991-09-02 17:27:44 +00:00
ceriel
ce87955d7b New installation mechanism 1991-09-02 17:00:19 +00:00
ceriel
5d9dc323e9 New installation mechanism 1991-09-02 15:46:16 +00:00
ceriel
a70ce8404c New installation mechanism 1991-09-02 15:23:50 +00:00
ceriel
954d74eff8 New installation mechanism 1991-09-02 15:08:48 +00:00
ceriel
6960652579 New installation mechanism 1991-09-02 14:52:41 +00:00
ceriel
1d5fae2b24 New installation mechanism 1991-09-02 14:35:41 +00:00
ceriel
32b924a76a New installation mechanism 1991-09-02 14:18:44 +00:00
ceriel
85a8a71149 New installation mechanism 1991-09-02 14:11:40 +00:00
ceriel
0cc2f6e317 New installation mechanism 1991-09-02 14:03:15 +00:00
ceriel
dc2ab49b32 NOP does nothing but stacking 1991-08-30 15:48:10 +00:00
ceriel
d4045b68d4 New installation mechanism 1991-08-30 15:45:58 +00:00
ceriel
6d9cd78c4e New installation mechanism 1991-08-30 15:19:38 +00:00
ceriel
5730364a30 new installation mechanism 1991-08-30 15:18:42 +00:00
ceriel
e572fa981d New installation mechanism 1991-08-30 12:59:04 +00:00
ceriel
8c40aefc8b New installation mechanism 1991-08-29 15:15:40 +00:00
ceriel
3a7f7f5eb9 use __exit and __write instead 1991-08-29 15:08:24 +00:00
ceriel
1be5f51868 New installation mechanism 1991-08-29 11:57:16 +00:00
ceriel
54fe5425e1 Adapted to new assembler 1991-08-29 11:52:50 +00:00
ceriel
bab09a13c2 New installation mechanism 1991-08-29 11:36:20 +00:00
ceriel
33c0dd8496 use __exit and __write instead 1991-08-29 11:34:42 +00:00
ceriel
c9627bf4e6 only depend on MON implementation for system calls 1991-08-29 11:30:58 +00:00
ceriel
8a9e71256f New installation mechanism 1991-08-28 16:00:10 +00:00
ceriel
49b3949315 new directory for system-dependant things 1991-08-28 15:55:18 +00:00
ceriel
239535a02a end, etext, edata library 1991-08-28 15:43:46 +00:00
ceriel
8b3009d6e3 New installation mechanism 1991-08-28 15:23:40 +00:00
ceriel
1d620a2e3b Distribute ncg, not cg 1991-08-28 14:32:58 +00:00
ceriel
dab686f5e0 New installation mechanism 1991-08-28 14:14:44 +00:00
ceriel
bbb4d40669 Include whichone.h with <> so that the -I options decide which one is included 1991-08-28 14:13:14 +00:00
ceriel
1d990f7f9c Distribute ncg, not cg 1991-08-28 14:11:03 +00:00
ceriel
4c0b0fd096 Distribute ncg, not cg 1991-08-28 13:41:24 +00:00
ceriel
9ab452c974 new installation mechanism 1991-08-28 13:39:54 +00:00
ceriel
896bd6de39 New installation mechanism 1991-08-28 13:10:52 +00:00
ceriel
b5e28c964f New installation mechanism 1991-08-28 12:50:30 +00:00
ceriel
3168ce61ae New installation mechanism 1991-08-28 12:02:16 +00:00
ceriel
b53634fa73 New installation mechanism 1991-08-28 11:28:56 +00:00
ceriel
12c14c0396 New installation mechanism 1991-08-28 11:08:03 +00:00
ceriel
70d13f9a80 New installation mechanism 1991-08-28 10:55:22 +00:00
ceriel
c7edcc34d6 New installation mechanism 1991-08-27 10:47:25 +00:00
ceriel
d9f98bc411 New installation mechanism 1991-08-27 10:18:09 +00:00
ceriel
5f652d1e85 removed compare and install 1991-08-27 10:17:25 +00:00
ceriel
112b0cf407 removed ud_locals.h; it was not used 1991-08-27 10:15:59 +00:00
ceriel
2b23822015 Handle entries without name 1991-08-27 09:55:25 +00:00
ceriel
492be74d94 Removed includes with relative paths 1991-08-27 09:45:37 +00:00
ceriel
2c400f6a44 Added u flag 1991-08-27 09:44:53 +00:00
ceriel
e7856a2204 New installation mechanism 1991-08-27 09:41:49 +00:00
ceriel
53b7af7a80 New installation mechanism 1991-08-27 09:20:30 +00:00
ceriel
31714c8bf3 parameterized cvtkeywords 1991-08-27 09:09:49 +00:00
ceriel
edd602fcdb Keep ms_stb's where they are 1991-08-27 09:08:05 +00:00
ceriel
5d4aa41db7 New installation mechanism 1991-08-27 09:05:27 +00:00
ceriel
3936acad08 Some minor mods 1991-08-27 08:57:28 +00:00
ceriel
da188bbb4d New installation mechanism, changed byte order mechanism 1991-08-26 16:57:47 +00:00
ceriel
73177ad913 New installation mechanism 1991-08-26 16:50:25 +00:00
ceriel
dd478032e6 New installation mechanism 1991-08-26 16:21:27 +00:00
ceriel
e469cc5ac6 New installation mechanism 1991-08-26 16:02:10 +00:00
ceriel
8981100964 New installation mechanism 1991-08-26 15:18:31 +00:00
ceriel
f17db32411 New installation mechanism 1991-08-26 15:10:59 +00:00
ceriel
0fb930b473 New installation mechanism 1991-08-26 14:39:14 +00:00
ceriel
942b24329f New installation mechanism 1991-08-26 14:29:59 +00:00
ceriel
2526e11a03 improved structure assignments 1991-08-26 14:26:07 +00:00
ceriel
57e6cad135 New installation mechanism 1991-08-26 14:05:16 +00:00
ceriel
8e89c04900 New installation mechanism 1991-08-26 13:23:36 +00:00
ceriel
78104e7d8a New installation mechanism 1991-08-26 12:50:21 +00:00
ceriel
8fcbfada69 New installation mechanism 1991-08-26 12:04:28 +00:00
ceriel
216b8e5d98 Removed Makefile 1991-08-26 12:01:41 +00:00
ceriel
5abbc66878 New installation mechanism 1991-08-26 11:08:07 +00:00
ceriel
b1fdacb99c relaxed the ;-terminator requirement for parameters 1991-08-23 16:23:07 +00:00
ceriel
3c221691b3 Added proto files 1991-08-23 14:07:27 +00:00
ceriel
2b3ea5faab Added proto.make file 1991-08-23 14:06:51 +00:00
ceriel
5ca5519c75 Added .distr file 1991-08-21 15:28:46 +00:00
ceriel
42afe4e24e Added .distr file 1991-08-21 15:19:39 +00:00
ceriel
6d86200992 renamed fe 1991-08-21 11:38:52 +00:00
ceriel
f0d26d1935 renamed descr 1991-08-21 11:33:24 +00:00
ceriel
35b0718027 cv is no longer dependant on COFF include files 1991-08-19 16:36:58 +00:00
ceriel
790d540f91 Made to compile on non-COFF systems 1991-08-19 16:09:17 +00:00
ceriel
b503d85d23 If NOPP is defined, do not do trigraph translation; cpp does it 1991-08-09 13:57:13 +00:00
ceriel
5d00c41800 Removed definition of EMHOME; it was not used 1991-08-07 10:52:35 +00:00
ceriel
2a6c8390fa Fix for symbolic debugger 1991-08-05 13:23:45 +00:00
ceriel
c34fcda208 Fixes: sometimes entered panic mode with wrong fakestack 1991-07-30 16:05:59 +00:00
ceriel
da84cc69bc removed scan.c and fixed a bug: 'struct a;' is an empty decl if struct a is already known 1991-07-25 16:00:32 +00:00
ceriel
dbe4911b65 Fixed the HFILES macro 1991-07-25 15:45:35 +00:00
ceriel
003382e13f Fix in 'LDC CMS TNE' pattern 1991-07-22 09:23:25 +00:00
ceriel
4d682ab1e2 Changed mechanism for defining size_type 1991-07-12 10:16:11 +00:00
ceriel
240dd55fd9 Removed the id_enum macro and replaced id_struct by id_tag (better name) 1991-07-08 16:49:04 +00:00
dick
ca104453ca prototypes now handled by lint 1991-07-05 11:55:17 +00:00
dick
a0460b8bfc compatibility change in l_class.h for prototypes in ANSI C 1991-07-05 11:33:49 +00:00
ceriel
34d6b23ba6 Fixed two bugs:
- did not accept arrays in 'if (a) ...'
- did not detect too few parameters in functions with ellipsis prototypes
1991-07-01 14:10:15 +00:00
ceriel
c3c1b918f0 updated 1991-06-26 17:39:48 +00:00
ceriel
9bbcb70320 Added end_em 1991-06-26 17:38:06 +00:00
ceriel
bdad94b18c New global optimizer driver 1991-06-26 17:36:59 +00:00
ceriel
e036de0d90 Removed wrong patterns 1991-06-26 17:35:03 +00:00
ceriel
8afda7422e Fix NOP 1991-06-26 17:33:16 +00:00
ceriel
c77a7e6d32 Fixed call to mktemp() so that it does not try to change a constant string 1991-06-26 17:32:44 +00:00
ceriel
dac25d9dd8 fixed trp.s (undid change by Hans v Eck) 1991-06-26 17:32:09 +00:00
ceriel
e505a02ad7 produce debugging info 1991-06-26 17:30:48 +00:00
ceriel
47dccc3c67 improved clean entry 1991-06-26 17:30:36 +00:00
ceriel
9f565afcc2 removed unused variable 1991-06-26 17:29:58 +00:00
ceriel
8583ee73f3 Added verbose flag 1991-06-26 17:28:15 +00:00
ceriel
ea9332362d correction 1991-06-26 17:26:59 +00:00
ceriel
f3d21dc6cc made alloc.h acceptable for ANSI C compiler 1991-06-26 17:26:03 +00:00
ceriel
8cf9b73fbc Fixed grammar 1991-06-26 17:23:55 +00:00
ceriel
55d8020292 some more statistics 1991-06-24 16:35:08 +00:00
ceriel
42584ddcdb Fixed memory leak 1991-06-24 16:33:43 +00:00
ceriel
1be579a6e7 minor improvement to volatile code 1991-06-21 10:31:20 +00:00
ceriel
aec33f4d0f CLK_TCK --> CLOCKS_PER_SEC; was toch goed 1991-06-21 09:58:57 +00:00
ceriel
9461e91a9b Patched in D option (feature from Johan) 1991-06-20 14:22:37 +00:00
ceriel
7a1d1ce1c1 fixed some label problems 1991-06-20 10:17:36 +00:00
ceriel
9f43986877 ANSI requires separate name space for labels, and made to use idf module 1991-06-19 16:12:56 +00:00
ceriel
3a074a6f99 FIxed problem with volatile structs and the ./-> operators 1991-06-13 15:56:14 +00:00
ceriel
384d4c7647 corrected time.h header 1991-06-11 09:25:32 +00:00
ceriel
9e9e7db6b4 Fixed flushbuf() so that it works with POSIX conformant Unix versions 1991-06-10 17:07:18 +00:00
ceriel
e6a017827e Changed an int into a short 1991-06-06 11:47:23 +00:00
ceriel
44fda8e7d0 Fixed Makefile 1991-06-05 09:25:20 +00:00
ceriel
3e9b9b3cbe Added isnan.c 1991-06-04 15:33:34 +00:00
ceriel
659d310e37 Modified to output a little less white space 1991-06-03 14:46:13 +00:00
ceriel
2838d446ef Did not detect redeclaration of formal as local 1991-05-27 15:06:36 +00:00
ceriel
3891c03e0e prevent complaints about unused variables when they are used as var-param 1991-05-21 14:11:27 +00:00
ceriel
2d79ecd203 Fixed a few problems 1991-05-16 13:22:15 +00:00
ceriel
094b1d0742 Fixed missing ; before } 1991-05-16 13:08:32 +00:00
ceriel
f4757c8370 fixed two possible null-references 1991-05-13 13:57:25 +00:00
ceriel
d8d30b403b Fixed a cast bug (unsigned to unsigned char) 1991-05-13 10:08:54 +00:00
ceriel
1da2103504 Delinted a bit 1991-04-25 16:47:47 +00:00
ceriel
c955dc1374 Delinted a bit 1991-04-25 16:26:11 +00:00
ceriel
7853446daf Fixed some sprint's 1991-04-25 13:54:25 +00:00
ceriel
0c137374ae fixed 1991-04-25 10:54:44 +00:00
ceriel
02d253d810 fixed 1991-04-25 10:49:28 +00:00
ceriel
e4136ac8e5 There was no RCK 2 due to a preprocessor-directive error 1991-04-24 14:09:20 +00:00
ceriel
e001541608 Fixed bug in checking of last char of environment variable 1991-04-24 12:18:03 +00:00
ceriel
e8ff85905f ptr_diff is a long in ANSI C; cast to int 1991-04-23 09:35:51 +00:00
ceriel
d6a224ea5f Changed name of loc_incl.h to loc_time.h 1991-04-22 13:21:11 +00:00
ceriel
ab8022ccbd Fixed bug 1991-04-22 11:29:48 +00:00
ceriel
a3f4cdefa3 Minor change: improved conflict resolver that tested for never happening case 1991-04-19 15:26:50 +00:00
ceriel
80c49a6ea7 Added LOS 4 and STS 4 1991-04-19 13:09:30 +00:00
ceriel
7258ccc596 Added some more patterns 1991-04-19 12:03:49 +00:00
ceriel
2fef7f7389 Added LOS 4 and STS 4 1991-04-19 12:02:52 +00:00
ceriel
de12536c94 fixed bug with struct/union/enum declarations 1991-04-18 12:27:58 +00:00
ceriel
2552813eaa Corrected #error and #define 1991-04-11 10:52:52 +00:00
ceriel
49c5c36362 Added defaults for M2COMPILER and DEF_DIR 1991-04-10 15:10:32 +00:00
ceriel
b2b79edc42 Removed use of STATIC 1991-04-10 13:32:42 +00:00
ceriel
c0d92bbc76 Added some patterns 1991-04-10 10:23:34 +00:00
ceriel
aa35bf7f02 Changed default value of rts to '.' 1991-04-09 15:29:46 +00:00
ceriel
e096bc3fb3 fixed problem with extern declarations 1991-04-09 10:15:48 +00:00
ceriel
e5b52ce56f Added some more patterns 1991-04-05 13:27:49 +00:00
ceriel
8e8f0b4079 fixed typo 1991-04-05 09:45:11 +00:00
ceriel
7c2c7f23e3 prevent overflow 1991-04-05 09:24:45 +00:00
ceriel
86151519db Some small changes to reduce local variable count 1991-04-04 16:48:18 +00:00
ceriel
71dfb50135 Added some re-ordering patterns 1991-04-04 16:45:31 +00:00
ceriel
5b2b02ae1e Added patterns 1991-04-04 13:21:46 +00:00
ceriel
ba2043808d correction: mixture of old-fashioned with ellipsis is always wrong 1991-04-03 10:02:40 +00:00
ceriel
cafd4a0497 Added patterns to improve code for getc() and putc() 1991-03-27 15:47:50 +00:00
ceriel
8a25f4e66b Some minor mods in mixed mode checking 1991-03-27 12:46:37 +00:00
ceriel
52287793fb Removed superfluous : 1991-03-26 18:41:47 +00:00
ceriel
0f809c61dc Added some patterns 1991-03-26 18:10:29 +00:00
ceriel
f9f8f93115 Fixed typo 1991-03-26 14:43:06 +00:00
ceriel
dcb6a17cf3 Fixed bug in function return code 1991-03-26 13:38:36 +00:00
ceriel
9565b3bd24 Added some patterns 1991-03-26 10:11:23 +00:00
ceriel
3e16cf5116 Fix: prevent incorrect error messages 1991-03-26 09:45:20 +00:00
ceriel
ca06e574ca Improved code generation for sets somewhat 1991-03-25 13:28:50 +00:00
ceriel
8b67c1f800 Fix to fix 1991-03-25 13:16:02 +00:00
ceriel
043ad764b8 Yet another fix: this time for AND/IOR/XOR/COM ? 1991-03-25 11:39:27 +00:00
ceriel
6f4da1d70a bug fix for SET instruction on m68k2 1991-03-22 18:23:55 +00:00
ceriel
eecdf96b0b Rearranged a bit 1991-03-22 15:17:16 +00:00
ceriel
1dff113351 Delinted 1991-03-22 14:26:10 +00:00
ceriel
3686d24064 Some modifications for running on smaller machines 1991-03-21 10:45:42 +00:00
ceriel
62bad715c2 Added some patterns for Kees Visser 1991-03-21 09:50:06 +00:00
ceriel
319fb7cbff Removed evaluation order dependency bug 1991-03-21 09:49:35 +00:00
ceriel
7a0002427d Use of em_flag was wrong: did not use sp_fmnem 1991-03-20 17:31:20 +00:00
ceriel
74ff22b506 Allow for AALMAG as well as ARMAG 1991-03-20 16:24:50 +00:00
ceriel
6bdd99ee7b allow for AALMAG as well as ARMAG 1991-03-20 16:21:53 +00:00
ceriel
a9aa131d8c fixed typo 1991-03-20 13:47:18 +00:00
ceriel
5c3b708636 Both aal and arch can read each others archives 1991-03-20 12:45:58 +00:00
ceriel
d32109c18d Several fixes 1991-03-20 11:30:35 +00:00
ceriel
7e8422d810 added check for Nan 1991-03-19 16:51:28 +00:00
ceriel
e27071de78 Check for Nan 1991-03-19 16:39:40 +00:00
ceriel
2684a45cc5 do not write in strings: they could reside in ROM 1991-03-19 11:14:39 +00:00
ceriel
3e0eb5d58a Detect too large values 1991-03-19 10:25:36 +00:00
ceriel
5a53ba3f50 Several minor mods: simplifications and identifier name changes 1991-03-18 16:30:49 +00:00
ceriel
22378eaff8 produce commons for newlbss 1991-03-18 15:06:01 +00:00
ceriel
95967a04e4 newlbss takes size as unsigned 1991-03-18 14:19:27 +00:00
ceriel
a61ee10532 fcntl.h now requires sys/types.h 1991-03-18 09:16:00 +00:00
ceriel
9155b8a68a Fixed bug that never occurred, but was discovered by reading the code 1991-03-15 11:21:46 +00:00
ceriel
f4691c73c4 Call _cleanup before _exit 1991-03-15 09:24:03 +00:00
ceriel
adab058c34 Fixed typo 1991-03-14 13:46:53 +00:00
ceriel
d8771e87f9 minor mods 1991-03-14 13:43:45 +00:00
ceriel
852601d0b5 minor mods 1991-03-14 13:16:32 +00:00
ceriel
5ebc2017a0 Do not use the allocation mechanism for the desig structure; overkill 1991-03-14 11:10:40 +00:00
ceriel
86bc055fa1 Corrected error on NOCROSS 1991-03-14 09:31:32 +00:00
ceriel
f7504dbd4b Cleaned up a bit more 1991-03-13 17:26:07 +00:00
ceriel
f48f0efe60 Added some more patterns 1991-03-13 15:56:43 +00:00
ceriel
52842cd09a Cleaned up a bit 1991-03-13 13:49:56 +00:00
ceriel
17266fb373 A strict warning was given too often 1991-03-13 10:11:25 +00:00
ceriel
0a517b9256 Changes to make node structure smaller, and cleaned up a bit 1991-03-12 16:52:00 +00:00
dick
20b17c3eb2 allow full paths for library names in shell script lint 1991-03-12 10:58:22 +00:00
ceriel
3e18caaab0 fixed bug in coroutine mechanism 1991-03-11 16:21:13 +00:00
ceriel
977e1ac25e Removed unused variable 1991-03-11 14:38:28 +00:00
ceriel
52d4c7ff70 Added VARARGS 1991-03-11 14:33:13 +00:00
dick
67a2cc281f ANSI C prototype handling added 1991-03-08 15:54:05 +00:00
ceriel
30867cf631 the -S option also falls under ifndef NOCROSS 1991-03-07 12:51:11 +00:00
ceriel
b4aaa8824e be a bit more tolerant about external definitions 1991-03-07 12:01:34 +00:00
ceriel
fffa7617b1 m_a_i_n --> _m_a_i_n 1991-03-06 14:44:25 +00:00
ceriel
b893ec7013 m_a_i_n --> _m_a_i_n 1991-03-06 14:26:16 +00:00
ceriel
76d79cf17a Added macro's for long selections 1991-03-06 10:52:34 +00:00
ceriel
24fd4e190e Fixed bugs 1991-03-06 10:20:17 +00:00
ceriel
82b3ae254c Added -S flag 1991-03-05 17:52:37 +00:00
ceriel
3a715f5479 Lay-out changes and made IMPORTS more specific 1991-03-05 13:47:08 +00:00
ceriel
ac83fe3815 Removed WORDLENGTH generation program; no longer assume that the machine
on which we compile is the machine on which we run
1991-03-05 13:06:00 +00:00
ceriel
27d53b0d33 Changed #include's 1991-03-05 12:44:05 +00:00
ceriel
e264b45120 Changed #include's 1991-03-05 12:16:17 +00:00
ceriel
d8ff0feed3 Replaced some EM code by C code 1991-03-05 11:56:39 +00:00
ceriel
81cc04f9a3 Changed unsigned checking so that runtime routines cab be written in C 1991-03-05 11:55:22 +00:00
ceriel
e929b5839f Fixed problem with top-of-stack mechanism on globally optimized code 1991-03-04 15:04:14 +00:00
ceriel
e340cea7be Under -t option, temporaries are in the current directory 1991-03-04 15:00:54 +00:00
ceriel
55bbaa1bf2 Fixed wrong %c conversion 1991-03-04 13:35:22 +00:00
ceriel
5a8012b084 Replaced driver by C version 1991-03-04 12:59:46 +00:00
ceriel
8f339de43b Prevent possible null-dereference 1991-03-01 14:55:46 +00:00
ceriel
e1b6ddca2c Prevent superfluous label generation 1991-03-01 14:54:43 +00:00
ceriel
bd1da2f86c Improved switches, and fixed wrong place indication in error messages 1991-03-01 13:51:37 +00:00
ceriel
9d3696befe Changed stat() interface 1991-02-28 16:47:45 +00:00
ceriel
1903555355 fixed bug with -j option 1991-02-28 14:48:17 +00:00
ceriel
e61d1b425d fixed old-fashioned decl check 1991-02-27 13:48:54 +00:00
ceriel
cb7438cb99 Some modifications to improve floating point printing 1991-02-26 18:37:47 +00:00
ceriel
d50d1f6c5e Added some casts so that it works for negative values 1991-02-26 18:17:21 +00:00
ceriel
1d73a4f04e Added hypot.c 1991-02-26 18:08:25 +00:00
ceriel
ee02bfcd82 minor mods 1991-02-26 15:46:18 +00:00
ceriel
9c0b85db41 Fixed tmpnam(): name contained null-byte 1991-02-26 09:28:39 +00:00
ceriel
1118da779b Use _ versions of system-calls 1991-02-22 16:57:42 +00:00
ceriel
cf10cabb6f fixed problems with flushbuf 1991-02-22 16:45:47 +00:00
ceriel
9340345509 Fix FOPEN_MAX array bound error 1991-02-22 16:32:05 +00:00
ceriel
5c5cb8e5c8 Make sure that line directives start on the beginning of a line 1991-02-22 14:29:37 +00:00
ceriel
782d0f48bf Undid previous change 1991-02-22 13:49:51 +00:00
ceriel
579b3b29bd Removed unused variables 1991-02-22 13:43:22 +00:00
ceriel
dab38becd4 Fixed preprocessor problem with empty macro bodies 1991-02-21 12:08:13 +00:00
ceriel
12f4a430b0 Added varargs.h 1991-02-20 14:53:31 +00:00
ceriel
a8c0b82421 removed -i flag 1991-02-20 09:59:26 +00:00
ceriel
6765041a10 Do not copy libsrc; only extract 1991-02-20 09:56:17 +00:00
ceriel
c9ece34fc5 Changed method of allocating locals 1991-02-20 09:54:55 +00:00
ceriel
1fec35a71e Added some patterns 1991-02-20 09:51:43 +00:00
ceriel
87385c49e4 Changed some identifier names (ANSI C, Ultrix ...) 1991-02-20 09:51:07 +00:00
ceriel
bb31795d33 removed -i flag 1991-02-20 09:48:36 +00:00
ceriel
1c694d98d0 removed unused variables 1991-02-20 09:48:00 +00:00
ceriel
0d65b92220 removed -i flag 1991-02-19 16:57:39 +00:00
ceriel
3f922854b3 fixed typo (?) 1991-02-19 16:54:06 +00:00
ceriel
2c31a9b1ac removed -i flag 1991-02-19 16:51:50 +00:00
ceriel
79cb35ec4f Added SLI reduce 1991-02-19 16:45:57 +00:00
ceriel
e0be1dfe3a Added byacc and flex to .distr 1991-02-19 16:39:36 +00:00
ceriel
8de1b855ab delinted 1991-02-19 16:25:21 +00:00
ceriel
c863c96023 Made use of C_insertpart dependant on compile-time flag 1991-02-19 16:22:41 +00:00
ceriel
c59e581ef2 Delinted a bit 1991-02-19 15:28:48 +00:00
ceriel
9a294d4821 Changed name of include file 1991-02-19 13:53:04 +00:00
ceriel
b5c5f09b16 moved some static declarations that were illegal ANSI C 1991-02-19 12:44:38 +00:00
ceriel
07092a19ca prevent sign-extension in unpack when needed 1991-02-19 12:41:27 +00:00
ceriel
d16c25fc80 prevent sign-extension in unpack when needed 1991-02-19 12:13:08 +00:00
ceriel
c40ca6ebbd Made ability for -g dependant on compile-time flag 1991-02-18 17:18:36 +00:00
ceriel
b4f4a87846 Corrected -g option 1991-02-18 17:15:11 +00:00
ceriel
24dd6b4cb5 Fixed problem with multiple TOKSEP's 1991-02-18 15:50:39 +00:00
ceriel
797441009d prevent multiple occurrences of TOKSEP in replace.c 1991-02-18 15:25:11 +00:00
ceriel
59fe948f83 Delinted some more 1991-02-18 12:05:06 +00:00
ceriel
3660ea15c5 One less significant digit: 20 was too much 1991-02-18 11:43:44 +00:00
ceriel
cf0cd51810 Delinted somewhat (did not work on 2/2 machines) 1991-02-18 11:11:04 +00:00
ceriel
af7686cd66 delinted 1991-02-18 10:58:49 +00:00
ceriel
720d775582 made D_ definitions a long and made symbol table generation conditional 1991-02-15 18:00:26 +00:00
ceriel
612217f906 Removed some incorrect STATIC's 1991-02-15 14:54:53 +00:00
ceriel
9595dda6b5 Fixed: contained construction that was illegal for ANSI C 1991-02-15 14:21:41 +00:00
ceriel
3e0c73690c Removed switches on longs (portability) and added packed subranges 1991-02-14 18:15:22 +00:00
ceriel
1ed0f8180f hash() now returns same value on 2-byte and 4-byte machines 1991-02-04 14:25:58 +00:00
ceriel
ac966f41eb Added end library and floating point processor support 1991-02-01 15:38:19 +00:00
ceriel
14ce396d6f fixed CFI problem 1991-02-01 15:33:41 +00:00
ceriel
0f4e675b50 Added end library and floating point processor support 1991-02-01 15:09:58 +00:00
ceriel
e64fb88a5d Added support for floating point processor 1991-02-01 12:51:48 +00:00
ceriel
4a03769a47 Added mktemp.c 1991-02-01 10:31:03 +00:00
ceriel
977d93dc67 reduce memory usage (again) 1991-02-01 10:21:39 +00:00
ceriel
0539581d5d Generate less stupid conversions 1991-02-01 09:54:21 +00:00
ceriel
2c3dcb0547 modified hash function to deliver same value on 2 byte and 4 byte machines 1991-01-31 15:17:54 +00:00
ceriel
ae5dded36f simplified 'tes' mechanism 1991-01-31 15:17:04 +00:00
ceriel
2a852dcff1 Added fdopen() 1991-01-30 16:26:06 +00:00
ceriel
0cd1cfd249 fixed 'times' systemcall interface 1991-01-30 16:10:13 +00:00
ceriel
e48822da7b Improved identifier string allocation mechanism 1991-01-30 11:25:25 +00:00
ceriel
48e0d9825a fixed problem with qsort(): did not work for objects whose size did not
fit in an int
1991-01-29 14:37:37 +00:00
ceriel
ff766530eb hide some VAX-ce specific names 1991-01-22 13:28:21 +00:00
ceriel
2094dcecfe assembling of (xxx,a6) addressing mode was wrong for large values of xxx 1991-01-22 12:43:40 +00:00
ceriel
c70195a81e assembling of (xxx,a6) addressing mode was wrong for large values of xxx 1991-01-22 12:01:25 +00:00
ceriel
8eff53f8ea Upgraded to Berkeley's version 1.8 1991-01-22 10:58:49 +00:00
ceriel
530ce78c37 now has own C library 1991-01-18 11:06:30 +00:00
ceriel
1bdb0a8d96 Added libcc 1991-01-18 11:04:30 +00:00
ceriel
3e4a2c3dbc Added files 1991-01-18 11:03:05 +00:00
ceriel
8322e2d5d3 Made to work if BYTES_REVERSED and/or WORDS_REVERSED are not defined 1991-01-18 09:54:56 +00:00
ceriel
36e47ad79b yytext is an array in lex, but a char * in flex 1991-01-18 09:43:04 +00:00
ceriel
81e80b2cd8 Changed implementation of dependency generator 1991-01-17 17:49:27 +00:00
ceriel
57f2827832 Modified manual page so that STDOUT and STDERR are mentioned 1991-01-17 13:24:28 +00:00
ceriel
bda14dbba1 Added code expander to Action file 1991-01-17 11:59:25 +00:00
ceriel
29b2e6e3d4 initial version 1991-01-16 16:07:50 +00:00
ceriel
e7b7aa3944 simplified compile time floating point somewhat 1991-01-15 18:21:16 +00:00
ceriel
0267340564 in SkipToNewLine(), check for TOKSEP; fixed problem with volatile 1991-01-15 12:00:24 +00:00
ceriel
3ddb8e24b7 wctomb() now also returns 1 on 0-char 1991-01-15 11:55:33 +00:00
ceriel
9e970befed in SkipToNewLine(), check for TOKSEP 1991-01-15 11:51:40 +00:00
ceriel
abb28f949a Corrected some patterns 1991-01-14 17:13:58 +00:00
ceriel
4b40bae467 made acceptable for flex (no yyless() callable from other source file) 1991-01-11 14:36:37 +00:00
ceriel
6acdb3e358 Made acceptable for flex (no yylineno, no yymorfl) 1991-01-11 14:35:14 +00:00
ceriel
818d2f10cf Made acceptable for flex (no yylineno) 1991-01-11 14:32:43 +00:00
ceriel
efa476b5b3 Made acceptable for flex 1991-01-11 14:28:59 +00:00
ceriel
0b26bdf5fb Some changes in search for more efficiency 1991-01-11 14:20:59 +00:00
ceriel
d9815cadcd fixed bug with APPEND in sys_open() 1991-01-11 13:19:36 +00:00
ceriel
224ac1b8ff Some more optim (?) 1991-01-11 10:54:03 +00:00
ceriel
f572b1fb35 some changes that may make ncg a tiny bit less inefficient 1991-01-10 18:39:36 +00:00
dick
32eddf7846 undo modifications outside #ifdef LINT 1991-01-10 17:49:19 +00:00
ceriel
5aa72b23cf corrected small ommission 1991-01-10 13:57:29 +00:00
ceriel
c26441aa64 Added Berkeley Yacc sources 1991-01-10 11:19:59 +00:00
dick
4a7ef15df2 more additions for lint 1991-01-07 12:33:38 +00:00
ceriel
55bf2e9bc1 Changed installation mechanism of LLgen 1991-01-04 15:08:28 +00:00
ceriel
27459757db Changed installation mechanism 1991-01-04 15:01:59 +00:00
ceriel
38d1831dd7 Fixed error in clearerr 1991-01-03 16:08:31 +00:00
ceriel
ac8168088c clearerr is now also a macro 1991-01-03 14:31:16 +00:00
ceriel
c4c7787acc clearerr is now also a macro 1991-01-03 14:23:54 +00:00
ceriel
589f3a3e35 Check for garbage in #pragma and #include 1991-01-03 13:50:57 +00:00
ceriel
72fcc53c49 Check for garbage after #include 1991-01-03 13:45:22 +00:00
ceriel
d7b6541a62 order of fields in struct was changed; PLEASE DICK, DO NOT DO THAT! 1990-12-19 17:32:04 +00:00
eck
4ac18c8ab4 added information about top element size computation 1990-12-19 17:07:10 +00:00
ceriel
3ae67d0d67 some fixes 1990-12-19 12:59:36 +00:00
ceriel
974463cbd4 Fixed stat interface 1990-12-19 12:42:21 +00:00
ceriel
3764bf860b Adapted for debugger 1990-12-19 11:54:55 +00:00
ceriel
9ddcfc5b96 Adapted READ_ME file to current situation 1990-12-19 11:52:37 +00:00
ceriel
5926babe03 fixed byte order in 'desc' field 1990-12-19 11:23:25 +00:00
ceriel
6cc07a7651 Changed LS/PS, ported to DEC VAX 1990-12-19 11:17:06 +00:00
ceriel
c747f1c1c0 simplified options.c 1990-12-19 11:07:15 +00:00
ceriel
f72cc607a1 Correct byte order of 'desc' field 1990-12-19 10:26:39 +00:00
ceriel
631f40cb1a Regenerated dependencies 1990-12-18 14:29:04 +00:00
ceriel
335377da7a changed lint flags, use ms_ego, changed allocation strategy for loops 1990-12-18 11:14:34 +00:00
ceriel
41ca723d96 corrected register save cost counts 1990-12-18 11:13:03 +00:00
ceriel
8b397ebf05 Moved some macros to ../share, changed lint flags 1990-12-17 16:48:31 +00:00
ceriel
5dee3d1b26 Changed lint flags 1990-12-17 16:35:26 +00:00
ceriel
1139272435 Changed types in core allocation routines, changed lint flags 1990-12-17 14:55:03 +00:00
eck
e37c249248 added casts of pointer difference to integer 1990-12-17 14:22:41 +00:00
ceriel
ab62dda2fc Added -t flag to keep temporaries around 1990-12-17 14:22:09 +00:00
ceriel
4e4d3290d4 use ms_ego, changed lint flags 1990-12-17 14:11:13 +00:00
ceriel
a836599f53 removed unused macros, changed lint flags 1990-12-17 13:53:44 +00:00
ceriel
b3ff76d859 Changed lint flags 1990-12-17 13:52:53 +00:00
ceriel
8b63334d30 fixed problem with multiple definitions going by undetected 1990-12-17 13:19:31 +00:00
ceriel
2fbdc5447a Changed types in core allocation routines, changed lint flags 1990-12-17 13:15:03 +00:00
ceriel
5e0ec19a91 Changed lint flags 1990-12-17 13:11:13 +00:00
ceriel
50c8fe71c3 changed lint flags, changed macro name, deleted unused macro 1990-12-17 13:09:57 +00:00
eck
ccc5f10fca fixed bugs with storage-class and void in prototype 1990-12-17 13:08:05 +00:00
ceriel
79444acd83 Changed lint flags 1990-12-17 13:05:24 +00:00
ceriel
4fbd256d14 print some info in comment in tables.c 1990-12-17 12:52:41 +00:00
ceriel
41dc11e497 Fixed problem with cost computation, added some assertions and
added some more precise debugging printing
1990-12-17 10:02:52 +00:00
eck
0ad960a9b0 set _IOMYBUF in setvbuf() when necessary 1990-12-14 14:47:26 +00:00
dick
0cc8f53eec added dummy definition of C_ms_err 1990-12-14 14:42:20 +00:00
ceriel
6390348994 Changed print format 1990-12-14 13:57:46 +00:00
eck
916b9e94e9 aligment (yet again) 1990-12-13 14:03:31 +00:00
eck
73231e630b added error message because of declaration problems 1990-12-13 09:14:54 +00:00
eck
530e1a3b6d fixed error for m68k2 1990-12-13 08:31:44 +00:00
eck
cb6ca0cf40 fixed nasty bug with sets that were used in kill-parts 1990-12-12 17:17:04 +00:00
ceriel
51ad0941cb regenerated dependencies 1990-12-11 14:09:02 +00:00
ceriel
64f8785d20 Added Pascal support 1990-12-11 13:53:01 +00:00
ceriel
f997bd0be8 Added debugger support 1990-12-11 13:52:08 +00:00
ceriel
b3287b2b0f Some fixes: delinted and fixed alignment bug (bloody sizeof strikes again) 1990-12-11 11:10:46 +00:00
ceriel
159d8ec57d Fixed for OUTSEEK (by C. Verstoep) 1990-12-11 10:38:22 +00:00
eck
007151ef1d improved error-handling on conditionally excluded #-lines 1990-12-10 11:17:34 +00:00
dick
495a037714 lint update (merge from C compiler) 1990-12-07 14:42:26 +00:00
ceriel
d9be4de96a Fixed RMU 4 1990-12-07 11:25:45 +00:00
dick
65bf3591a7 adapted to integration into cemcom.ansi 1990-12-06 14:56:42 +00:00
ceriel
c5c6267b1d fixed possible non-sign-extension problem 1990-12-06 11:34:50 +00:00
ceriel
24a8b613ae Added test program 1990-12-04 16:40:21 +00:00
eck
df975bc075 fixed typo 1990-12-04 12:52:41 +00:00
ceriel
2dbe465c0d Fixed for Ultrix: pass SUF 1990-12-04 11:42:25 +00:00
ceriel
8468609eda improved for numbers that can be represented exactly 1990-12-04 11:33:01 +00:00
eck
0b35c31e5b fixed bug with function returning pointer to function 1990-12-04 11:09:34 +00:00
ceriel
456ba2b03c Fixed: some moves were wrong 1990-12-03 16:01:51 +00:00
ceriel
17af2902eb Fixed con_float for non-IEEE machines 1990-12-03 16:00:53 +00:00
eck
4c99b235ed oops: forgot to update LIST 1990-12-03 14:21:21 +00:00
ceriel
8a81dbe6fb leave SIGFPE alone 1990-12-03 14:14:48 +00:00
eck
36861e70ac added isatty.c: it is reasonably standard on UNIX systems 1990-12-03 14:13:31 +00:00
ceriel
b3deddfaf3 also handle SIGFPE; runtime start-off should leave it alone 1990-12-03 13:54:36 +00:00
eck
2661a6085a oops, do set errno in ldexp() (blanket rules) 1990-12-03 13:09:27 +00:00
ceriel
cfd0a9b894 NOP now does not call .nop anymore 1990-12-03 09:36:56 +00:00
ceriel
b76ff7451c some more improvement to CUF 1990-11-30 15:58:33 +00:00
ceriel
70dafd79e9 fixed problem with CUF 1990-11-30 14:35:51 +00:00
ceriel
83b663388c fixed bug with auto-increments and -decrements 1990-11-30 14:34:04 +00:00
ceriel
df77506e1f Some modifications to reduce the number of terminals (for Ultrix) 1990-11-30 09:42:49 +00:00
ceriel
8f661ca8a9 corrected spelling error 1990-11-29 18:05:41 +00:00
ceriel
ff60fa58c3 Added _syscall.s and _sigvec.c 1990-11-29 16:13:49 +00:00
ceriel
45b18b4fc9 Added _sigsetmask.s 1990-11-29 16:04:04 +00:00
ceriel
91ee73faa3 made Makefile more portable 1990-11-27 16:51:58 +00:00
ceriel
ae8ca35563 made Makefile more portable 1990-11-27 16:41:13 +00:00
ceriel
2a6b538c9b Corrected error messages 1990-11-27 09:39:52 +00:00
eck
04480b1db9 added protection against #define of _POSIX_SOURCE 1990-11-22 13:59:54 +00:00
ceriel
713521e0f5 make cmp entry was wrong 1990-11-22 13:48:08 +00:00
ceriel
46f1738ad4 Added -ansi flag 1990-11-22 13:18:47 +00:00
ceriel
aaa75da7da Changed INCLUDES 1990-11-22 13:16:54 +00:00
ceriel
b9e242674e Changed INCLUDES and deleted be description 1990-11-22 13:09:46 +00:00
ceriel
da39a8e59f Changed INCLUDES 1990-11-22 13:09:04 +00:00
ceriel
6dbb3945ff Some more amake simplifications 1990-11-22 12:56:23 +00:00
ceriel
32598a47a2 Also update WorkingDir on line directives 1990-11-22 12:02:00 +00:00
ceriel
2299e83685 Wrong version committed 1990-11-22 11:48:08 +00:00
ceriel
6545b68874 Also update WorkingDir on line directives 1990-11-22 11:25:34 +00:00
ceriel
b2bee3043a Did not handle RETURN's in module bodies right 1990-11-22 09:49:37 +00:00
ceriel
d99b166621 Added -ansi flag for ANSI C compiler 1990-11-21 16:51:49 +00:00
ceriel
d4c2c7ca2c Simplified Amakefile 1990-11-20 13:02:27 +00:00
dick
d443d61b09 improved error messages 1990-11-19 14:14:12 +00:00
ceriel
fb143bcdb5 Some corrections and simplifications 1990-11-16 16:31:40 +00:00
ceriel
449a757841 Added Johan's changes (nothing significant) 1990-11-16 16:01:04 +00:00
ceriel
99bfba6a45 Added Johan's changes 1990-11-16 15:58:36 +00:00
ceriel
8ffaf72dfa Some corrections 1990-11-16 09:58:33 +00:00
ceriel
715dd4ef0f don't allow empty format string 1990-11-15 17:00:39 +00:00
ceriel
a06482bb41 Forgot to add ARPLOP to mach2.c 1990-11-15 16:18:33 +00:00
ceriel
2f82d25400 Added arpl instruction 1990-11-15 15:02:49 +00:00
ceriel
b1cb54a2b9 Added some (short) casts, because valu_t is a long 1990-11-15 12:10:13 +00:00
ceriel
9ef7e00974 Replaced a .data4 by two .data2's: .data4 not guaranteed to work with big numbers 1990-11-15 11:53:22 +00:00
ceriel
994b1319ca Some corrections 1990-11-15 10:43:25 +00:00
ceriel
da44a4c705 Added a default for WRD_FMT 1990-11-15 10:27:15 +00:00
ceriel
ca5df8b32b Only produce #define for WRD_FMT when FORMAT is used 1990-11-15 10:26:40 +00:00
ceriel
a618b9a759 also remove barrier.so 1990-11-13 17:38:50 +00:00
ceriel
ba69e4279d Added support for DBX; Unfortunately, DBX still does not like it; GDB does 1990-11-13 17:00:51 +00:00
eck
7536a1f510 fixed two preprocessing bugs 1990-11-13 16:50:55 +00:00
ceriel
c7fc857c2d Compile fptrp.e with EMFLAGS 1990-11-13 15:39:11 +00:00
ceriel
dc345354ee Adapted for size of ARM table 1990-11-13 15:04:47 +00:00
ceriel
c9b9a9b2c0 Some simplifications 1990-11-13 14:52:51 +00:00
ceriel
0444eaa77c Albert Koelmans newest version, with adaptions 1990-11-13 13:54:10 +00:00
ceriel
52cbbb11e0 Additions from Albert Koelmans 1990-11-13 13:36:15 +00:00
ceriel
0a2ee14396 Adapted for use with improved fp package 1990-11-13 13:21:21 +00:00
ceriel
b7a61761f3 Albert Koelmans newest version, adapted for use with improved fp package 1990-11-13 13:10:45 +00:00
ceriel
321a62a192 Albert Koelmans newest version 1990-11-13 12:53:53 +00:00
ceriel
c5b98176f6 Albert Koelmans newest version 1990-11-13 12:05:13 +00:00
ceriel
f950727c44 Albert Koelmans newest version 1990-11-13 11:59:29 +00:00
ceriel
c3d7275ae8 Albert Koelmans newest version 1990-11-13 11:53:52 +00:00
ceriel
ff117d9f0b Albert Koelmans newest version 1990-11-13 11:46:48 +00:00
ceriel
03a25ece8a don't move ms_ego's 1990-11-13 11:26:04 +00:00
eck
0c8acbf834 vsprintf() sets _IOWRITING flag 1990-11-13 10:56:53 +00:00
ceriel
be2264283f Some corrections 1990-11-13 10:51:02 +00:00
eck
cc04440b5c added patterns 1990-11-13 10:03:55 +00:00
ceriel
ad800075eb Albert Koelmans latest version 1990-11-12 17:13:45 +00:00
ceriel
0a1b11973a Albert Koelmans newest version 1990-11-12 17:09:15 +00:00
ceriel
064258aa8b New version from Albert Koelmans 1990-11-12 15:41:50 +00:00
ceriel
1f7c2d1f39 Latest version from Albert Koelmans 1990-11-12 15:36:03 +00:00
ceriel
33dc73d4c4 Latest version from Albert Koelmans 1990-11-12 15:29:14 +00:00
eck
8a00e32bc8 fixed type of sizeof (decreases size!)
fixed bug with typedef of function with block scope
1990-11-12 15:28:44 +00:00
ceriel
96d5009bef speeded up std_alloc() 1990-11-12 13:56:38 +00:00
ceriel
b089e0d7f8 many changes, delinted 1990-11-12 13:46:31 +00:00
eck
57b1d9824a fixed bugs with sizeof() and unnormalized values 1990-11-09 16:26:15 +00:00
eck
899df7bc78 never set errno in ldexp() 1990-11-09 16:20:49 +00:00
eck
8357c43aee corrected type of *_EPSILON values 1990-11-08 12:01:52 +00:00
ceriel
354b624cb4 updated manual page 1990-11-07 15:25:24 +00:00
eck
e6fd25052a handle 'asp -x' correctly, instead of giving up 1990-11-06 13:22:15 +00:00
ceriel
f0fe57f807 Added Copyright notice 1990-11-06 13:16:57 +00:00
ceriel
7cea685c0e Added pc_math.h 1990-11-06 13:04:12 +00:00
ceriel
f192338596 Made compilable with ANSI C compiler 1990-11-06 13:02:55 +00:00
ceriel
87a8061e1c Many more changes 1990-11-06 12:23:41 +00:00
eck
b28f5a1824 prevent warning when #including setjmp.h 1990-11-06 10:49:12 +00:00
ceriel
925b8a76ed fixed bug with reading from standard input 1990-11-02 14:44:37 +00:00
ceriel
1136d63929 made compilable by the ACK ANSI C compiler 1990-11-02 14:29:02 +00:00
eck
d7c15759ee added warning about old-fashioned declarations
cleaned up error reporting
changed implicit declaration handling
1990-11-02 09:23:27 +00:00
eck
7de2babe56 fixed bug with reading from standard input 1990-11-01 11:09:09 +00:00
ceriel
9f01f909f6 Use make variable ACK 1990-11-01 09:42:51 +00:00
ceriel
2873c58731 Added debugger support 1990-11-01 09:42:03 +00:00
ceriel
ab1b54b56d Added sparc description, don't put constants in regs on M68020 1990-11-01 09:37:02 +00:00
ceriel
b314975f0f LIM puts a word-size object on stack 1990-11-01 09:36:47 +00:00
ceriel
1bab6dbcaf Several fixes 1990-11-01 09:33:51 +00:00
ceriel
1aef1c5921 Added high-speed clear loops and changed behaviour of Realloc 1990-11-01 09:32:21 +00:00
ceriel
8265d3f731 fixed picture and use soelim 1990-10-31 16:42:05 +00:00
ceriel
fd0c8ca52d Fixed bug in example program 1990-10-31 16:28:37 +00:00
ceriel
9aee9cb62f Fixed a few bugs 1990-10-31 15:56:51 +00:00
ceriel
162c1c81e9 Made communication protocol more machine-independant 1990-10-30 15:50:33 +00:00
eck
9df58e86ec removed a cast from offsetof() 1990-10-30 09:53:48 +00:00
eck
05ddeafbfd fixed labeldefs so that registers are killed
replaced 'cms <w>' bij 'cmi <w>'
1990-10-29 17:05:35 +00:00
ceriel
f78e573b69 fixed labeldefs so that registers are killed 1990-10-29 16:39:39 +00:00
eck
68f19d7335 changed offsetof(), so it will not generate a warning on 2-4 machines 1990-10-29 13:52:18 +00:00
ceriel
9da96274ae Added 'file ?' and shell escape, and some re-organization 1990-10-29 11:38:35 +00:00
ceriel
32f21c2bfa changed 'uses REG=%1' behaviour: if no REG containing %1 is found, an
attempt is made to find an empty one
1990-10-26 18:18:53 +00:00
eck
54cc752a9e fixed bugs with ext_[wl] arguments, changed reusage of registers 1990-10-26 16:52:43 +00:00
eck
aef60fdda1 initialize sp_occurred[SP_SETJMP] at start of function 1990-10-26 12:38:06 +00:00
eck
17abf1a78a changed definition of jmp_buf (alignment problems) 1990-10-26 11:31:27 +00:00
ceriel
16e89fea1f protect against multiple inclusions, commented text after #endif 1990-10-25 11:18:44 +00:00
eck
da36c2b13f deleted toupper and tolower macros: they were wrong 1990-10-24 17:24:12 +00:00
eck
e701e2e2ec added to*() routines: a macro is impossible 1990-10-24 17:19:50 +00:00
ceriel
a94e7b877a corrected subrange handling: char type was not recognized 1990-10-24 16:46:46 +00:00
eck
32da1c8c1e made a function-call of HUGE_VAL 1990-10-24 14:31:50 +00:00
eck
ba0cc3a57d fixed small bug (void expr. cast to void), squeezing for MINIX 1990-10-23 14:13:10 +00:00
eck
b4f97588b7 fixed bug with undefined structs
ceriel changed debugging information
1990-10-19 11:50:32 +00:00
eck
c3f305bea1 fixed bug with undefined structs
ceriel changed debugging information
1990-10-19 11:21:43 +00:00
ceriel
7e58923415 more fixes 1990-10-17 17:00:03 +00:00
eck
c33f7cbe76 changed homefromsubdir a little 1990-10-16 10:07:12 +00:00
ceriel
7be2815cbc fix to fit? macros 1990-10-15 13:59:55 +00:00
eck
9bdf648402 added #include of <sys/types.h> to sigmisc.c 1990-10-15 11:23:08 +00:00
eck
1105a33fe3 added table for time-zone determination 1990-10-12 14:48:55 +00:00
ceriel
3672f835fe Too many changes and fixes to mention them all here 1990-10-11 08:42:07 +00:00
ceriel
7f8a099a15 Fixed problem with global names used for statics as well as externs 1990-10-08 11:44:15 +00:00
ceriel
06e6c8638f fix: addr_t must be long 1990-10-05 16:31:55 +00:00
ceriel
5ba9685e76 de-linted somewhat 1990-10-02 17:19:17 +00:00
ceriel
4483f237f6 de-linted somewhat 1990-10-02 17:13:40 +00:00
eck
67ef9905e6 made implementation defined behaviour (POSIX) more explicit 1990-10-02 09:59:30 +00:00
eck
6f6dff3461 forgot to add homefromsubdir to .distr 1990-10-01 17:12:54 +00:00
ceriel
8de3973836 Pass -g to cemcom 1990-10-01 15:42:10 +00:00
ceriel
41e3cf403b Added support for debugger, de-linted somewhat 1990-10-01 15:28:28 +00:00
ceriel
eb1326e3ec some more changes and fixes 1990-10-01 11:44:27 +00:00
eck
14133b5e2f added _sigvec.s and changed call of sigvec() in signal.c 1990-09-28 17:13:40 +00:00
ceriel
7fbfa4360c Added _sigvec and _syscall 1990-09-28 17:12:33 +00:00
eck
e91e983728 changed _end to __end because of namespace pollution 1990-09-28 15:35:16 +00:00
eck
30922a239d changed some names because of namespace pollution 1990-09-28 15:19:06 +00:00
eck
fc6247ca5e removed some names from tokenname.c 1990-09-28 14:03:15 +00:00
eck
63e1c0e44a changed some names because of namespace pollution 1990-09-28 13:47:47 +00:00
eck
4001fbb580 changed makefile, added homefromsubdir 1990-09-28 13:13:34 +00:00
eck
bb85ecc4f0 changed some names because of namespace pollution 1990-09-28 13:08:07 +00:00
eck
74edeea849 changed end_em to avoid namespace pollution 1990-09-28 09:47:50 +00:00
eck
cd8e8e5aef completed Makefile entries 1990-09-28 09:47:40 +00:00
eck
a50ec18466 some minor fixes 1990-09-28 09:29:51 +00:00
ceriel
ce71090da3 Fixed problem with -I option 1990-09-27 17:50:52 +00:00
ceriel
928c2dacc5 Fixed problem with -I option 1990-09-27 17:45:34 +00:00
ceriel
282d93dde0 Fixed problems with -I and with value conformant arrays 1990-09-27 17:01:01 +00:00
eck
03a65131fc forgot homefromsubdir in .distr 1990-09-27 16:56:10 +00:00
eck
c937359a4e oops, _envp should have been _penvp 1990-09-27 16:52:07 +00:00
ceriel
e1a20fe944 fixed bug in -I handling 1990-09-27 16:43:51 +00:00
eck
d7a034bc02 fixed bug with -I flag 1990-09-27 16:39:54 +00:00
eck
4581d9f266 forgot to update LIST 1990-09-27 16:38:32 +00:00
eck
851b82ee09 added head_ac 1990-09-27 16:37:22 +00:00
eck
7dff46d44e fixed bug with -I flag 1990-09-27 15:59:38 +00:00
eck
d296eed0c3 added head_ac.e 1990-09-27 15:49:13 +00:00
eck
56502994f4 changed end_em to library to avoid namespace pollution 1990-09-27 14:29:09 +00:00
eck
81ce150a96 changed environment handling to decrease namespace pollution 1990-09-27 13:40:08 +00:00
ceriel
a6d0f40fc8 Some more changes 1990-09-26 17:32:42 +00:00
eck
bc6df29be8 changed first arg of sscanf() to const char * 1990-09-26 13:19:19 +00:00
ceriel
1f408a38c2 Many more changes 1990-09-25 17:40:47 +00:00
ceriel
1ade1b814d Added patterns 1990-09-25 15:12:26 +00:00
ceriel
5efd4280ee Added patterns 1990-09-25 15:04:55 +00:00
ceriel
4c8596ee05 Fix: cmp.l A,A is not the same as tst.l A 1990-09-25 14:59:28 +00:00
eck
5eb4a8d88f oops, fix for ## operator was wrong 1990-09-25 13:46:59 +00:00
eck
7b00154c54 oops, previous fix was wrong for ## operator 1990-09-25 13:40:32 +00:00
ceriel
1011f9679e fixed typo 1990-09-24 15:22:36 +00:00
ceriel
f8de19a427 Some lay-out changes and always use value of LLuserhook 1990-09-24 13:35:28 +00:00
ceriel
096e8368c5 added manual page, some improvements 1990-09-21 16:58:20 +00:00
ceriel
e3bb56818b fix INS and INSB 1990-09-21 14:24:03 +00:00
eck
7488a2fbba added cv to .distr 1990-09-21 12:53:58 +00:00
eck
a480e8fa81 fixed typo 1990-09-21 09:27:04 +00:00
ceriel
fbcee49b7e Some new commands and improvements 1990-09-20 17:51:14 +00:00
eck
e3a247ad23 added em_mesX.h to .distr 1990-09-20 17:03:05 +00:00
ceriel
d800aaf11a Added .distr 1990-09-20 16:18:57 +00:00
ceriel
094c19f350 Added JC and JNC (aliases for JB and JNB) 1990-09-20 14:18:52 +00:00
eck
65f74f5c72 changed shc.[ch] to tes.[ch] in .distr 1990-09-19 15:14:07 +00:00
ceriel
1feeb94dbf many changes 1990-09-19 14:31:12 +00:00
eck
641a446f01 Added ANSI-C library 1990-09-18 15:02:27 +00:00
eck
6f1d9fbf70 forgot to update Action 1990-09-18 14:59:50 +00:00
eck
d1050c2382 improved makefile 1990-09-18 14:56:52 +00:00
eck
a0f46ee7a6 Initial revision 1990-09-18 14:42:32 +00:00
eck
5571e06719 added libcc.ansi to .distr 1990-09-18 14:37:29 +00:00
dick
0e90ae224a clean-up code generation suppression for lint 1990-09-18 14:29:42 +00:00
eck
a246152240 removed crash() call: it was wrong 1990-09-14 16:39:11 +00:00
eck
9eefd96eb1 deleted unnecessary label 1990-09-14 16:37:30 +00:00
ceriel
5f592dd6bd Added some C support 1990-09-14 14:37:26 +00:00
ceriel
4900ad0743 improved line number administration 1990-09-14 14:37:24 +00:00
eck
bd4bc1cad0 replaced some move's by move_i's 1990-09-14 14:30:07 +00:00
eck
707d811586 fixed error with # && ##-operators in non function-like macro's 1990-09-13 15:14:52 +00:00
eck
5ed44e3432 fixed error with # && ##-operators in non function-like macro's
pass printable garbage characters on to parser
1990-09-13 15:12:13 +00:00
ceriel
49fd9f9377 'x(x) int x; { }' was not accepted 1990-09-12 17:32:31 +00:00
ceriel
11d8919d76 Fix: the type INTEGER[0..255] was put in one byte 1990-09-12 17:09:57 +00:00
eck
e144c7cc4c fixed bugs with prototype scopes 1990-09-12 16:36:16 +00:00
ceriel
bd18f6c521 many changes 1990-09-12 16:13:59 +00:00
eck
74f3d91777 added #if because rename() is also in POSIX 1990-09-11 10:26:42 +00:00
eck
1dd88ae8da changed int-functions to void-functions 1990-09-11 10:24:15 +00:00
eck
0d8a8bae5f removed assumption that time_t is an unsigned type 1990-09-11 10:18:51 +00:00
eck
f0581f7706 fixed small bug with token separation 1990-09-10 11:57:16 +00:00
ceriel
24920dfa75 recognize expressions 1990-09-07 14:56:24 +00:00
eck
2c9fbebe4e strod() & _str_ext_cvt() made more strictly conforming 1990-09-07 11:00:24 +00:00
eck
33c9811ba9 sometimes swap operands in expressions with side-effects 1990-09-06 14:49:52 +00:00
eck
2f0275ba3c added some optimalizations 1990-09-06 11:32:51 +00:00
eck
9915ed4bc2 stupid error fixed: tes shouldn't have worked 1990-09-06 08:59:02 +00:00
ceriel
4a4153bb8b Added Xcv.c 1990-09-05 11:54:11 +00:00
eck
6dc5c01551 added top element size computation information 1990-09-05 09:29:05 +00:00
eck
5c85d84228 changed stackheight computation to top element size computation
changed some parameters
1990-09-04 17:19:04 +00:00
eck
5badcb4296 changed stackheight computation to top element size computation 1990-09-04 17:16:00 +00:00
eck
ee652e6908 changed stacheight to topeltsize 1990-09-04 17:13:37 +00:00
eck
dace3435ec changed stacheight computation to top element size computation 1990-09-04 16:56:39 +00:00
eck
58355b7041 changed stackheight computation to top element size computation 1990-09-04 16:42:43 +00:00
ceriel
3ea64975af distribute makefile.std, not makefile 1990-09-04 11:47:50 +00:00
eck
b2efe2299f fixed bug in qualifier_type() 1990-09-04 10:48:04 +00:00
eck
02ea4988d1 fixed problems with declaration syntax 1990-09-03 13:46:30 +00:00
ceriel
2f83a7e3d9 fix: also kill condition codes if they are set to a register that is to be killed 1990-09-03 11:12:44 +00:00
ceriel
67f0419dc3 Additions for debugger information 1990-09-03 11:07:22 +00:00
ceriel
b2ca3783c4 keep the names .csa and .csb for backwards compatibility 1990-09-03 10:25:57 +00:00
ceriel
dbf9a060c2 Initial version 1990-08-31 18:22:53 +00:00
eck
f614fc6dc3 fixed two little bugs 1990-08-31 10:27:12 +00:00
ceriel
1cb247fa39 only deal with signals that are not ignored 1990-08-29 11:44:33 +00:00
eck
bee5d97eac fixed some bugs in new pattern 1990-08-28 15:01:17 +00:00
eck
5fcee85f88 removed test because of moon3 1990-08-28 14:53:34 +00:00
eck
391874ecb2 merged vax and pdp #defines in float.h 1990-08-28 14:52:52 +00:00
eck
4ab420fb0f fixed qsort() for 0 elements 1990-08-28 14:03:24 +00:00
eck
bc83231874 changed pow() a little 1990-08-28 13:59:36 +00:00
eck
a41c51783a improved the speed somewhat
fixed bug with negative chars in comparisons
1990-08-28 13:54:46 +00:00
eck
cd1f6c38a4 fixed freopen() bug by deleting some code 1990-08-28 13:44:48 +00:00
eck
bc137646df fixed types because of the 2-4 version 1990-08-24 17:05:53 +00:00
eck
dc500c3463 fixed some strange constructions 1990-08-24 16:20:57 +00:00
ceriel
8401d7b9ec Did not handle quotes in C comments right 1990-08-23 15:53:13 +00:00
ceriel
97d1275cfe changed 'enter' into 'entry' (80286) 1990-08-23 09:30:56 +00:00
eck
0bf7d60080 several improvements + fixes 1990-08-22 16:26:21 +00:00
ceriel
2a26b4d335 avoid double LINs and corrected bug in symbol table entries for records 1990-08-22 15:33:43 +00:00
eck
ba475d78a2 added optional .w to OP_EA_D 1990-08-21 10:59:09 +00:00
eck
797f90a022 changed interface for cs[ab] 1990-08-21 10:17:49 +00:00
ceriel
3fb20f5201 made produced itemtab.h file more readable 1990-08-20 15:32:29 +00:00
ceriel
e2ce4995e6 Initial revision 1990-08-20 15:07:38 +00:00
ceriel
78681448e4 new table (merged with m68k2) 1990-08-20 15:00:15 +00:00
eck
b4a2b975a0 added m68k2 stuff, added patterns 1990-08-20 13:55:38 +00:00
eck
0f2f6da38f fixed several bugs with object sizes 1990-08-14 09:59:37 +00:00
ceriel
36b11dc296 improved REAL constant and string constant stab generation 1990-08-10 18:01:50 +00:00
ceriel
c7a5b07da7 fixed bug concerning back-slashes within strings 1990-08-10 17:57:32 +00:00
eck
535e64328a added _sigsetmask.s 1990-08-09 15:40:08 +00:00
eck
fd921229f2 added _sigsetmask.s 1990-08-09 15:29:51 +00:00
eck
7bee903886 changed sigsetmask to _sigsetmask 1990-08-09 15:27:13 +00:00
ceriel
4a34358b6a keep comments in actions; they may be significant (for lint) 1990-08-07 10:48:02 +00:00
eck
17158641e0 fixed error in .trp: it could generate a bus error 1990-08-03 16:16:28 +00:00
ceriel
257c868cc7 don't throw away pseudo's, even if they are not reachable 1990-08-02 16:01:21 +00:00
ceriel
116b6a00bc show some more of the name list entries 1990-08-02 15:58:10 +00:00
ceriel
b32921d7ed pass -g flag to Modula-2 compiler 1990-08-01 14:46:07 +00:00
ceriel
0c56d078ec bug fix: did not return soon enough 1990-08-01 14:41:18 +00:00
ceriel
05c205181b increase size of yytext buffer 1990-08-01 14:40:22 +00:00
ceriel
79ce5a13a0 only leave ms_std's if prodepth > 0 1990-08-01 14:36:45 +00:00
ceriel
5ca5b63151 some more changes for debugger support 1990-08-01 14:35:07 +00:00
ceriel
eb50492a1f #ifdeffed strange test 1990-08-01 14:34:53 +00:00
ceriel
f936a3f35a time optimization is default now 1990-08-01 14:33:08 +00:00
ceriel
e3120d2b5f minor change 1990-08-01 14:32:04 +00:00
ceriel
e0ff37aa6e support for long strings 1990-08-01 14:30:45 +00:00
ceriel
f4e1a15dfb Added support for debugger messages 1990-07-30 16:05:27 +00:00
ceriel
76fd4c3d7b fixed declaration of C_error 1990-07-30 16:03:15 +00:00
ceriel
8eecdff85a added support for debugger 1990-07-30 15:56:25 +00:00
ceriel
8206965ae9 changed a comment 1990-07-30 15:51:32 +00:00
ceriel
6d675af42c removed limit on string size 1990-07-30 15:40:08 +00:00
ceriel
05db577e01 some fixes 1990-07-30 14:52:58 +00:00
ceriel
09d156b96a several changes 1990-07-30 14:32:43 +00:00
ceriel
3c10a60011 vax4 uses own assembler now 1990-07-30 14:29:13 +00:00
ceriel
8cd417eeab modifications for debugger 1990-07-30 14:20:20 +00:00
ceriel
aae0eeca94 protect types.h against multiple inclusions 1990-07-30 14:17:30 +00:00
ceriel
f3209123e0 fixed: tail_mon is needed for languages 1990-07-30 14:10:35 +00:00
ceriel
1f0d138f31 clarified text somewhat 1990-07-30 12:46:12 +00:00
ceriel
5a0ad2a8bc fixed typo 1990-07-30 12:43:38 +00:00
ceriel
1168708cd0 Added support for S_CRS 1990-07-30 11:56:28 +00:00
ceriel
5c0938d05b Added some more support for debugger 1990-07-30 09:43:45 +00:00
eck
f321062250 fixed bug with state 1990-07-26 15:08:49 +00:00
ceriel
cef36d185e removed g-flag 1990-07-25 17:40:02 +00:00
ceriel
27b1d561b5 do not move ms_std message, added shc.c and shc.h to .distr 1990-07-25 17:10:40 +00:00
eck
313376cd36 improved -I handling 1990-07-25 13:00:40 +00:00
eck
c615803fa6 changed names of csa and csb to csa4 and csb4 1990-07-25 11:46:27 +00:00
eck
2807862aba #if X=3 caused infinite loop 1990-07-25 10:20:44 +00:00
eck
7ef2d1bc37 switch to text segment when generating a label 1990-07-20 14:02:35 +00:00
eck
47249aaad3 atw.h was wrong, since word_size may contain a cast 1990-07-20 10:30:49 +00:00
ceriel
cf28f45a59 improved conversion of extended to string 1990-07-20 09:39:43 +00:00
eck
b23125354b added patterns for stackheight mechanism 1990-07-19 17:22:56 +00:00
eck
43b01a70a0 squeezing for MINIX & bug fix in dumpidf 1990-07-19 17:16:36 +00:00
ceriel
eab3243973 dumped core on SIM instruction 1990-07-19 10:00:02 +00:00
eck
aca2c5f4b1 forgot pop_push.awk 1990-07-18 16:31:32 +00:00
eck
4ef2c70ed3 added stackheight message handling 1990-07-18 14:53:19 +00:00
eck
adfec1c0ef added #defines for stackheight computation 1990-07-18 14:42:37 +00:00
ceriel
3e27993361 prevent core dump when no args are given 1990-07-18 14:38:48 +00:00
eck
379511e232 added stackheight computation 1990-07-18 14:33:07 +00:00
ceriel
30824d6133 replaced call of non-existing Dvu to a call to Duv 1990-07-18 09:11:33 +00:00
ceriel
e2bc68a46b fix problem with variant tag and made double compatible with subranges 1990-07-17 13:57:01 +00:00
ceriel
109a357e95 Fix: DIV and MOD on negative args 1990-07-16 09:05:19 +00:00
eck
7f5abdd670 fixed int to unsigned conversions, declarations, pp-list initialization 1990-07-13 10:18:27 +00:00
ceriel
63fe4e0a18 Added patterns 1990-07-12 16:12:17 +00:00
eck
21f1ef5a6c fixed character count in doscan 1990-07-11 09:08:33 +00:00
ceriel
fbe4a79045 check result of array address calculation 1990-07-04 14:24:55 +00:00
ceriel
c6a11d1f62 rand() did not work on 2-byte machines 1990-06-30 20:02:45 +00:00
ceriel
5512f14697 use new con_float 1990-06-29 11:05:19 +00:00
ceriel
cabefb9d9e fixed -I option 1990-06-29 10:00:41 +00:00
ceriel
266d247470 fixed -I option 1990-06-28 18:06:16 +00:00
ceriel
56858bb480 bug fix: wrong procedure was called 1990-06-27 09:29:55 +00:00
ceriel
3ae582dfd7 Added some more patterns 1990-06-25 16:58:33 +00:00
ceriel
29b8ec04c5 Added strtol() 1990-06-25 15:59:16 +00:00
ceriel
736108572f produce commons, fix bug with mov-extend instructions 1990-06-25 15:48:49 +00:00
ceriel
b972fea237 produce commons for bss 1990-06-25 13:42:02 +00:00
ceriel
0105d98302 tp_unsigned is now a true boolean 1990-06-21 15:49:41 +00:00
ceriel
f218a430f6 int now uses intelligent calls 1990-06-21 13:17:50 +00:00
ceriel
4355b05597 Model 3 (Intelligent Calls) implemented (Remco Feenstra & Peter Boersma);
a few bugs fixed
1990-06-21 12:16:31 +00:00
ceriel
c7c79e9b42 Model 3 (intelligent calls) implemented 1990-06-21 12:11:50 +00:00
eck
472ee0cea4 always flush line-buffered output when filling an input buffer 1990-06-21 11:13:23 +00:00
ceriel
6c5c8c980e Added em_mesX.h which makes some C_ms_... unique in first 7 chars 1990-06-20 12:00:26 +00:00
ceriel
8444bc32fb Added debugger message routines 1990-06-20 11:59:57 +00:00
ceriel
bd82622a2e Added debugger messages 1990-06-20 11:58:38 +00:00
ceriel
39730420a2 Made to work with troff 1990-06-20 10:05:22 +00:00
ceriel
97e131bc81 Added bsbb and bsbw 1990-06-19 15:27:43 +00:00
ceriel
9de0c3d920 fixed optimizations that were wrong with indexed mode 1990-06-19 15:15:37 +00:00
eck
101a129256 fixed some typos 1990-06-19 11:29:20 +00:00
ceriel
bb1964e1d3 Updated for IEEE format 1990-06-15 16:50:08 +00:00
ceriel
d7b4e48972 correct M_MAX_D for old floating point format 1990-06-15 16:47:27 +00:00
ceriel
a8f5884144 cg no longer part of distribution 1990-06-14 16:52:04 +00:00
ceriel
ddd97f9328 Added new patterns 1990-06-14 16:45:33 +00:00
ceriel
45783a1e73 Added a SBS pattern for constant args 1990-06-13 09:59:11 +00:00
ceriel
3bcec93972 fix: #if instead of #ifdef 1990-06-12 11:22:49 +00:00
ceriel
a8d2505ba5 changed order so that it works without ranlib 1990-06-12 11:21:40 +00:00
ceriel
a28eb23f82 fix from Verstoep: free() was called twice on same arg 1990-06-12 10:07:00 +00:00
ceriel
39fee04619 fix previous fix 1990-06-11 15:17:50 +00:00
ceriel
f234f061a1 Added dependency generator, reduced size of type structure 1990-06-08 10:03:47 +00:00
ceriel
05d0caaaea do not generate line number/file name information by default for C 1990-06-06 17:04:46 +00:00
ceriel
020e6311fb use own version of assert (ASSERT) 1990-06-06 16:54:30 +00:00
ceriel
dd3d0777c7 dependencies 1990-06-06 16:23:47 +00:00
ceriel
aff5b89ac9 change flag -xs to -i, -xm to -m, dependencies 1990-06-06 16:10:19 +00:00
ceriel
27c1b37c21 change flag -xs to -i, -xm to -m 1990-06-06 16:01:03 +00:00
ceriel
280d7a79be change flag -s to -i 1990-06-06 16:00:28 +00:00
ceriel
4d7ba75469 removed useless #ifdef 1990-06-06 15:35:33 +00:00
ceriel
bf66a6ade1 Added dependency generator 1990-06-06 14:42:53 +00:00
ceriel
8d1bb88fc9 Added -A option, like -d 1990-06-06 14:37:03 +00:00
ceriel
bea95a4443 mktime() did not work for 2-byte machines 1990-06-05 12:07:28 +00:00
ceriel
6df0ecdf8f fixed typo 1990-06-05 09:50:28 +00:00
ceriel
3de1e669b2 optimized a bit 1990-05-31 18:33:38 +00:00
ceriel
e2b59f6517 Removed some erroneous fclose() calls 1990-05-31 13:54:33 +00:00
ceriel
9eaa440fab removed DEBUG #define 1990-05-31 13:33:31 +00:00
ceriel
82b0ef795d fix: IL sometimes removed procedures that could be called indirectly 1990-05-30 11:31:32 +00:00
ceriel
ab0d3bf876 Added EM_vars.c 1990-05-23 09:24:55 +00:00
ceriel
adb704aad4 make GMT the default 1990-05-22 14:42:28 +00:00
ceriel
59dd7cdfeb fix to fix 1990-05-22 12:22:25 +00:00
ceriel
ef69de1614 atol and atoi get old-fashioned behaviour 1990-05-22 10:48:12 +00:00
ceriel
24c9be9777 Use fputs instead of printf in perror.c 1990-05-21 10:20:15 +00:00
ceriel
da8f9124ff compares with 0 were wrong 1990-05-18 13:22:13 +00:00
ceriel
c336bc86b1 made size of yylex bigger 1990-05-18 11:04:53 +00:00
ceriel
a4e5e4eeaa Added a pattern 1990-05-18 10:47:12 +00:00
ceriel
c4dabcd9a4 unsigned but-fields were sometimes sign-extended when converted to int 1990-05-18 10:29:57 +00:00
ceriel
74147d2b4a ignore NOP 1990-05-17 19:40:15 +00:00
ceriel
9dacc57b3a C_out uses EM_bsssize etc. instead of C_bsssize etc. 1990-05-16 18:05:55 +00:00
ceriel
afae382803 removed references to C_bssinit etc. 1990-05-16 18:03:50 +00:00
ceriel
aa20369a56 removed pc_size.h 1990-05-16 10:56:45 +00:00
ceriel
0c6f2f490f the tp_sdef field of the type structure may only be used after checking tp_fund 1990-05-15 15:28:01 +00:00
ceriel
9570000674 an = was temporarily set to 0, but not reset 1990-05-14 12:30:18 +00:00
eck
27718f5d6d error with cast to unsigned long 1990-05-11 15:22:19 +00:00
ceriel
e9d214e977 check -m option 1990-05-11 13:11:12 +00:00
ceriel
c64733ae6f fix in sscanf: _count field was wrong 1990-05-09 13:31:36 +00:00
ceriel
b04388a326 fixed some patterns: operand could have side effects 1990-05-08 09:03:28 +00:00
eck
a1e2a583b5 fixed bug with double definition 1990-05-03 16:18:22 +00:00
eck
51467658c6 scan with %p didn't work properly on 2-4 machines 1990-05-03 10:50:23 +00:00
eck
7987a1fed8 cast ptrdiff_t to int for ANSI 1990-04-25 15:10:13 +00:00
eck
dc12b2fa3d warn about ptrdiff_t passed as long on 2-4 machines 1990-04-25 15:09:51 +00:00
ceriel
f2b4713c24 cast ptrdiff_t to int for ANSI 1990-04-25 14:23:05 +00:00
ceriel
8fe53f501f avoid a crash in directives 1990-04-24 14:07:07 +00:00
eck
536b12010f garbage is allowed in the fdopen mode string 1990-04-24 09:40:47 +00:00
eck
470bb82342 garbage is allowed in the f[re]open mode string 1990-04-24 09:30:15 +00:00
ceriel
6ab26e5cdc avoid null references on illegal input 1990-04-23 16:11:37 +00:00
eck
da806afa6b some more corrections 1990-04-23 13:48:43 +00:00
ceriel
dbd1744edc Use C_out instead if EM_mkcalls 1990-04-23 13:43:05 +00:00
ceriel
ed81d83f4c use .limhp 1990-04-23 13:39:26 +00:00
ceriel
f95fae24fc moved a coercion 1990-04-23 13:38:19 +00:00
ceriel
2b488e1021 INS instruction fix 1990-04-23 13:33:26 +00:00
eck
81b7f67cb4 result of sizeof() is 'unsigned int' (for backward compatibility) 1990-04-23 13:33:07 +00:00
eck
86188fb772 size_t is 'unsigned int' (for backward compatibility) 1990-04-23 13:26:09 +00:00
ceriel
fb25b628d6 yet another bug fix in instructions handling special registers 1990-04-23 12:35:41 +00:00
eck
564bb0b81c changed remark about predefined identifiers 1990-04-19 16:04:58 +00:00
eck
64e9d11570 the -U option did not work properly; call do_undef() now 1990-04-18 16:40:17 +00:00
eck
52f08181a6 two -D options for one identifier didn't work 1990-04-18 13:09:36 +00:00
eck
b44938412e two -D options for one identifier didn't work 1990-04-18 13:03:05 +00:00
eck
e625c3bdb8 added wait-statements for floating-point library 1990-04-17 13:57:23 +00:00
eck
010ada1c23 added a.out.h for the cv program 1990-04-12 17:03:31 +00:00
eck
90963fd585 added csa4 and csb4 1990-04-12 11:35:10 +00:00
eck
f1351720e5 added csa4 and csb4 1990-04-12 11:29:49 +00:00
eck
031b9dfee2 added warning for nested comment 1990-04-10 10:52:52 +00:00
eck
a3f1aaa41f don't free prototype lists, they might be part of a typedef 1990-04-10 10:14:46 +00:00
eck
dd5ef3905f timezone info should not end up in rom 1990-04-09 17:03:58 +00:00
eck
8c9149b058 changed over/underflow for exp() 1990-04-09 16:54:09 +00:00
eck
a3bd2c6734 file creation on f[re]open() was still wrong 1990-04-09 15:55:51 +00:00
eck
09a4136272 deleted _tname from __iobuf structure 1990-04-09 15:38:02 +00:00
eck
d2516d4eaf improved file creation on f[re]open() 1990-04-09 15:21:43 +00:00
eck
aa4de95f26 various bug fixes & improvements 1990-04-06 15:37:16 +00:00
eck
6e685b9fcc definition of ptrdiff_t was wrong 1990-04-04 16:21:34 +00:00
eck
d87444a7fb improved _doscan(); fflush() doesn't call fseek() anymore 1990-04-04 15:52:01 +00:00
eck
ad7e46a324 code for '*(ip = iarr) = x' was wrong 1990-04-04 15:08:45 +00:00
ceriel
f0c0b894f2 corrected SDF patterns 1990-04-04 15:06:32 +00:00
ceriel
16ef0467a8 Fixed wrong assertion, and fixed bug in distance routine: it did not check
that each stackpattern token that does not exactly match can be made from the
stack
1990-04-04 14:52:29 +00:00
eck
ededd15b74 changed assert() macro so __bad_assertion() can use fputs() 1990-04-03 15:29:03 +00:00
eck
644cfbf61f changed __bad_assertion(), it now uses fputs() 1990-04-03 15:01:58 +00:00
eck
84b8c8a6ca improved volatiles, added warning for possibly nested comments 1990-04-02 15:57:51 +00:00
ceriel
2782412b59 Fix: did generate wrong code for 'if (x && 0) ...' 1990-03-29 11:19:36 +00:00
eck
99e74b2341 bug fix for #line directives 1990-03-29 10:45:15 +00:00
eck
ed2516a57a bug fixes after test-suite 1990-03-29 10:41:46 +00:00
ceriel
fd80d596df produced incorrect 'pure' objects 1990-03-29 09:46:14 +00:00
eck
34d54a20b1 several bug fixes after test-suite 1990-03-29 09:05:21 +00:00
ceriel
f27e9ca63e Added #defines for _EM_?SIZE 1990-03-28 17:14:35 +00:00
eck
c8c4c6e7a9 several bug fixes after test-suite 1990-03-28 16:37:18 +00:00
eck
0bb4c0167c bug fixes for scanf() 1990-03-28 16:33:05 +00:00
ceriel
3553a28b78 fix: still sometimes assumed that a move to address register sets condition codes 1990-03-26 14:47:26 +00:00
ceriel
863824de01 fixed bug in conversion from float/double to unsigned 1990-03-26 14:16:59 +00:00
ceriel
a932246479 Fix: did not work with ALIGNMENT < MIN_SIZE 1990-03-21 16:45:39 +00:00
eck
28d6834ae7 forgot ) 1990-03-21 14:46:18 +00:00
eck
0296dc2371 fixed wrong assertion 1990-03-21 13:33:14 +00:00
eck
df33f1eeff adapted directory test for POSIX 1990-03-21 11:13:21 +00:00
ceriel
57790a926f simplified stupid ?: expression 1990-03-20 16:24:21 +00:00
ceriel
f99d67e76e minor improvement: LDC CMS T?? does not need STACK in stack pattern 1990-03-20 15:49:04 +00:00
ceriel
353d22ea90 LDC CMS TNE was wrong 1990-03-20 15:01:25 +00:00
ceriel
71156a48ae Fixed 16-bit address mode bugs 1990-03-19 14:46:55 +00:00
ceriel
0b95807664 Added verbose option 1990-03-15 10:44:14 +00:00
eck
d3208e42ca changed commented #define's into #undef's 1990-03-14 12:49:16 +00:00
ceriel
3bcec5fe6c Fixed to also handle pseudo instructions 1990-03-14 11:47:09 +00:00
ceriel
11b54f5d47 fix: generated wrong loops 1990-03-14 11:42:28 +00:00
ceriel
1a18efbe49 EM_mkcalls is obsolete 1990-03-14 10:16:49 +00:00
eck
d04a8595f3 fixed calls of echo() macro's 1990-03-13 14:33:43 +00:00
ceriel
2c7496a525 Added 16-bit mode 1990-03-12 16:24:58 +00:00
eck
9a5ac60946 changed target_sizes.h to trgt_sizes.h 1990-03-12 13:35:26 +00:00
eck
59edf55051 changed line_prefix.h to ln_prefix.h 1990-03-12 13:28:12 +00:00
ceriel
34eff754f5 documented .use16 and .use32 1990-03-09 12:37:19 +00:00
ceriel
6e0c2ad593 Added arpl instruction 1990-03-09 11:07:43 +00:00
ceriel
a082cf03dc allow for % in assembler strings 1990-03-07 16:24:06 +00:00
ceriel
5d01fbf6b8 fixed typo 1990-03-06 13:39:48 +00:00
ceriel
8e6fe7258c fix: ARRAY type of itself caused crash;
better implementation of ranges in CASE labels
1990-03-06 13:22:30 +00:00
eck
a771c9aa30 added test for directory 1990-03-06 13:10:35 +00:00
eck
f99437138d made little mistakes in div() and ldiv() 1990-03-05 13:48:03 +00:00
eck
11c9808d7e fixed div() and ldiv() 1990-03-01 16:32:22 +00:00
eck
61b718d716 floating-point yet again, fixed debugging bug 1990-03-01 13:02:39 +00:00
eck
2dd3439f90 also give a message on loading a floating-point function result 1990-02-28 15:32:07 +00:00
eck
44d9a8b42d improved the generation of floating-point messages 1990-02-28 14:51:35 +00:00
ceriel
63e64680bd Added some code to reverse evaluation order of assignment operators when possible 1990-02-28 12:18:36 +00:00
ceriel
2236ff6d6a Fix: some patterns were never found due to wrong condition 1990-02-28 12:10:49 +00:00
ceriel
8ec051b83e Added some patterns 1990-02-28 12:10:19 +00:00
ceriel
b0c09c2a94 Added some more patterns 1990-02-28 11:14:39 +00:00
eck
ccd728edbc changed names of ?cvt : namespace problems 1990-02-27 16:48:01 +00:00
ceriel
239d634ab1 Added pattern for cmp A,A 1990-02-27 16:31:10 +00:00
ceriel
9d4e978a1e fixed problems with overflow bit in condition codes 1990-02-27 16:21:47 +00:00
ceriel
f17b176ddd Fixed problem with anonymous structure tags 1990-02-27 15:45:09 +00:00
ceriel
d35a781049 improved test for overflow 1990-02-27 14:30:10 +00:00
eck
073c81c9aa added extern declaration for flt_flt2arith() 1990-02-26 15:39:45 +00:00
ceriel
29152cbf74 two fixes to the lint part: unsigned constant compares, and initializations in switch headers 1990-02-26 11:35:15 +00:00
eck
8d04be4a13 deleted a ';': pasting didn't work properly 1990-02-26 10:18:40 +00:00
ceriel
95632b0fef Oops in assertion: MAXPROCARG instead of MAXPROCARGS 1990-02-23 17:05:04 +00:00
ceriel
0c95aa4b86 fixed library order : fix for 2-byte machines 1990-02-23 17:02:06 +00:00
ceriel
551b10f3a6 fixed for 2-byte machines 1990-02-23 17:00:59 +00:00
ceriel
0ec452930f print pointer as hex 1990-02-23 16:58:34 +00:00
eck
64e1fa33d3 fixed bugs, added No_Mem() 1990-02-21 16:38:45 +00:00
ceriel
1228fe1baf a few fixes: usual arithmetic conversions were wrong 1990-02-20 13:31:52 +00:00
ceriel
972d39139d Added some patterns for shifts with constant shift count 1990-02-19 16:38:35 +00:00
ceriel
8bfbe723db bug fix: far calls+jumps with address prefix were wrong 1990-02-19 09:06:16 +00:00
ceriel
cba0bbac02 Under the -M option, identifiers were sometimes truncated 1990-02-14 11:57:41 +00:00
eck
e4d7651f02 fixed fflush: it didn't even compile! 1990-02-13 17:08:05 +00:00
ceriel
c6d14bb079 some corrections 1990-02-13 09:23:04 +00:00
ceriel
2293458101 corrected: _fstat is in _Xstat.c 1990-02-13 09:20:50 +00:00
ceriel
7c4af80c0f is_rom is boolean, not integer 1990-02-12 15:15:21 +00:00
ceriel
abeebac3c1 recognize but ignore -undef flag 1990-02-12 14:33:57 +00:00
ceriel
7761eecc34 removed MKDEP; it is now a cpp option (-d) 1990-02-12 11:47:50 +00:00
ceriel
63d6fe28e7 Added a change suggested by Cees Verstoep 1990-02-12 09:32:04 +00:00
ceriel
3f950c9f17 Added a new operator for ncg: is_rom() 1990-02-09 16:34:17 +00:00
eck
069d94c39b added ANSI-C document 1990-02-09 16:30:40 +00:00
ceriel
8d7a5dba0a documented recent changes 1990-02-09 16:28:26 +00:00
ceriel
dedf1d945c updated to current situation 1990-02-09 16:27:59 +00:00
ceriel
eaf856c7a0 Added some patterns for unsigned compares 1990-02-09 15:28:46 +00:00
ceriel
541279bd1e Changed an #ifdef NOTDEF to #if 0 1990-02-09 15:03:17 +00:00
ceriel
626e7b5b06 Added U flag for exit status 0 with unresolved refs 1990-02-09 12:44:37 +00:00
eck
67819cfd6c made a little mistake with the #else and #endif 1990-02-09 11:29:57 +00:00
ceriel
8a8bb6cf10 removed wrong pattern 1990-02-09 10:41:58 +00:00
eck
d7d56d2cbb fixed bug with 0L; don't give warning on char x[3] = "abc" 1990-02-09 10:35:44 +00:00
ceriel
ba6c223113 only print file names if there is more than one 1990-02-08 15:11:23 +00:00
ceriel
e361a5777b remove LLlex #define 1990-02-07 10:53:05 +00:00
ceriel
77577f45fa Documented %prefix 1990-02-07 10:49:30 +00:00
ceriel
db54c35c24 several improvements 1990-02-05 10:06:42 +00:00
eck
b40425786c added 80286 instructions 1990-02-02 16:28:06 +00:00
eck
5625842582 fixed 2 bugs with line directives 1990-02-02 09:56:35 +00:00
eck
197379a33a fixed bug with character constants 1990-02-01 13:09:40 +00:00
ceriel
0c5cce9a96 max filename length too short in error messages 1990-01-31 16:27:05 +00:00
ceriel
546d8f3d16 some fixes 1990-01-31 15:50:30 +00:00
eck
945c0dc404 don't recognize any pragma's (mechanism is still present) 1990-01-31 11:52:40 +00:00
ceriel
01829a4203 Fixes: random did not work properly, and RealToString did not deal with
numbers not fitting in the format given properly
1990-01-31 11:01:53 +00:00
ceriel
f994b0bf84 Fixed MON instruction: getpid() was wrong 1990-01-31 10:54:26 +00:00
ceriel
b3d5eaef01 remove comments in macro texts completely 1990-01-30 18:33:54 +00:00
ceriel
6c588b0ae8 fixed again 1990-01-30 14:02:49 +00:00
ceriel
5929f3dd0e Fix: illegal optimizations of muls 1990-01-30 13:41:36 +00:00
eck
114048df57 ignore qualifiers when looking for sdef 1990-01-30 11:19:30 +00:00
ceriel
5dec33abaa minor correction to runtime start-off 1990-01-29 15:52:08 +00:00
ceriel
2d0493ac92 Fixed shell command in READ_ME file 1990-01-29 15:36:45 +00:00
ceriel
8c6dc46124 allow for multiple parsers within one program 1990-01-29 13:51:32 +00:00
ceriel
da48891d6e allow for multiple parsers within one program 1990-01-29 13:45:42 +00:00
ceriel
218b982231 open and close output file in one place 1990-01-29 12:40:43 +00:00
ceriel
9288115a4d fixed for OUTSEEK 1990-01-29 11:42:58 +00:00
ceriel
0c4835caf3 maintain own free list of buffer headers 1990-01-29 11:41:37 +00:00
eck
343dbb810f formal parameters in prototyps need only 1 underscore 1990-01-29 10:09:00 +00:00
ceriel
4de10af212 Fixed check in COM 1990-01-26 17:12:23 +00:00
ceriel
c4c1e6191b Fixed SIG 1990-01-26 16:43:29 +00:00
ceriel
933b1de514 bug fix: it said \(nl where \n(nl was meant 1990-01-26 15:08:22 +00:00
eck
721005b4d7 big fix for #include in macro argument 1990-01-26 14:59:50 +00:00
eck
f4dcfc3c64 bug fix with #include in argument
save #pragma's until they can be printed
1990-01-26 14:49:13 +00:00
ceriel
ebbda9ae11 bug fix with many -I options 1990-01-26 12:00:35 +00:00
ceriel
b48f529177 Added some mkdep features and fixed a bug 1990-01-26 11:53:08 +00:00
ceriel
f5b29d9ccc creat mode 666 1990-01-26 11:02:34 +00:00
ceriel
343c5872eb fixed typo 1990-01-26 09:50:44 +00:00
ceriel
c2717419d4 ftime has an error return(?) 1990-01-26 09:38:45 +00:00
ceriel
444d0bb4da ftime has an error return(?) 1990-01-26 09:33:23 +00:00
ceriel
9b1f6614f6 some optimizations were not protected by calls to small() 1990-01-24 12:37:33 +00:00
ceriel
ae3e9716f5 Added some code for dependency generator 1990-01-23 15:25:21 +00:00
ceriel
94b3467079 improved Makefile 1990-01-23 13:16:47 +00:00
ceriel
76cd1e34ca fixed: did not compile 1990-01-23 12:06:05 +00:00
ceriel
ccfd50c6b7 fixed; did not compile 1990-01-23 11:00:47 +00:00
ceriel
7cb9955f82 corrected 1990-01-22 17:07:11 +00:00
ceriel
0710269e32 corrected 1990-01-22 16:48:13 +00:00
eck
b2cbaa46d5 changed system-call to avoid namespace pollution 1990-01-22 16:26:12 +00:00
ceriel
a42999afab Added strhp.s 1990-01-22 16:25:52 +00:00
eck
86501edf9e big fix: auto aggregate strings didn't work 1990-01-22 16:16:03 +00:00
ceriel
36dbf24131 adapted so that _brk routine may update .limhp 1990-01-22 15:38:46 +00:00
ceriel
4c7f63ee6c adapted so that _brk routine may update .limhp 1990-01-22 15:32:44 +00:00
ceriel
2782e386f9 No chmk; use the system call library 1990-01-22 15:28:45 +00:00
ceriel
8850b696ab brk routine updates .limhp 1990-01-22 15:05:10 +00:00
ceriel
7e34a42088 Use .limhp 1990-01-22 15:03:13 +00:00
ceriel
ea891cfb3c Added .limhp 1990-01-22 14:57:58 +00:00
ceriel
9ecf2ad8f8 Use .limhp 1990-01-22 14:39:47 +00:00
ceriel
13ce9b12ac Added .limhp (for later use?) 1990-01-22 14:34:58 +00:00
ceriel
f815a342e7 Use .limhp 1990-01-22 14:25:10 +00:00
ceriel
9f0c356194 Added entry points for ANSI C 1990-01-22 14:15:55 +00:00
ceriel
5241920b3c Use .limhp 1990-01-22 14:14:38 +00:00
ceriel
786665c582 Use .limhp 1990-01-22 14:08:16 +00:00
ceriel
ee026dd2ab Added entry points for ANSI C 1990-01-22 13:59:43 +00:00
ceriel
73bfa1d1ab Use .limhp 1990-01-22 13:58:54 +00:00
ceriel
bf95ea8fd9 Added entry points for ANSI C 1990-01-22 13:41:58 +00:00
eck
8fd07efa80 some additions for MINIX 1990-01-22 13:29:46 +00:00
eck
777fb8a624 changed setjmp implementation for POSIX
made some changes for MINIX
1990-01-22 13:20:42 +00:00
ceriel
1fdf2d2e19 Added entry points for ANSI C 1990-01-22 13:09:29 +00:00
eck
37c64c6e36 changed system-calls to avoid namespace pollution 1990-01-22 13:08:36 +00:00
eck
0ab62357ce changed system-calls to avoid namespace pollution 1990-01-22 13:00:13 +00:00
eck
a816b64b86 forgot to update .distr 1990-01-22 12:54:26 +00:00
eck
13c2ffcc5b added sigsetjmp() & siglongjmp() 1990-01-22 12:53:21 +00:00
eck
a940c44ae5 added new routines for ansi 1990-01-22 11:56:01 +00:00
ceriel
dbe88218e4 Added entry points for ANSI C 1990-01-22 11:48:01 +00:00
eck
c1b2a43ef5 changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
ceriel
c6d87355db Added entry points for ANSI C 1990-01-22 11:24:37 +00:00
eck
68e198f375 added new routines for ansi 1990-01-22 11:14:56 +00:00
eck
90819543f6 changed system-calls to avoid namespace pollution 1990-01-22 11:13:26 +00:00
ceriel
67f0c95888 Added entry points for ANSI C 1990-01-22 11:01:47 +00:00
eck
69e2ddcb49 added new routines for ansi 1990-01-22 10:54:12 +00:00
eck
0614d593dd forgot _dup() & _creat() 1990-01-22 10:34:50 +00:00
eck
aee0dc7377 forgot _dup() 1990-01-22 10:28:09 +00:00
ceriel
666c527a43 Added some more entry points for ANSI C 1990-01-22 10:20:09 +00:00
eck
55fab905c1 forgot _creat() 1990-01-22 09:28:35 +00:00
eck
9ee0876c2b added new routines for ansi 1990-01-22 08:51:54 +00:00
ceriel
66327ddda6 Added entry points for ANSI C 1990-01-19 17:37:29 +00:00
ceriel
9eff28dac8 Added entry points for ANSI C 1990-01-19 17:22:11 +00:00
eck
8c0b75b068 forgot _execve() 1990-01-19 17:15:47 +00:00
ceriel
b2ce4472b5 Added entry points for ANSI C 1990-01-19 17:05:29 +00:00
eck
5c228063bc forgot _sbrk(), _fstat(), _times() 1990-01-19 16:25:54 +00:00
ceriel
b6038dab22 Added entry points for ANSI C 1990-01-19 16:22:03 +00:00
ceriel
89b736ba83 Added mechanism to warn correctly about conflicts 1990-01-19 16:05:44 +00:00
ceriel
0939a12a70 Added entry points for ANSI C 1990-01-19 16:03:46 +00:00
eck
86b0d0bc80 added new routines for ansi 1990-01-19 15:17:33 +00:00
ceriel
f21378d696 made allocation chunk size dependant on pointer size 1990-01-19 11:30:16 +00:00
eck
35023ba945 bug fixes from modules/malloc; changed formats to use %p 1990-01-18 17:24:18 +00:00
ceriel
fc5c0ddc52 several fixes in the CHECK part 1990-01-18 17:11:41 +00:00
eck
b8d6eae391 fixed bug: tp_up is field in union; be more careful
give warning for struct/union declarations in prototypes
1990-01-18 16:58:53 +00:00
ceriel
01535f998d Removed a call to 'abort'; just a non-zero exit status is enough 1990-01-18 16:35:39 +00:00
ceriel
b2f85981ad Bug fix: also use ACKDIR to look for description files 1990-01-18 16:07:42 +00:00
ceriel
531f9b1f77 removed unused variables 1990-01-18 10:59:04 +00:00
ceriel
bcf2aa511c bug fix: casts of constants to a set type caused memory fault 1990-01-18 10:12:38 +00:00
ceriel
7913b6800a simplified a bit, and documented better 1990-01-17 16:05:00 +00:00
ceriel
a72bbc0ce2 Changed an o into $suf 1990-01-17 14:39:50 +00:00
eck
c19026af9e bug fix: defined(aap)1 expanded to 01 1990-01-16 15:27:24 +00:00
eck
c4e0fddf5b MINIX squeezing with strings, fixed small preprocessor bug 1990-01-16 15:21:15 +00:00
ceriel
2b6d2c8407 graceful degradation: allocate fewer structs if cannot get requested amount 1990-01-16 14:38:28 +00:00
ceriel
b254b73745 Added i386_as.6 1990-01-16 13:27:47 +00:00
ceriel
6bbcb68a79 added comment 1990-01-16 10:11:45 +00:00
ceriel
f48df3b6fe Commented out a wrong warning, as was already done in the C compiler 1990-01-16 10:08:34 +00:00
ceriel
b5135607b4 bug fix: #if defined(...) did not work properly 1990-01-15 17:01:36 +00:00
ceriel
018558cb9e fixed prvious change 1990-01-15 12:42:57 +00:00
ceriel
2138609918 do not remove targets for install or cmp 1990-01-15 11:47:10 +00:00
ceriel
dd22ea4caf fixed bug in translation of BR instruction 1990-01-15 11:44:43 +00:00
ceriel
53096cbf0c adapted for use of ACK VAX assembler 1990-01-12 18:03:50 +00:00
ceriel
54cb64aef2 Adapted for use of the ACK VAX assembler 1990-01-12 17:58:12 +00:00
ceriel
0ce4d37e54 Adapted for use of ACK VAX assembler 1990-01-12 17:05:42 +00:00
ceriel
7babff444a some more fixes 1990-01-12 17:02:31 +00:00
ceriel
027b33d313 VAX a.out to ACK a.out conversion program, first version 1990-01-12 16:58:02 +00:00
ceriel
57dfc84ee7 ACK VAX assembler, first version 1990-01-12 16:55:50 +00:00
ceriel
0004fd81ed fixed again 1990-01-12 15:41:59 +00:00
ceriel
cb25b013fb fixed for 0 argument 1990-01-12 15:34:21 +00:00
ceriel
558a632821 errno in .bss 1990-01-12 14:13:39 +00:00
ceriel
e2732629bf Fix for PDPFLOAT format 1990-01-12 11:52:51 +00:00
ceriel
6dac59f2d4 some more changes to use VAX assembler 1990-01-12 10:29:26 +00:00
ceriel
c9312a41da make labels disappear 1990-01-12 10:11:44 +00:00
ceriel
5521ebb35a Adapted for use of ACK VAX assembler 1990-01-11 16:44:19 +00:00
ceriel
7fed954836 use LABEL_STARTER 1990-01-11 16:33:53 +00:00
ceriel
15d1e95d31 Adapted for use of ACK VAX assembler 1990-01-11 16:10:13 +00:00
ceriel
de564c09b2 Adapted for use of ACK VAX assembler 1990-01-11 16:00:19 +00:00
eck
2eacdccc5d deleted struct mlist 1990-01-11 08:30:19 +00:00
eck
00876cd9df added alloction dump
shrunk some data structures
changed some ALLOCDEF's
changed setjmp to __setjmp
1990-01-10 17:33:35 +00:00
ceriel
776f85238f bug fix: cannot optimize IMUL 1990-01-10 11:23:45 +00:00
eck
abcaa3e669 changed UnGetChar() to ChPushBack() in domacro.c 1990-01-05 09:28:54 +00:00
eck
369a99fe3a there are only 24 hours in a day, not 29 1990-01-04 11:33:10 +00:00
eck
7157ec19b6 changed strrchr() into strchr() 1990-01-04 08:39:10 +00:00
eck
670ca5a83a added putenv.c 1990-01-03 17:23:10 +00:00
eck
e109e76069 changed genfiles to shell script 1990-01-03 16:58:22 +00:00
eck
a8f0aa6016 various fixes to makefile 1990-01-03 16:42:36 +00:00
ceriel
4bb598c9ad mkdir command always executed and result ignored 1990-01-03 16:07:05 +00:00
ceriel
f0dccf3ca0 wr_fd no longer exists, because the object module now buffers 1990-01-03 14:24:08 +00:00
ceriel
e59812782e changed creat mode to 0666 1989-12-19 16:44:57 +00:00
eck
02d396c33a forgot .distr 1989-12-19 15:46:39 +00:00
eck
68a72d2ceb Initial revision 1989-12-19 15:45:15 +00:00
ceriel
33e47b1a51 Added mechanism for installing header files 1989-12-19 15:32:51 +00:00
eck
80b04b4440 changed Makefile again 1989-12-19 15:06:03 +00:00
ceriel
513b878285 again, dependencies 1989-12-19 14:54:40 +00:00
ceriel
b60e8cead1 corrected install entry 1989-12-19 13:56:57 +00:00
ceriel
49834ac5c8 dependencies 1989-12-19 13:55:08 +00:00
eck
f4e1d47704 changed Makefile 1989-12-19 11:20:16 +00:00
ceriel
caf06d3a7b prepared for distribution 1989-12-19 11:17:21 +00:00
ceriel
bff577eed4 name is cpp.ansi 1989-12-19 11:12:17 +00:00
ceriel
a1f5834052 use normal C compiler 1989-12-19 11:07:03 +00:00
eck
7fab59ec17 added MakeArch and Makefile to .distr 1989-12-19 11:02:22 +00:00
eck
c02f977487 Initial revision 1989-12-19 10:59:33 +00:00
ceriel
c3b3faf7a4 Added support for constant floating point expressions 1989-12-19 09:40:25 +00:00
ceriel
4b42dcf97f fix: flt_status was not always set properly 1989-12-19 09:27:16 +00:00
ceriel
662c87a579 flt_status maintained for flt_str2flt() 1989-12-18 18:17:17 +00:00
ceriel
328b5011af use normal C compiler 1989-12-18 16:41:55 +00:00
eck
dc87f207cd added Makefile, LIST and .distr 1989-12-18 16:15:07 +00:00
eck
25291680b0 changed EM_* to _EM_*, added Makefile, LIST and .distr 1989-12-18 16:11:26 +00:00
eck
2a15fcf645 fixed Makefile, added .distr 1989-12-18 16:06:47 +00:00
eck
dc2dd991c6 fixed some bugs, added LIST, Makefile & .distr 1989-12-18 16:02:55 +00:00
eck
8a409311da fixed some bugs, added LIST, Makefile & .distr 1989-12-18 15:49:11 +00:00
eck
d43142d811 changed from Hart & Cheney to Cody & Waite 1989-12-18 15:44:36 +00:00
eck
6e2b44962f made a lot of changes 1989-12-18 15:33:48 +00:00
eck
e00f89ea6f made a lot of changes 1989-12-18 15:14:14 +00:00
eck
2f92b46a9d made a lot of changes 1989-12-18 15:04:14 +00:00
eck
bb48507f58 small changes, added LIST, Makefile and .distr 1989-12-18 14:44:38 +00:00
eck
94db19641a Initial revision 1989-12-18 14:40:54 +00:00
eck
d8486967aa many changes and improvements 1989-12-18 14:00:32 +00:00
eck
0c6ba1fd58 added Header 1989-12-18 13:53:00 +00:00
eck
09a352c151 Initial revision 1989-12-18 13:50:55 +00:00
eck
c98a786cc4 Intial revision 1989-12-18 13:31:20 +00:00
ceriel
2b8e44b860 publicdata is extern for development version 1989-12-18 13:18:43 +00:00
ceriel
d6f0d3b65f test on BIGMACHINE was wrong 1989-12-15 15:35:17 +00:00
ceriel
a0187208a5 fixed: did not compare properly with 0; reduced size 1989-12-13 16:35:19 +00:00
ceriel
e891b36895 removed declaration of unused variable 1989-12-13 13:09:10 +00:00
eck
8790a879c9 fixed sizeof() 1989-12-13 12:53:22 +00:00
ceriel
a5f05e8ba0 changed character comparisons with NULL 1989-12-13 09:19:47 +00:00
eck
bdb0b550f7 U-flag was not handled properly 1989-12-12 14:59:59 +00:00
eck
b3a142e244 fixed null-pointer constants and SkipToNewLine() 1989-12-12 12:52:03 +00:00
eck
24a1c0d390 SkipToNewLine() now recognizes strings and character constants 1989-12-12 12:41:39 +00:00
ceriel
9bab5d363c Bug fix in ZRL decoding 1989-12-08 15:04:37 +00:00
ceriel
a8033da29e better error checking 1989-12-07 16:28:05 +00:00
ceriel
2f5b25269e copied from newer version 1989-12-06 12:53:37 +00:00
ceriel
0950240cfa Changed maximum # of args 1989-12-06 12:43:01 +00:00
ceriel
3bed868bb9 .word -> .data2 1989-12-06 12:41:05 +00:00
ceriel
f2996068f8 changed alignments 1989-12-06 12:39:25 +00:00
ceriel
58eaf6df5b some small fixes 1989-12-06 12:38:18 +00:00
ceriel
5e2915d143 bug fix: the in_store test did not work when NON_STANDARD was defined,
because in this case, the bit tested resided in user area
1989-11-30 17:29:00 +00:00
ceriel
ac489d50a3 Corrected assertion 1989-11-30 15:12:11 +00:00
ceriel
fec7208f70 new malloc.c, derived from new Minix version 1989-11-30 14:59:18 +00:00
ceriel
30208cda9a changed commented #defines to #undefs 1989-11-30 14:25:40 +00:00
ceriel
a022b9490c LOE INE used address register; it is probably better to use a general register 1989-11-30 10:07:49 +00:00
ceriel
7c723a8e48 Made compilation command and interpreter command variable 1989-11-29 16:12:47 +00:00
ceriel
75cab1f389 Added a move 1989-11-29 12:47:23 +00:00
ceriel
bf9730d10e corrected clean entry in Makefile 1989-11-29 10:56:11 +00:00
ceriel
cd64ce0424 rounding for un-normalized numbers was wrong 1989-11-29 09:56:59 +00:00
ceriel
79b0bb3347 do not declare sprintf. On some systems it is an int, on others it is
a char *
1989-11-29 09:55:03 +00:00
ceriel
0e2861d8b0 Added 80[23]87 support 1989-11-29 09:49:35 +00:00
eck
5f3e4693e6 array type-checking was wrong 1989-11-28 15:28:52 +00:00
ceriel
2465ad8ed8 fixed bug: sometimes destroyed contents of register variable 1989-11-28 14:42:56 +00:00
ceriel
a49ffb7945 fixed entier routine: did not work properly for negative args 1989-11-28 14:16:38 +00:00
ceriel
55a133aa3c fef did not work properly for negative args 1989-11-28 12:51:35 +00:00
ceriel
86b6eab206 speeded up a bit for printing 0.0 1989-11-27 17:29:35 +00:00
ceriel
862f83571f speeded up a bit for converting 0.0 to string 1989-11-27 17:25:55 +00:00
ceriel
b91af798bc fixed rounding on ties to round to even, and fixed extend bug (test for 0
was wrong)
1989-11-27 16:26:02 +00:00
ceriel
1758da9285 Added fp8087.s 1989-11-27 16:19:16 +00:00
ceriel
61c646a496 Added 8087 support 1989-11-27 16:19:15 +00:00
eck
c6d60cb24f fixed small bug 1989-11-27 11:40:58 +00:00
eck
671556cfc4 improved type-checking, fixed preprocessor bug, fixed syntax bug 1989-11-27 11:37:11 +00:00
ceriel
5d81b090b9 Corrected MathLib0.mod: entier was wrong on negative args 1989-11-27 09:37:56 +00:00
eck
4734150614 removed ctype.c, the library functions are generated 1989-11-23 10:43:15 +00:00
eck
d50600e263 fixed unary & and indirect calls 1989-11-22 16:41:09 +00:00
eck
96da16ce33 fixed bugs, added dynamic buffer allocation to preprocessor 1989-11-22 13:58:36 +00:00
ceriel
3107e638f8 some more speed-up changes 1989-11-22 13:38:37 +00:00
eck
f9fadbf045 fixed bugs, added dynamic buffer allocation 1989-11-22 12:59:15 +00:00
ceriel
5ffd738802 cleaned up a bit 1989-11-21 15:44:29 +00:00
ceriel
6a19ee76cc removed some superfluous instructions 1989-11-21 15:42:56 +00:00
ceriel
43e04499d0 changed label formats 1989-11-21 15:40:24 +00:00
ceriel
295c8d2515 a fix to ZER ? and simplified ZRL, ZRE 1989-11-21 11:38:08 +00:00
ceriel
f6c7b7bbcd changed some variables from arith to int 1989-11-21 11:37:10 +00:00
ceriel
cf4c99a093 fixed line number after line directives 1989-11-21 11:33:21 +00:00
ceriel
01b937d82e some arith variables changed into int 1989-11-21 11:28:56 +00:00
ceriel
c6134a1f59 changed mechanism a bit 1989-11-20 14:35:23 +00:00
ceriel
6709f6e340 no default size for asld 1989-11-17 16:55:48 +00:00
ceriel
99c20a6a08 default size is now large 1989-11-17 16:53:53 +00:00
ceriel
a46596cbba new object module makes buffering superfluous 1989-11-17 16:50:59 +00:00
ceriel
07cb257465 print unsigned bitfields as unsigned 1989-11-17 16:37:20 +00:00
ceriel
e9d477fd6e more internal buffering 1989-11-17 15:56:53 +00:00
ceriel
99cae8d6df fix to previous change 1989-11-17 15:19:55 +00:00
ceriel
c4ca7db14f improved #line handling 1989-11-17 14:53:05 +00:00
ceriel
9ad5d4b5e0 generate ; after label 1989-11-17 13:15:48 +00:00
ceriel
5300633c2b improved error messages 1989-11-17 11:52:33 +00:00
ceriel
ff90971199 improved error messages 1989-11-17 11:44:48 +00:00
ceriel
c023409091 improved make.tokcase for EOF handling 1989-11-17 11:41:47 +00:00
ceriel
cde3638bc9 improved for EOF handling 1989-11-17 11:40:48 +00:00
ceriel
b6c29b5541 fixed bug which caused memory faults on erroneous input 1989-11-17 11:36:43 +00:00
ceriel
a43e504fb1 fixed error messages by allowing more than one "simultaneous" symbol2str 1989-11-17 11:31:05 +00:00
ceriel
676fee0a3e fixed bug which caused unsigned bitfield problems 1989-11-17 11:28:38 +00:00
ceriel
d57dfac961 improved error messages 1989-11-17 11:27:26 +00:00
ceriel
d4bcec7ec2 removed some unused variables 1989-11-16 16:08:59 +00:00
ceriel
42a7f3d8e7 new version with internal buffering 1989-11-16 15:52:08 +00:00
ceriel
e93e256512 bug fix: static link was not always removed 1989-11-16 14:57:15 +00:00
ceriel
72f667fbf9 Added unsigned bit-field test 1989-11-15 17:46:58 +00:00
ceriel
f9d19e9302 fixed assembler part of link instruction 1989-11-15 17:46:25 +00:00
ceriel
edf2f575a2 link instruction does not work for more than 32768 bytes locals on M68000 1989-11-15 16:10:18 +00:00
ceriel
3868470366 many speed-up changes, resulting in 20-25% speedup, and fixed
serious floating point handling bug
1989-11-13 15:36:12 +00:00
eck
776233c718 improved qualifier checking 1989-11-13 14:01:50 +00:00
ceriel
c30769327b fixes: ucmp did not quite work right, flt_div had an obscure bug 1989-11-13 12:54:33 +00:00
ceriel
12669d882f call to abs should be call to fabs 1989-11-13 10:15:35 +00:00
ceriel
b93cdd9aac do not use sprintf; use sprint instead 1989-11-09 21:33:29 +00:00
ceriel
c5ee3b6735 Added patterns 1989-11-09 18:43:02 +00:00
ceriel
38880093e8 fixed typo 1989-11-09 18:12:12 +00:00
ceriel
0ce3cd0c76 no casts in constants used in #if! 1989-11-09 18:07:14 +00:00
ceriel
95fc55f840 fix: did not work for 4-byte floats 1989-11-09 17:01:29 +00:00
ceriel
013a6f9cd6 cleaned up a little 1989-11-09 14:06:35 +00:00
ceriel
cfc1d926bf minor mod: added comment and removed a variable 1989-11-09 12:33:08 +00:00
ceriel
d9d6cc127f Allow more procedure parameters 1989-11-09 11:04:18 +00:00
ceriel
3e80ca51fc generate #defines for MAXREPLLEN, MAXEMREPLLEN 1989-11-08 17:14:52 +00:00
ceriel
339f9dd942 fixed bug in EM replacement code, and use new #defines from tables.h 1989-11-08 17:13:33 +00:00
ceriel
67f9f2a74f many little changes: removed some lint complaints; max_int and max_unsigned
are now constants if NOCROSS is defined; added lexstrict and expr_strict,
and changed calls where needed
1989-11-08 16:52:34 +00:00
ceriel
636c151d51 fix: printed wrong message; now dumps core at end 1989-11-08 14:42:09 +00:00
ceriel
410a62e2de fixed some lint complaints 1989-11-08 14:18:57 +00:00
ceriel
45c90324fd Added some casts for lint 1989-11-08 12:52:41 +00:00
ceriel
1ece6f9107 Added a few more patterns 1989-11-08 12:44:33 +00:00
ceriel
9dcaf4ecdc improved checking 1989-11-08 12:30:55 +00:00
ceriel
f3250e5db5 fixed: commited wrong version 1989-11-08 11:22:50 +00:00
ceriel
d4e3a9d9f6 fixed exit status 1989-11-07 16:17:06 +00:00
ceriel
9b2bc42d92 fixed sed script: \> is special under SunOs 4.0, and the escape was not needed anyway 1989-11-07 16:13:26 +00:00
dick
ba7100a4c2 wrong Makefile committed at 1.209 1989-11-07 13:04:39 +00:00
ceriel
3dc49877a5 Made suitable for fast compiler version 1989-11-06 16:01:13 +00:00
ceriel
1546ac1235 fixed: send ended up in data segment! 1989-11-06 11:35:52 +00:00
ceriel
6d39055193 use fwrite instead of write 1989-11-03 18:32:32 +00:00
ceriel
1158018fdf Added some patterns 1989-11-03 13:28:37 +00:00
ceriel
f83c2ba230 updated to Minix 1.3 version 1989-11-03 12:57:25 +00:00
ceriel
0928518b8d Added a nicer trap handler 1989-11-03 11:54:41 +00:00
ceriel
a951391408 removed stop.s 1989-11-03 11:53:47 +00:00
eck
6e551adf21 fixed some more bugs 1989-11-03 10:36:56 +00:00
ceriel
bc565a13f1 updated to minix 1.3 1989-11-03 09:25:46 +00:00
dick
787904f82c restrained error messages for lint + misc. 1989-11-02 18:17:59 +00:00
ceriel
287f8d5d70 fixed Constant Width 1989-11-01 17:30:44 +00:00
ceriel
2db075ab69 fixed memory fault, adapted mechanism code_scope 1989-11-01 15:41:06 +00:00
ceriel
d72e4424cd modified labels 1989-11-01 15:35:42 +00:00
ceriel
c33ae16bce the include file is called con_float, not float_cst 1989-11-01 10:57:04 +00:00
ceriel
9c03f2c8bd kill tokens using address registers better 1989-11-01 10:14:27 +00:00
eck
ce1285d2eb format for % was wrong 1989-11-01 10:02:23 +00:00
ceriel
142a703f77 the error() routine did not set err_occurred! 1989-11-01 09:46:16 +00:00
ceriel
c2a260ba68 better unknown flags handling 1989-10-31 11:15:23 +00:00
ceriel
da85a0fa2f Added code expander 1989-10-31 11:14:01 +00:00
eck
7a18c01a7c relaxed typechecking a little bit 1989-10-31 10:48:20 +00:00
eck
bdbbf32404 fixed bug, added -o option 1989-10-31 10:02:48 +00:00
ceriel
cccb0dd197 if malloc can return 0 on a 0 argument, free should also accept 0 1989-10-31 09:44:21 +00:00
ceriel
4b445d4860 malloc can return NULL when given a 0 argument 1989-10-30 18:25:30 +00:00
ceriel
046d5b38a9 use varargs.h 1989-10-30 17:51:31 +00:00
dick
a817264e90 better (more restrained) error reporting 1989-10-30 16:19:35 +00:00
ceriel
2fb6605800 no more -T option to pic 1989-10-30 16:08:07 +00:00
ceriel
8cb76d3ed8 fix to for-loop code was wrong; fixed again 1989-10-30 15:45:43 +00:00
ceriel
67e5a8e7a5 improved check for loop 1989-10-30 15:17:01 +00:00
ceriel
64c2ad3838 There is no d0 register! 1989-10-27 18:20:14 +00:00
ceriel
c2f70c4857 andl3 does not exist! use bicl3 instead 1989-10-27 18:03:37 +00:00
eck
480de7cafb fixed some bugs, changed warning interface 1989-10-27 13:33:10 +00:00
ceriel
f04baf2201 Added code expander 1989-10-27 09:06:43 +00:00
ceriel
0f8516f861 use more simple hashing algorithm, made namelist generation dependant on a #define 1989-10-26 16:16:35 +00:00
ceriel
cd1bb106ec improved STI 8 code 1989-10-26 15:54:21 +00:00
ceriel
9196107b79 fixed so that jumps back to local labels also work 1989-10-26 15:42:30 +00:00
ceriel
74546bd985 Added a command to kill a register 1989-10-26 15:41:38 +00:00
ceriel
adc8fc6e9e Added _exit.c 1989-10-26 11:51:46 +00:00
ceriel
acfb0f2eed Added _exit.c 1989-10-26 11:39:31 +00:00
ceriel
69d8dc3b44 use new version of con_float 1989-10-26 11:07:26 +00:00
ceriel
a751b2ef42 Use Motorola byte order for floating point 1989-10-26 11:04:53 +00:00
ceriel
7f4a6b31a7 Use Intel byte order for floating point 1989-10-26 11:03:30 +00:00
ceriel
cf855ea282 fixed so that jumps back to local labels also work 1989-10-26 11:01:44 +00:00
ceriel
ed479cbb76 Do not call the .nop subroutine for a NOP (ANSI C modification) 1989-10-26 10:10:34 +00:00
ceriel
851a0c4501 Use Intel byte order for floating point 1989-10-26 09:52:41 +00:00
ceriel
3a8a4fc1df Use Motorola byte order for floating point 1989-10-26 09:49:32 +00:00
ceriel
3899b18911 Motorola byte ordering 1989-10-25 17:35:09 +00:00
ceriel
d4d3e6b484 use 8087 byte order 1989-10-25 17:33:49 +00:00
ceriel
a5b0790d96 Added CSA ==4 and CSB ==4 entries, needed for ANSI C 1989-10-25 17:21:52 +00:00
ceriel
13ea4896b0 changes for different byte orderings 1989-10-25 17:15:37 +00:00
ceriel
07f019213d Added csa4.s and csb4.s 1989-10-25 17:08:45 +00:00
ceriel
44ff24f085 Also recognize 'defined' without parentheses 1989-10-25 14:23:08 +00:00
ceriel
35586d769a DEFDIR fix 1989-10-25 13:37:26 +00:00
ceriel
68a2852f57 fixed bug and changed con_float 1989-10-25 13:24:29 +00:00
ceriel
4360ab1cee improved error handling: C_busy now returns 0 if C_failed is called 1989-10-25 11:36:51 +00:00
ceriel
e4309374be changed string to change into CHANGE_ME 1989-10-24 16:58:28 +00:00
ceriel
80cb794116 Added mechanism to change default directory 1989-10-24 16:54:55 +00:00
ceriel
88a316478d adapted floating point package to handle IEEE format in different byte orders 1989-10-24 16:10:01 +00:00
ceriel
a413fa8b90 fixed for SunOs 4.0 make 1989-10-24 16:09:24 +00:00
ceriel
b4e38b8fcd adapted to use 80387 floating point format 1989-10-24 16:00:37 +00:00
ceriel
b5a1f8a3b3 define IEEEFLOAT 1989-10-24 15:08:27 +00:00
eck
d186cb605f removed bug for identifiers starting with L 1989-10-24 15:06:23 +00:00
eck
9286928275 improved domacro when NOPP defined 1989-10-24 15:02:02 +00:00
ceriel
8740dcc72e adapted to use 80387 floating point format 1989-10-24 15:00:09 +00:00
ceriel
c5dcddd4fd adapted to also generate other byte-orders 1989-10-24 14:57:17 +00:00
ceriel
c246adf1c4 correction 1989-10-24 14:42:49 +00:00
ceriel
95cfd33824 corrected assertions 1989-10-24 12:58:23 +00:00
eck
1ce56a4e78 renamed nccp.6 to ncpp.6 1989-10-24 10:18:45 +00:00
ceriel
44b74a6c84 fixed for minix, which does not have ftime 1989-10-24 10:04:35 +00:00
ceriel
42940634dd Added ce directory 1989-10-24 09:30:32 +00:00
ceriel
1e3b6137d4 also include ../read_em; C_out.c needs em_comp.h. We cannot install
read_em first, because that needs em_codeEK.h
1989-10-24 09:29:30 +00:00
eck
dfb4d0c576 deleted } in arith.c 1989-10-23 14:39:33 +00:00
ceriel
4a5a463e44 improved handling of , (comma) operator and some more Minix squeezing 1989-10-23 13:50:27 +00:00
ceriel
788788edc0 improvements for the , (comma) operator 1989-10-23 13:45:19 +00:00
eck
741b43044d renamed ch7xxx to ch3xxx 1989-10-23 13:00:35 +00:00
ceriel
49d31eaeff initial commit 1989-10-23 11:25:20 +00:00
ceriel
8af6b69b44 Added .distr file 1989-10-23 11:20:46 +00:00
ceriel
d5dc0b7342 Initial commit 1989-10-23 11:19:44 +00:00
ceriel
ead414d725 only give warning about relocation info if -u flag is not given 1989-10-23 10:51:46 +00:00
ceriel
e5117bbf30 Added an ARGSUSED to shut up lint 1989-10-23 10:37:00 +00:00
eck
1d37165575 Initial revision 1989-10-23 10:35:56 +00:00
ceriel
ba8482c5ab Added another pattern 1989-10-23 10:26:00 +00:00
ceriel
10dd78edbf Added patterns 1989-10-20 17:32:04 +00:00
ceriel
cf3bcb5e63 Added routine to evaluate operands of binary operator 1989-10-20 17:08:48 +00:00
ceriel
352c5c581b some more Minix squeezing 1989-10-20 16:16:06 +00:00
ceriel
64b7d49c0a Added patterns 1989-10-20 14:36:26 +00:00
eck
b6a7d4fa0f Minix again 1989-10-20 13:06:10 +00:00
ceriel
01f77a03af Added CBO (commutative binary operator) to make it a little easier to
write reordering patterns
1989-10-20 11:59:52 +00:00
ceriel
d6fa6357f2 some more Minix squeezing 1989-10-20 11:58:37 +00:00
eck
78d3e500fb added CPP variable to Makefile 1989-10-20 11:05:00 +00:00
eck
46e45d1c2d added CPP variable to Makefile 1989-10-20 10:37:25 +00:00
ceriel
3d5569183e some more squeezing for Minix 1989-10-19 19:29:39 +00:00
ceriel
e4857c2446 many minor modifications (it still will not fit on Minix!) 1989-10-19 14:53:25 +00:00
ceriel
35c612b99b some minor improvements 1989-10-19 14:50:52 +00:00
ceriel
1ae683e3b3 improved the making of libCEopt.a 1989-10-18 14:40:15 +00:00
eck
8ff400fd0f squeezing for MINIX 1989-10-18 13:12:31 +00:00
ceriel
84297d3460 parameterize back library name (needed for SUN) 1989-10-18 12:36:28 +00:00
ceriel
b4504c0f73 parameterize back library name (needed for SUN) 1989-10-18 11:51:12 +00:00
ceriel
9c403e7299 Added mechanism to make peephole optimizer version bigger (needed for SUN-3) 1989-10-18 11:39:19 +00:00
ceriel
95563ae3bc small improvement: added pattern for LDC -1 CMS 4 ZEQ/ZNE 1989-10-18 10:15:49 +00:00
ceriel
cf65fbe6a1 a simple optimization added 1989-10-18 09:22:47 +00:00
eck
46fb868503 introduced TABGEN variable 1989-10-17 11:35:13 +00:00
ceriel
744fcc3442 Added split.c to .distr 1989-10-16 18:02:55 +00:00
ceriel
82c3158ada simplified a bit 1989-10-16 17:56:36 +00:00
ceriel
b821194cbd merged cricon.c+crfcon.c+crucon.c into crxcon.c 1989-10-16 16:37:46 +00:00
ceriel
85da3bcac1 only give warning about unresolved references if -u option is not given 1989-10-16 14:52:03 +00:00
ceriel
7b969cc623 head_em.sun renamed to head_ext 1989-10-16 14:45:00 +00:00
ceriel
1fefd074f9 Added em_private.h 1989-10-16 14:23:25 +00:00
eck
aa2bfa7738 adjusted sources for NOPP 1989-10-16 12:38:25 +00:00
ceriel
4c4b47a902 util/ceg/as_parser also uses lex 1989-10-16 09:53:04 +00:00
ceriel
81a2d12ae5 improved Makefile: save libemopt.a when creating libCEopt.a 1989-10-16 09:45:06 +00:00
ceriel
7f6b39f155 improved: did not work with SunOs 4.0 make 1989-10-16 09:32:05 +00:00
ceriel
d7e23d9466 improved: did not work with SunOs 4.0 make 1989-10-16 09:24:52 +00:00
ceriel
0b44329a4b cleaned up considerably 1989-10-13 18:26:05 +00:00
ceriel
284bd607fd Added head_em.s for Sun floating point emulation 1989-10-13 14:35:50 +00:00
ceriel
b6b4cee71f Added headers 1989-10-13 14:27:28 +00:00
ceriel
8c84139dc8 Added RCS Headers 1989-10-13 14:03:25 +00:00
eck
fd259c398c fltcstoper.c addded to Repository 1989-10-13 11:04:42 +00:00
ceriel
257b4847bf Added mechanism for generating fast compilers 1989-10-13 10:48:07 +00:00
ceriel
654715cf8a Added mechanism for generating fast compilers 1989-10-13 09:59:54 +00:00
ceriel
155d41c3e0 Added mechanism for generating fast compilers 1989-10-13 09:25:21 +00:00
ceriel
b759fb2438 fixed typo 1989-10-13 09:22:53 +00:00
ceriel
9ef6cf575b formatted a bit 1989-10-12 16:57:37 +00:00
ceriel
159bdec3f5 Added peephole optimizer library, code expander, and i386 1989-10-12 16:52:17 +00:00
ceriel
17c1915104 Added entry for peephole optimizer library and code expander 1989-10-12 16:50:29 +00:00
ceriel
0faaec8e3d cleaned up Makefile 1989-10-12 16:18:38 +00:00
ceriel
10b58a8520 The InputLevel variable only exists when NOPP is not defined 1989-10-12 14:22:35 +00:00
ceriel
9d08fc6678 use strindex() instead of index() 1989-10-12 11:16:43 +00:00
ceriel
7255b1aa61 some fixes, f.i. process # in actual parameter list 1989-10-12 11:16:02 +00:00
ceriel
b9bb251d60 fixed wrong code for for-loop 1989-10-12 11:10:48 +00:00
ceriel
998de8d264 install code-expander version 1989-10-11 15:31:10 +00:00
ceriel
3aa0ecdb5c removed include file in_all.h 1989-10-11 15:25:07 +00:00
ceriel
0e2a3baa5d also install peephole optimizer and code expander versions 1989-10-11 15:15:47 +00:00
ceriel
f63613844b Added em_codeO.h 1989-10-11 15:13:07 +00:00
ceriel
19df56bc23 use EMHOME instead of ../../.. 1989-10-11 14:21:37 +00:00
ceriel
ebcd62f7d2 bug fix in rounding for 4-byte floating point numbers 1989-10-11 13:34:05 +00:00
ceriel
c7d0d1d447 Added nopt.doc and ceg 1989-10-11 13:17:21 +00:00
ceriel
de6b8d9108 Added em_opt 1989-10-11 12:43:53 +00:00
ceriel
c4d23274c9 moved and initialized the C_tmpdir variable; some linkers do not
find it otherwise
1989-10-10 15:06:56 +00:00
ceriel
b719750e75 Added code-expander-generator 1989-10-10 14:48:42 +00:00
ceriel
bec816346d Added i386 1989-10-10 14:42:59 +00:00
ceriel
9feb3f9254 Added i386 to .distr file 1989-10-10 14:20:45 +00:00
ceriel
48252cc673 initial version 1989-10-10 11:40:55 +00:00
ceriel
010bade227 many fixes, found by actually running the code 1989-10-10 11:38:18 +00:00
dick
2364f3f6b0 some small corrections in the lint part 1989-10-10 11:21:55 +00:00
ceriel
9715c40c3f initial version 1989-10-10 11:01:01 +00:00
ceriel
a96f33ef34 many fixes; got working afcc with this version 1989-10-10 10:58:30 +00:00
ceriel
e713e6f8fe many fixes, found by actually running the code it produces 1989-10-10 10:54:20 +00:00
ceriel
d25472bbfb many fixes; now passes the tests 1989-10-10 10:44:26 +00:00
ceriel
8f74dd7ae6 Initial revision 1989-10-10 10:38:39 +00:00
ceriel
1525e12aee mkstrct.o ended up in the archive twice 1989-10-09 15:03:01 +00:00
ceriel
7e0c59d59a some fixes 1989-10-09 14:15:51 +00:00
ceriel
8c9c04b549 fix to bitfield code: contained non-portable shift 1989-10-09 13:42:39 +00:00
ceriel
9197c959dc recursive calls to sametest routine were wrong; How could this ever work? 1989-10-06 14:53:49 +00:00
ceriel
eb2a76270f corrected XOR problem, and ILOCAL does not exist for m68k4 1989-10-06 11:13:16 +00:00
dick
6ea0fa77db varargs in panic() 1989-10-04 16:04:02 +00:00
dick
d75369dd40 better error reporting 1989-10-04 15:36:56 +00:00
dick
53fe78afae correction lint.1 1989-10-04 15:33:49 +00:00
ceriel
0a9017bae1 if to be preprocessed, # should be the first character 1989-10-04 15:18:12 +00:00
ceriel
0364de3a9c fixed problem: sometimes incorrect labels were generated in case descriptors 1989-10-04 14:39:55 +00:00
ceriel
f3a7c72ddb Added some XOR patterns 1989-10-04 14:35:50 +00:00
ceriel
10a379dc8a latest Makefile Version 1989-10-04 11:12:57 +00:00
ceriel
5d8db9045e fixed: removed an #endif 1989-10-04 11:06:18 +00:00
ceriel
96562f964d This is the 4th distribution version 1989-10-04 11:02:39 +00:00
cvs2hg
42e84d8dd2 fixup commit for tag 'distr3' 1989-10-04 10:56:17 +00:00
ceriel
9a92f57752 Initial revision 1989-10-04 10:56:16 +00:00
ceriel
463a0e7f40 use the con_float include file 1989-10-04 10:28:50 +00:00
ceriel
008a907894 makefile removed, was path-dependant 1989-10-03 16:31:29 +00:00
eck
4bde31f78a minor changes concerning void and pre-processor 1989-09-29 16:20:38 +00:00
eck
26cc87efe6 improved parameters 1989-09-29 15:46:33 +00:00
ceriel
77259cd2f9 removed yet another eor.l error 1989-09-29 11:45:19 +00:00
eck
00027d3893 some minor fixes, renamed ch7 stuff to ch3 1989-09-25 14:28:10 +00:00
eck
fa4e6eecb4 lots and lots of changes & improvements 1989-09-19 16:13:23 +00:00
ceriel
18439ffa3f exit from main instead of return 1989-08-22 11:46:56 +00:00
ceriel
73246f3824 Improved checks for conversion between cardinal and integer 1989-08-21 17:08:54 +00:00
ceriel
360caa08bb use strindex instead of index 1989-08-21 17:03:05 +00:00
ceriel
4c0ea89fe0 use strindex instead of index 1989-08-21 16:56:15 +00:00
ceriel
8ee1e318a3 Added em_codeCE.h to repository and to .distr file 1989-08-21 13:12:51 +00:00
ceriel
84b9957b17 made to compile under Xenix 1989-08-21 12:46:54 +00:00
ceriel
319d9bcfe0 declaration of sprintf only if __STDC__ is not defined 1989-08-21 11:43:41 +00:00
ceriel
e52091ea7c Added l_comment.h to .distr file, fixed problem with #
occurring between macro name and arguments
1989-08-21 10:58:24 +00:00
ceriel
a5f950bac7 replaced size_t by siz_t; size_t is reserved for ANSI C 1989-08-21 10:17:49 +00:00
ceriel
3c03d3f68c pc directory no longer distributed 1989-08-16 13:03:58 +00:00
ceriel
9407523510 prevent core dump when the input file is not present 1989-08-15 09:06:26 +00:00
ceriel
04dcaf5685 did not handle -0.0 right 1989-08-15 09:04:49 +00:00
ceriel
650c178631 fix: did not handle 0.0 right 1989-08-15 09:02:38 +00:00
ceriel
92bccdd4fa inline FEF code for M68881 was wrong; replaced bu subroutine call 1989-08-10 14:17:50 +00:00
ceriel
048099535a removed old dependency on EM_WSIZE 1989-08-10 09:23:44 +00:00
ceriel
8a096ffacb removed old comment 1989-08-09 16:38:12 +00:00
ceriel
5b23cab8e9 removed old EM_WSIZE dependency 1989-08-09 16:34:27 +00:00
ceriel
f755d6683d fix to fix: did not handle negative arguments right 1989-08-09 16:29:15 +00:00
ceriel
8279a37642 made more ANSI conformant 1989-08-09 16:25:50 +00:00
ceriel
be3597ddbe fixed: arguments to fputs were the wrong way around 1989-08-09 16:22:59 +00:00
ceriel
5785bb133b fixed problem with fef on Infinity 1989-08-09 14:37:37 +00:00
ceriel
98f011552e improved rounding 1989-08-09 14:37:07 +00:00
ceriel
d277946286 changed name of some identifiers to more accurately represent their
meaning, and fixed a problem with sometimes not detecting overflow in
constants
1989-08-08 09:11:32 +00:00
ceriel
b1347283b9 Added warning for initializer of formal parameter (the syntax allows this!) 1989-08-02 11:26:51 +00:00
ceriel
a1a78e3b70 include mach directory (for con_float) 1989-08-02 10:34:49 +00:00
ceriel
47955d174e fixed typo 1989-08-02 09:47:27 +00:00
ceriel
c302ed167c much improved version 1989-08-01 16:40:28 +00:00
ceriel
94a4bbb268 some fixes: representation for 0, and corrected check for overflow 1989-08-01 16:34:01 +00:00
ceriel
2b2698c44c Added fp68881.s 1989-08-01 16:32:34 +00:00
ceriel
3ed9932864 removed #define for IEEEFORMAT; now, the floating point package always
uses this format
1989-07-31 15:15:41 +00:00
ceriel
37379d70ba some fixes: fif did loose too many bits; unnormalized form did not work 1989-07-31 15:10:54 +00:00
ceriel
338fb5fb30 use con_float routine 1989-07-31 15:10:36 +00:00
ceriel
d12053873a adapted for changed floating point package 1989-07-31 14:54:53 +00:00
ceriel
ed19a3d568 removed IEEEFORMAT #define 1989-07-31 14:52:45 +00:00
ceriel
6572fa2def use con_float file, and use new interface to fif and fef routines 1989-07-31 14:50:19 +00:00
ceriel
066c005493 Added #define for CODE_GENERATOR 1989-07-31 14:45:40 +00:00
ceriel
0ad83c648e fixed interface to fef routines 1989-07-31 14:43:51 +00:00
ceriel
1280176fb0 removed IEEEFORMAT #define, and define USE_DIVIDE for i386 1989-07-31 14:35:34 +00:00
ceriel
022b40d40c use new interface to fif and fef routines 1989-07-31 14:34:23 +00:00
ceriel
fc9e01c8d8 removed IEEEFORMAT #define 1989-07-31 14:32:08 +00:00
ceriel
0ef99949bc use con_float file, and use new interface to fif and fef routines 1989-07-31 14:25:53 +00:00
ceriel
3e194345cf Added #define for buffer size needed for flt_flt2str() 1989-07-31 13:05:51 +00:00
ceriel
990e7a67da Added some assertions 1989-07-31 12:55:33 +00:00
ceriel
ef8450fce9 use con_float file, and use new interface to fif and fef routines 1989-07-31 11:42:27 +00:00
ceriel
4759f1c9f9 use con_float file 1989-07-31 11:22:43 +00:00
ceriel
53ce9da827 fixed some bugs, added flt_umin 1989-07-28 14:13:39 +00:00
ceriel
3d644d25cb needs tail_mon for all languages 1989-07-27 10:22:26 +00:00
ceriel
5f35d0c644 fixed behaviour on too long floating point constants 1989-07-26 11:16:59 +00:00
ceriel
90101c0dec Added ext_comp.c 1989-07-26 11:08:24 +00:00
ceriel
6f9afbf0d5 use IEEE format in floating point package 1989-07-25 15:50:29 +00:00
ceriel
f7360f0fec many changes, to use IEEE format 1989-07-25 14:21:09 +00:00
ceriel
c7be2d1a44 bug fix in NGI for longs 1989-07-24 10:40:21 +00:00
ceriel
52a8f7d1f1 needed ldexp routine for exp.c 1989-07-19 14:51:19 +00:00
ceriel
c09e4ced7e main.old is not always present, so ignore exit status of 'size main.old' 1989-07-19 14:27:19 +00:00
ceriel
36fb149236 new directory for Pascal front-end 1989-07-19 09:01:57 +00:00
ceriel
a0eb2f398d LIBSUF must be 'a', not 'ma' 1989-07-19 08:56:46 +00:00
ceriel
c6cbc82178 merged -m flag with -j flag 1989-07-17 16:40:18 +00:00
ceriel
3e357f311f documented environment variables, changed EM_DIR into ACKDIR 1989-07-17 16:19:10 +00:00
ceriel
228fe4b4d0 undef PASS_BIG_VAL_AS_VAR for now; it does not work properly in all cases 1989-07-17 15:37:04 +00:00
ceriel
b1ee8fe36b fixed a problem with the store: we sometimes lost some memory 1989-07-17 15:13:09 +00:00
ceriel
09a52b8cf2 fixed a problem with recursive macros: this was not always detected 1989-07-14 09:51:02 +00:00
ceriel
b07825aee3 exponent was wrong in divide routine; corrected 1989-07-13 11:18:02 +00:00
ceriel
cee897ecfa procedure function --> function procedure 1989-07-12 10:59:16 +00:00
ceriel
02c5bf9140 changed lay-out of manual page a bit 1989-07-12 09:48:15 +00:00
ceriel
f62db3f3c6 Added #define for Free, improved text 1989-07-11 17:02:07 +00:00
ceriel
c8ca61ba6e con_float now uses the flt_arith module 1989-07-11 14:17:34 +00:00
ceriel
7455c23f0f tail_mon needed for .e 1989-07-11 12:52:00 +00:00
ceriel
347197573b made to compile, added proper cast 1989-07-11 12:48:40 +00:00
ceriel
1b08effa77 Added some %persistents, improved behaviour of preprocessor, and other
minor mods
1989-07-11 12:34:38 +00:00
ceriel
c483664bb1 made names of some files shorter 1989-07-11 11:38:52 +00:00
ceriel
96916a7ab4 there is no longer a lib directory; it is replaced by ../libce 1989-07-11 11:34:51 +00:00
ceriel
1e9c82d6e5 made to work, and added the b64 shift routines to the interface 1989-07-11 09:15:17 +00:00
ceriel
a7b5504034 new mechanism for floating point constants 1989-07-10 17:15:55 +00:00
ceriel
c820d77690 new floating point constant mechanism 1989-07-10 16:52:02 +00:00
ceriel
1c848c8db3 Added flt_arith 1989-07-10 11:25:02 +00:00
ceriel
c20a2155fa Initial revision 1989-07-10 11:17:19 +00:00
ceriel
811612634a replaced some db.. instructions; they are wrong if the count register
contains a count > 65535
1989-07-07 16:01:03 +00:00
ceriel
00c4a00675 replaced some db.. instructions; they are wrong if the count register
contains a count > 65535
1989-07-07 15:11:35 +00:00
ceriel
b32fb46dfe replaced some db.. instructions; they are wrong if the count register
contains a count > 65535
1989-07-07 15:05:33 +00:00
ceriel
01a95e3b08 replaced some db.. instructions; they are wrong if the count register
contains a count > 65535
1989-07-07 13:53:37 +00:00
ceriel
46b57440a0 made a bit more robust 1989-06-30 14:46:27 +00:00
ceriel
7d131a2cd5 fix: did not work when called from different directory 1989-06-29 11:03:23 +00:00
ceriel
55da4da081 some fixes 1989-06-28 12:51:16 +00:00
ceriel
3aec06a088 Added ret.s 1989-06-28 12:40:22 +00:00
ceriel
7fadcacc26 fixed bug: the assembler suppressed a relocation record because it
thought it was RELPC. It was not
1989-06-27 16:26:02 +00:00
ceriel
cd8f86a7e4 Added descriptions for EM machines 1989-06-27 15:46:58 +00:00
ceriel
58f837cd33 fixed reading of archives 1989-06-27 15:41:47 +00:00
ceriel
b005d26d3f removed the ACKFLOAT #define 1989-06-27 13:17:39 +00:00
ceriel
1ae39bf15b Added con_float, for floating point constants 1989-06-27 13:16:17 +00:00
ceriel
f781103cb4 removed some useless PushBack's, and added warnings 1989-06-27 11:43:26 +00:00
eck
27d7d5ed68 various fixes and improvements 1989-06-26 10:37:05 +00:00
ceriel
11349c78cd use better algorithms for some mathematical functions 1989-06-20 13:10:32 +00:00
ceriel
6d78cd6710 bug fix: printed some reals wrong 1989-06-20 11:43:01 +00:00
ceriel
9e151cf706 Added routines to read and write LONGREALS 1989-06-20 11:23:43 +00:00
ceriel
761312d0dd use new math algorithms 1989-06-19 16:22:23 +00:00
ceriel
8b702734cf use new math routines 1989-06-19 15:56:30 +00:00
ceriel
d4389da709 initialize variable inheader 1989-06-19 11:31:22 +00:00
ceriel
197f5bc796 generated with newer makefile generator 1989-06-19 11:30:37 +00:00
ceriel
869ba1ec9e use make_asobj 1989-06-19 11:27:36 +00:00
ceriel
0374c089c3 Added some patterns for floating point code 1989-06-19 11:24:10 +00:00
ceriel
eabc223bf0 generated stupid code for long unsigned comparison 1989-06-19 11:23:08 +00:00
ceriel
9953b58092 don't remove compiler generated labels when they are external 1989-06-19 11:19:22 +00:00
ceriel
1205b95090 use different (better) hashing algorithm 1989-06-19 11:17:41 +00:00
ceriel
a9102764e6 Added ranlib line 1989-06-19 11:16:53 +00:00
ceriel
c48f281b39 Avoid I/O buffering when using the checking malloc 1989-06-19 11:10:58 +00:00
ceriel
e2b5163869 avoid a null-reference 1989-06-19 11:09:44 +00:00
ceriel
f99f25cc5f fix: sizes were the wrong way around for MAXINSTR 1989-06-19 09:57:35 +00:00
ceriel
b11e382851 some minor corrections 1989-06-19 09:56:16 +00:00
ceriel
3824cfd66d fixed some leapyear problems 1989-06-19 09:50:38 +00:00
ceriel
96a52f7a6f fixed exit status of test program 1989-06-19 09:49:22 +00:00
ceriel
f3249a04a1 versions for new Pascal compiler 1989-06-19 09:46:29 +00:00
ceriel
53b430aed6 fixed some typos 1989-06-15 19:50:14 +00:00
ceriel
eee6d61c7b improved Makefile, fixed writes: a field width of 0 is not standard 1989-06-15 19:11:01 +00:00
ceriel
676aee2213 Added call to C_close in the fatal routine 1989-06-15 19:08:18 +00:00
ceriel
b1c3d1bc53 fixed problem with void returns and changed a warning somewhat 1989-06-15 19:06:56 +00:00
ceriel
56e985729d some added patterns for M688881, and a fix 1989-06-15 10:35:42 +00:00
ceriel
4dfa2310fc continue when an include file is not found 1989-06-15 09:16:27 +00:00
eck
cd367c7940 Initial revision 1989-06-14 16:11:19 +00:00
eck
8c9800d8fe Initial revision 1989-06-14 15:07:06 +00:00
eck
06c441dab7 Initial revision 1989-06-14 14:41:35 +00:00
eck
5406895717 Initial revision 1989-06-13 11:23:28 +00:00
eck
341aaf8dc1 Initial revision 1989-06-12 15:22:14 +00:00
ceriel
8b21acdbb3 removed old Pascal error files 1989-06-12 14:24:17 +00:00
ceriel
e8aadf4409 some optimizations for M68881; it is still horrible, though 1989-06-12 14:05:25 +00:00
ceriel
43fb961091 Added simple support for M68881 1989-06-12 09:30:39 +00:00
ceriel
74bc0442bd Added some flags 1989-06-09 15:07:54 +00:00
ceriel
133ecee90d fixed typo 1989-06-09 09:53:29 +00:00
ceriel
2b8ee048c8 Added saving of registers 1989-06-09 09:32:40 +00:00
ceriel
3b4a813a6c installed new Pascal compiler 1989-06-08 13:05:21 +00:00
ceriel
018cf665d8 some additions to .distr file 1989-06-08 13:02:26 +00:00
ceriel
2cd40f68e6 Added support for MC68881 floating point processor 1989-06-08 12:46:17 +00:00
ceriel
64a35f954d leave register messages with a count of 0 1989-06-05 15:47:53 +00:00
ceriel
cc3459e5a8 fix to constant unary minus 1989-05-31 12:42:56 +00:00
ceriel
ced856c234 improved fix 1989-05-30 14:50:16 +00:00
ceriel
e6fb294aac transform HOL into BSS so that IL does not get confused 1989-05-30 14:32:12 +00:00
eck
69f02d8abc Initial revision 1989-05-30 13:34:25 +00:00
ceriel
8f2fe1c003 token references in EM replacements do not work. Give error message 1989-05-30 12:20:54 +00:00
ceriel
6266743c4c static links are not considered read-only anymore 1989-05-30 10:44:34 +00:00
ceriel
7c26c21b87 fixed typo, which resulted in memory fault 1989-05-30 10:41:42 +00:00
ceriel
2f81a59738 removed printf.s, put in dia.s 1989-05-30 10:38:45 +00:00
ceriel
3d7da616bf Added files 1989-05-29 14:45:56 +00:00
ceriel
013ccf9149 changed printf name: removed underscore 1989-05-29 14:42:18 +00:00
ceriel
ce81b47935 removed printf.s 1989-05-29 14:40:51 +00:00
ceriel
aa0e321971 some fixes 1989-05-29 11:32:23 +00:00
ceriel
aaea752423 Added version number to binary 1989-05-29 11:17:40 +00:00
ceriel
4a1f9bbc22 bug fix: did not handle #elif right 1989-05-29 11:11:34 +00:00
ceriel
c1075bd08c Added Version.c 1989-05-29 10:32:46 +00:00
ceriel
fd4e81f64e Modified to make the default M2 compiler name definable at compile time 1989-05-29 10:27:54 +00:00
ceriel
fdcad08fdf fixed typo 1989-05-25 17:22:27 +00:00
ceriel
efe2c8d032 some more fixes 1989-05-18 18:02:24 +00:00
ceriel
e431cec90a fixed some errors 1989-05-18 16:48:28 +00:00
ceriel
9f7ee118f7 new versions, mostly from Cody and Waite 1989-05-18 15:37:54 +00:00
ceriel
03d44703a2 bug fixes 1989-05-16 16:02:46 +00:00
ceriel
f45eda8c23 call .sts instead of .sti for STS instruction 1989-05-16 15:44:49 +00:00
ceriel
57106471dc some fixes 1989-05-16 15:41:36 +00:00
ceriel
4220dc1479 some fixes 1989-05-16 14:48:47 +00:00
eck
d818da36f0 Initial revision 1989-05-16 13:13:53 +00:00
ceriel
13bc7e128d a trap from a routine called by the termination sequence could
cause an infinite loop. This is prevented
1989-05-12 09:36:16 +00:00
ceriel
7531131416 fix: kills line for STI 1 with ADDR_LOCAL was wrong 1989-05-11 13:55:31 +00:00
eck
ee50a1d717 Initial revision 1989-05-11 12:32:26 +00:00
ceriel
3c8a8f0349 fixes: you cannot do stack-references in EM replacements! 1989-05-11 11:25:16 +00:00
ceriel
5a9d09a854 some fixes 1989-05-11 10:57:34 +00:00
ceriel
b7c7d50513 fixed typo 1989-05-11 10:43:37 +00:00
eck
c5b0e1bd4f Initial revision 1989-05-11 10:21:37 +00:00
eck
749c364816 Initial revision 1989-05-11 10:09:52 +00:00
eck
0a7c058d01 Initial revision 1989-05-10 16:22:28 +00:00
eck
d2f7f252b2 Initial revision 1989-05-10 16:08:14 +00:00
eck
f0cec58cf9 Initial revision 1989-05-10 10:43:58 +00:00
eck
85c9115d5b converted to ANSI C 1989-05-10 10:20:14 +00:00
ceriel
fdf26a7f06 reversed a-option 1989-05-10 10:19:22 +00:00
eck
d20988a1cb Initial revision 1989-05-10 09:39:49 +00:00
ceriel
c1ff4f2725 default is assertions ON 1989-05-09 15:54:01 +00:00
ceriel
b3e42570bb updated for new Pascal version 1989-05-09 13:49:25 +00:00
ceriel
ff4f0602ff Added 'all' entry 1989-05-08 12:42:53 +00:00
ceriel
d62d0c68ee not include em_path.h anymore 1989-05-08 12:39:33 +00:00
eck
0a60d5f585 updated for new pascal compiler 1989-05-08 10:04:50 +00:00
ceriel
600d569269 removed printf 1989-05-03 11:14:42 +00:00
ceriel
a94dec52d8 Many improvements by Hans van Eck 1989-05-03 10:30:22 +00:00
ceriel
19638876a1 Adapted for new Pascal Compiler 1989-05-03 09:53:25 +00:00
ceriel
948aa06740 fixed: signed divide by power of 2 not equivalent to shift-right 1989-05-02 18:00:37 +00:00
ceriel
bc1ab42895 some fixes 1989-05-01 18:32:24 +00:00
ceriel
dfc5d7318c Added cemain entry in Resolve script 1989-04-26 11:32:46 +00:00
ceriel
eb6c2af313 fix: M_DMAXEXP was wrong 1989-04-20 15:27:00 +00:00
ceriel
e967e920be removed one goto 1989-04-19 15:00:07 +00:00
ceriel
b7a6b75155 new pascal compiler 1989-04-18 13:34:50 +00:00
ceriel
9c24d8f3fe just define unix, not unix=unix 1989-04-18 10:35:57 +00:00
dick
0afe372ebb some printf format corrections 1989-04-17 10:10:59 +00:00
ceriel
6d9d69aebf take care of proper exit status 1989-04-14 18:33:56 +00:00
ceriel
ec3d8bb5aa fix: filename label sometimes turned up as external 1989-04-14 18:25:39 +00:00
ceriel
6e75af9cef make entry to generate .o files 1989-04-11 15:51:01 +00:00
ceriel
944c818096 Corrected some warnings a bit 1989-04-11 14:34:21 +00:00
ceriel
6f8702a65e fixed problem with hex numbers, and use new PushBack feature 1989-04-11 11:40:49 +00:00
ceriel
4d5f61ce45 fixed clock for larger word sizes 1989-04-07 09:20:06 +00:00
ceriel
50114318e2 fixed typo 1989-04-06 14:18:17 +00:00
ceriel
ff853d748c using new input module simplifies EOI handling 1989-04-04 15:02:47 +00:00
ceriel
0995f7a809 better error handling, simplified EOI handling with improved input module 1989-04-04 14:53:48 +00:00
ceriel
6877184666 improved version with better PushBack 1989-04-04 14:49:31 +00:00
ceriel
3030b5edd1 better attempt to indicate start and end of own BSS; still not good
enough
1989-04-04 10:09:27 +00:00
ceriel
1b6fe5b9ed Added DUP pattern 1989-04-04 09:46:47 +00:00
ceriel
c847bfb6c8 improved ASP patterns 1989-04-03 16:16:10 +00:00
ceriel
7a7d0e413b recognize but ignore #pragma 1989-03-31 11:47:12 +00:00
ceriel
d650e927a7 recognize but ignore #pragma 1989-03-31 10:56:53 +00:00
ceriel
87c1bc774b fix to fix 1989-03-30 15:14:37 +00:00
ceriel
f1c6de0f1f fix: initialize relocation records properly: some fields that are
not used on SunOs 3.5 are used on SunOs 4.0
1989-03-30 14:36:07 +00:00
ceriel
96840e712d fix: prevent unwanted sign-extension in the get4 routine 1989-03-30 09:34:43 +00:00
ceriel
6ac4bb17aa check arguments better 1989-03-29 14:58:42 +00:00
ceriel
4797a7d4ce make realloc behave like most Unix realloc versions when handed a
null pointer
1989-03-29 12:58:18 +00:00
ceriel
c5345bf6ac Changed semantics of CallAtEnd so that it calls installed procedures
in reversed order
1989-03-22 17:36:20 +00:00
ceriel
61f0a89372 declare extnd_main 1989-03-22 16:55:06 +00:00
ceriel
b296ddc4a0 documented extnd_main 1989-03-22 16:46:38 +00:00
ceriel
96c4943ef7 Added extnd_main routine 1989-03-22 16:44:20 +00:00
ceriel
d763d3ddeb fixed: beginpart must divert main stream 1989-03-22 16:41:38 +00:00
ceriel
52d3ee55e2 Added ce and libce to .distr 1989-03-22 15:16:36 +00:00
ceriel
eef9b6237b Initial revision 1989-03-22 15:06:05 +00:00
ceriel
4e21aced73 bug fix in WITH statement: called WalkDesignator instead of ChkDesig 1989-03-22 11:07:21 +00:00
ceriel
3a3b5db45d made the previous changes in parameter passing mechanism and return
value mechanism settable with compile time constants
1989-03-22 09:53:47 +00:00
ceriel
f9b6acf1dc New version with different parameter passing mechanism and some
minor fixes
1989-03-20 13:32:06 +00:00
ceriel
346bc839a3 use value parameters when VAR not needed 1989-03-20 13:03:34 +00:00
ceriel
9379157da7 use value parameters when VAR not needed 1989-03-20 12:46:25 +00:00
ceriel
a432f84eb0 more fine-tuning 1989-03-20 12:36:22 +00:00
ceriel
88ebd891b1 generate -c instead of -c.$(SUFFIX) 1989-03-17 17:06:21 +00:00
ceriel
3ecaa0b634 some fixes: fix order in which registers are allocated, make sure that
a pattern chosen by the distance routine can be made from the stack if the
fakestack does not contain enough tokens
1989-03-17 16:49:58 +00:00
ceriel
11cb7edde4 Also put the unstackset in tables.c, so that ncg can look at it 1989-03-17 16:34:39 +00:00
ceriel
1e3877b595 documented null-string behaviour 1989-03-16 15:41:43 +00:00
ceriel
7ed597eefc Added tables1 files to .distr 1989-03-16 11:32:16 +00:00
ceriel
c69004d5df Added pattern for BLS 4 1989-03-16 11:21:37 +00:00
ceriel
c1fc03b7e2 fixed typo's 1989-03-16 11:20:47 +00:00
ceriel
bfe38b6f40 no dependencies in suffix rules 1989-03-15 13:28:52 +00:00
ceriel
bb83c44309 fixed the arctan routine 1989-03-15 13:16:40 +00:00
ceriel
6218df1293 improved error message for no RETURN from function procedure 1989-03-15 10:46:27 +00:00
ceriel
21a8f93bc7 adapted for larger function result area 1989-03-14 15:36:33 +00:00
ceriel
fb0051c85a fixed: pattern for ADI STL and the like was wrong 1989-03-14 14:05:10 +00:00
ceriel
101e93205b some more improvements; made fancy modes dependant on #define 1989-03-14 12:47:11 +00:00
ceriel
5980b1e5ec return area has maximum size 2*pointer-size 1989-03-14 12:28:55 +00:00
ceriel
944898dd40 updated to current situation 1989-03-14 11:03:24 +00:00
ceriel
c81a6a0c7a better warnings for unused/undefined parameters 1989-03-13 15:04:05 +00:00
ceriel
0975784c8d some changes for more fine-tuning 1989-03-13 14:12:22 +00:00
ceriel
183942e70c made return value of topsize an unsigned. Some 2/4 back-ends do
not implement BLS 4
1989-03-10 14:03:34 +00:00
ceriel
162b824030 Changed method for returning big values; Instead of using a chunk of
global data area, caller creates space on the stack just above parameters
to store the result
1989-03-10 10:40:07 +00:00
ceriel
18d134bda7 put saved label in correct segment 1989-03-10 10:08:22 +00:00
ceriel
33992b426d fix: when looking for f.i. C_loe.., forgot to reset to_change when found 1989-03-10 10:06:47 +00:00
ceriel
f740dcf176 cleaner versions of Makefiles 1989-03-10 09:47:41 +00:00
ceriel
24f3f2f10e updated to ed4 1989-03-08 17:28:08 +00:00
ceriel
15beade4d2 Added code-expander documentation 1989-03-07 16:25:32 +00:00
ceriel
ae34da5376 simplified a bit 1989-03-07 10:33:47 +00:00
ceriel
3370f962a4 undid some changes; they were not effective 1989-03-07 10:29:15 +00:00
ceriel
ab1b682800 changed lint flags 1989-03-07 10:27:22 +00:00
ceriel
23f2646704 use general as pointer flag added 1989-03-07 10:24:32 +00:00
ceriel
15449606d1 bug fix: if a case-statement did not have a default, so that the
default is the successor of the block containing the CSA/CSB instruction,
the branch to the CSA/CSB block was not optimized
1989-03-07 10:11:24 +00:00
ceriel
b708373ff8 use $(REFER) instead of refer 1989-03-07 10:00:45 +00:00
ceriel
3a3db29339 fix to fix 1989-03-07 09:26:42 +00:00
ceriel
d97abb0763 avoid null-reference if some nonterminal is not defined 1989-03-06 18:48:30 +00:00
ceriel
bf62834959 commented out some code 1989-03-06 18:15:50 +00:00
ceriel
7e2d5f6065 commented out some code 1989-03-06 18:02:53 +00:00
dick
1d0b3910b2 more lint code 1989-03-06 15:17:39 +00:00
ceriel
bb7b8d6490 fixed problem with size option 1989-03-03 17:53:31 +00:00
ceriel
6030127779 brought up-to-date, and documented back-interface better 1989-03-03 17:09:28 +00:00
ceriel
018d91b6a1 Added options 1989-03-03 16:16:52 +00:00
ceriel
a1b4e28760 Added a local extension: procedure constants 1989-03-03 16:13:45 +00:00
ceriel
e8aab09b4b some improvements and corrections 1989-03-03 15:16:12 +00:00
ceriel
62729ad0b2 Added some patterns 1989-03-03 12:46:59 +00:00
ceriel
0fe88af93e Initial revision 1989-03-03 11:41:29 +00:00
ceriel
0e3f85e837 Added some patterns 1989-03-03 11:10:13 +00:00
ceriel
26e5032b9c Added some patterns 1989-03-03 10:36:42 +00:00
ceriel
ac2b7f8d44 replace more multiplies by shifts 1989-03-02 18:56:05 +00:00
ceriel
3ab954e38c adapted to new ordering in FILE struct 1989-03-02 11:24:55 +00:00
ceriel
bc1eb3116e made several patterns dependant on a #define. Using some of the
fancy addressing modes actually made the code slower.
1989-03-01 16:28:18 +00:00
ceriel
847c27663b avoid spurious error messages about missing #endif 1989-03-01 13:39:50 +00:00
ceriel
992dc3eb65 Many new patterns 1989-03-01 11:32:37 +00:00
ceriel
da2ba8e093 Added some patterns 1989-03-01 11:28:49 +00:00
ceriel
a22bbe847f use calloc instead of malloc, to make sure block is initialized to 0 1989-03-01 10:00:37 +00:00
ceriel
5c7325e0de fix: tst instruction also allowed on address register 1989-02-28 18:40:35 +00:00
ceriel
ef6efdee12 simplified CFF somewhat 1989-02-24 14:58:21 +00:00
ceriel
4c755666b8 fixed bug in Usage line 1989-02-24 14:53:49 +00:00
ceriel
587a8e8274 Added patterns and made some improvements 1989-02-24 14:09:46 +00:00
ceriel
80d87777f0 Added pattern for unlk after stack adjustment 1989-02-24 13:34:49 +00:00
ceriel
c3408302c1 better rule for LOE LOF DUP ADP ... 1989-02-23 17:59:30 +00:00
ceriel
c6a806ac4d generate better code for LOL ADP STL 1989-02-23 15:46:46 +00:00
ceriel
b4e24c5bdd bug fix: some variables were not initialized all the time 1989-02-23 10:40:12 +00:00
ceriel
6f4bdccf04 removed prt_ext 1989-02-23 10:08:20 +00:00
ceriel
19c225f75f fixed error in previous commit 1989-02-22 17:38:07 +00:00
ceriel
f2c241fe3a do not depend on SP for restoring registers 1989-02-22 17:18:34 +00:00
ceriel
13c2a9a2a5 changed interface to CSA and CSB 1989-02-22 17:18:17 +00:00
ceriel
5187e46404 speeded up a bit 1989-02-22 16:16:11 +00:00
ceriel
b1626ca895 try to move side effects as much as possible to the left of the
expression tree, to avoid stacking. This is not good enough yet!
1989-02-22 16:16:08 +00:00
ceriel
4fd066bb54 many improvements to the table, mostly to make it more readable
and less chaotic. Also removed some dummy routines in mach.c
1989-02-22 16:13:51 +00:00
ceriel
b37c8b0b24 improve signal handling of Floating Point Exception 1989-02-21 10:49:51 +00:00
ceriel
6beb10355e changed entry points csa and csb 1989-02-21 10:11:26 +00:00
ceriel
3b61d605c1 fixed syntax error in table 1989-02-21 10:09:22 +00:00
ceriel
75c18ef56c changed entry points csa and csb; strscript should call m68020
instead of acc
1989-02-21 10:09:01 +00:00
ceriel
432cf9054d changed entry points for csa and csb 1989-02-21 10:05:03 +00:00
ceriel
d5b2601b8f use a larger buffer on larger machines 1989-02-21 10:01:55 +00:00
ceriel
30959cd73f some fixes: calloc was wrong; catch traps, and let divides
by 0 generate a signal, if on a unix machine
1989-02-20 18:01:33 +00:00
ceriel
8aee01de95 made easier to compile with different compiler 1989-02-20 15:29:10 +00:00
ceriel
c096cc6522 fixed; did not work because there was no dependency on as_lib.a 1989-02-20 15:25:27 +00:00
ceriel
a4178ca843 do not catch floating point exceptions anymore 1989-02-17 09:58:06 +00:00
ceriel
9751e398e3 Made easier to use other compiler 1989-02-16 16:33:29 +00:00
ceriel
f7790b0e8e empty string in directory list now means current directory 1989-02-16 11:46:39 +00:00
ceriel
1e19db9d3a empty string in directory list now means current directory 1989-02-16 11:24:01 +00:00
ceriel
00ac6f88a7 empty string in directory list now means current directory 1989-02-16 11:18:44 +00:00
ceriel
188b1df96d fixed; the previous change was wrong 1989-02-16 11:14:22 +00:00
ceriel
9baa112ea1 Handle empty string in search path; It means: current directory 1989-02-16 10:48:06 +00:00
ceriel
59ea3478ac Add include directory when compiling head 1989-02-16 09:40:52 +00:00
ceriel
4da1930ff4 Initial revision 1989-02-15 16:39:58 +00:00
ceriel
0c19cc22e0 fixed some incorrect kills 1989-02-15 11:39:13 +00:00
ceriel
fcc033df20 Initial revision 1989-02-14 18:03:13 +00:00
ceriel
01626b2c32 Initial revision 1989-02-14 15:52:25 +00:00
ceriel
eb3dcf275e fixed some problems, updated with cemcom 1989-02-14 14:35:38 +00:00
ceriel
4629647d78 fixed wrong count in popping parameters 1989-02-14 14:10:31 +00:00
ceriel
ebce0b4a18 New coroutine mechanism incorporated 1989-02-13 18:41:17 +00:00
ceriel
7b2e749b0d make runtime error messages emacs-compatible 1989-02-13 18:28:17 +00:00
dick
429d527a64 more and better declarations in c.llb 1989-02-10 16:46:01 +00:00
ceriel
5a4933ff7f Try to allocate to the next power of 2, instead of just aligning
with GRABSIZE; This way, malloc(1000000) followed by free() followed by
another malloc(1000000) will result in the same block being allocated,
because first_present will now find it
1989-02-10 09:18:19 +00:00
ceriel
7161d59956 Added documentation about priority and optimizer keywords 1989-02-09 16:17:00 +00:00
ceriel
76cb7a0b33 Added some comments 1989-02-09 15:58:34 +00:00
ceriel
760ee8362e Fix: current distribution is 4th 1989-02-09 15:57:27 +00:00
ceriel
d7ce393510 Adapted; Do not use /dev/tty 1989-02-09 15:55:33 +00:00
ceriel
b005246ad5 Added Algol68S 1989-02-09 15:53:09 +00:00
ceriel
3b922f1292 fix: CHR expects a CARDINAL parameter 1989-02-09 15:43:28 +00:00
ceriel
62d8930080 deleted makefile from distribution; Added some comments about this to
the README file
1989-02-09 15:43:25 +00:00
ceriel
dbe4e49936 New method of calling optimizers; fixed lint entry in Makefile 1989-02-09 14:08:47 +00:00
ceriel
683c162cff New method of calling optimizer; Added Algol68S 1989-02-09 13:46:32 +00:00
ceriel
b11b5996c1 minor correction 1989-02-09 13:26:24 +00:00
ceriel
d79ad333bf *** empty log message *** 1989-02-09 13:24:20 +00:00
ceriel
86ace8a020 Fixed lintflags 1989-02-09 11:33:11 +00:00
ceriel
dfca9ea600 fixed lint options; Added -O<num> option 1989-02-09 11:22:24 +00:00
ceriel
6fc4ca1ae0 The s option now gives a percentage of the size of the input 1989-02-09 10:18:48 +00:00
ceriel
dcde07e7a7 use pusha and popa instructions, and on the proper place 1989-02-08 15:47:22 +00:00
ceriel
cd70a74d25 Added 1989-02-08 15:29:51 +00:00
ceriel
e91749bbce Added 1989-02-08 15:19:42 +00:00
ceriel
143abc2420 Initial revision 1989-02-08 15:12:03 +00:00
ceriel
f682c264a8 Initial revision 1989-02-08 14:57:48 +00:00
ceriel
fb88f5dbdd fixed problem with importing enumeration literals 1989-02-08 10:24:10 +00:00
ceriel
7c22618cb8 make sure that every command ends up in the same directory where it started 1989-02-08 09:44:32 +00:00
ceriel
81f2477282 Adapted to our installation 1989-02-08 09:38:15 +00:00
ceriel
be89699a1a fixed return value of signal 1989-02-08 09:29:27 +00:00
ceriel
04e2dac8e7 replaced some BSS by CON; The order in memory is important!
Adapted to our installation
1989-02-08 09:23:46 +00:00
ceriel
6fec436051 use an ed script instead of an ex script; more portable 1989-02-07 17:54:33 +00:00
ceriel
a13ea6d098 fix in IMUL, define DEBUG 1 1989-02-07 14:30:47 +00:00
ceriel
0bc88b77b2 fixed several problems:
- hex numbers and floating point numbers were wrong
- grammar was wrong; did not accept correct ANSI C
- prototype updates did not work
- float parameters to routines without prototype were not upgraded to double
- the dot operator no longer requires lvalue as left-hand-side
1989-02-07 13:16:02 +00:00
ceriel
9dcae8fcd0 made arg_error dependent on DEBUG; fixed cmp instruction in as_table 1989-02-07 11:42:28 +00:00
ceriel
fa6900fbbc made back.a dependent on some C files in this directory 1989-02-07 11:32:47 +00:00
ceriel
c64da88289 Added FORMAT information for our lint; Documented the _format routine 1989-02-07 11:17:22 +00:00
ceriel
f3584b3d52 made back.a dependent on some C files in this directory 1989-02-07 11:12:13 +00:00
ceriel
1e9d815c92 Documented need of em_data.a for libeme.a 1989-02-07 11:11:57 +00:00
ceriel
926da49d39 Initial revision 1989-02-07 11:04:05 +00:00
ceriel
e2fe3fec2c increment error count on errors 1989-02-07 09:50:28 +00:00
ceriel
c3f7993b1a fixed problem in sizeof() 1989-02-06 19:06:55 +00:00
ceriel
37fd03b14b some fixes 1989-02-06 15:15:27 +00:00
ceriel
687d428026 move to address register does not set condition codes 1989-02-06 15:11:49 +00:00
ceriel
929716a621 Improved label handling and handling of jumps to jumps 1989-02-06 14:39:08 +00:00
ceriel
e0c7813927 Added some patterns for LOC LOC CII followed by test on (in)equality to 0 1989-02-06 14:38:21 +00:00
ceriel
732d0eac5c Bug fix in cast 1989-02-06 14:38:00 +00:00
ceriel
0ec10de716 Use our own preprocessor, added dependencies 1989-02-06 14:37:51 +00:00
ceriel
eca0cde913 changed order of registers, so that d0 is allocated first 1989-02-06 14:35:10 +00:00
ceriel
76684055eb some simplifications and a bug fix 1989-02-03 16:32:07 +00:00
ceriel
9ea59fd48a corrected print formats 1989-02-02 16:32:19 +00:00
ceriel
920ba0eebe delinted somewhat 1989-02-02 16:31:51 +00:00
ceriel
3b76fbc284 bitwise operators available now 1989-02-02 16:15:54 +00:00
ceriel
821e1e624b Added header 1989-02-02 16:10:15 +00:00
ceriel
55705b22ca improved pattern 1989-02-02 16:04:18 +00:00
ceriel
8127265043 Added some patterns 1989-02-02 16:01:13 +00:00
ceriel
c52b10c115 many changes, to make the make_* files more portable 1989-02-02 14:45:26 +00:00
ceriel
91853768f7 name changes 1989-02-02 14:41:24 +00:00
ceriel
42b647d9a9 as_back/const.h is deleted 1989-02-02 14:36:34 +00:00
dick
f70dfe4d00 better evaluation order checking in expressions 1989-02-02 13:57:07 +00:00
ceriel
f7df668450 delinted, added chstack.c 1989-02-02 13:24:50 +00:00
ceriel
1daac3c5d1 made arg_error dependant on DEBUG 1989-02-02 12:49:21 +00:00
ceriel
0291c897be hidden names, made arg_error dependant on DEBUG 1989-02-02 12:29:14 +00:00
ceriel
bf6a1eb0ba removed unused code 1989-02-02 12:27:33 +00:00
ceriel
542eb9a7d8 made arg_error dependant on a DEBUG constant, improved Makefile 1989-02-02 11:45:50 +00:00
ceriel
45a94c9858 made arg_error dependant on a DEBUG constant 1989-02-02 11:42:53 +00:00
ceriel
f3c29355f6 simplified a bit to make the resulting optimizer smaller; Added a
constant w2 that can be used in the patterns instead of 2*w
1989-02-02 11:41:31 +00:00
ceriel
9359e081db documented w2 1989-02-01 15:58:31 +00:00
ceriel
2930ebb406 fixed bug: OO_halfflush did not work properly 1989-01-31 10:33:59 +00:00
ceriel
3adeb611df include back.h file 1989-01-27 16:41:04 +00:00
ceriel
df69d70608 Changed some names 1989-01-27 14:15:55 +00:00
ceriel
8811a2af14 Makefile added 1989-01-27 13:22:55 +00:00
ceriel
d87e8f72a9 Makefile added 1989-01-27 13:10:44 +00:00
ceriel
7bcd261f8e minor mods 1989-01-27 13:09:37 +00:00
ceriel
039552a46c define CODE_EXPANDER 1989-01-27 12:41:43 +00:00
ceriel
c9df20878f improved Makefile 1989-01-27 12:02:55 +00:00
ceriel
b0fdc82616 put table in alphabetical order again 1989-01-26 17:10:18 +00:00
ceriel
766d76e712 moved definitions for extnd routines 1989-01-26 17:08:15 +00:00
ceriel
e72a36bbb2 renamed jump, prolog, and locals to C_jump, C_prolog, and C_locals 1989-01-26 15:42:50 +00:00
ceriel
8ae2077591 adapted to no longer need an as.h file 1989-01-26 15:20:56 +00:00
ceriel
945cceccb5 replaced Dutch comment 1989-01-26 14:47:03 +00:00
ceriel
7f0b775587 cleaned up a bit 1989-01-26 14:43:09 +00:00
ceriel
6ee3538d91 cleaned up a bit 1989-01-26 14:39:09 +00:00
ceriel
f58722ab46 replaced Dutch comments 1989-01-26 14:27:02 +00:00
ceriel
817facac14 Added prefix C_ to the names prolog, jump, and locals 1989-01-26 14:04:11 +00:00
ceriel
e6fb2468c8 change some names 1989-01-26 13:46:19 +00:00
ceriel
709cf50fbd changed identifier Hashitems 1989-01-26 13:41:31 +00:00
ceriel
811321b190 change some names 1989-01-26 13:39:03 +00:00
ceriel
5a18c3748d hide names, and remap public ones 1989-01-26 13:32:57 +00:00
ceriel
e92f8ac398 change some names 1989-01-26 13:24:23 +00:00
ceriel
3373e11923 previous fix was wrong; corrected 1989-01-26 10:58:30 +00:00
ceriel
2ec4640e7e Added includes 1989-01-26 10:52:51 +00:00
ceriel
3a546eb8dd be a bit more liberal with prefixes 1989-01-24 13:51:05 +00:00
ceriel
5e14dddb6c fix in compile time int2float conversion 1989-01-23 16:52:22 +00:00
ceriel
cc55ab947d evaluate switch-expression on a different spot,
allow for *STRING expressions
1989-01-23 15:37:57 +00:00
ceriel
11843b44a1 changed bss() into a macro 1989-01-20 15:19:33 +00:00
ceriel
1c570328f0 fixed parameter types 1989-01-20 15:01:37 +00:00
ceriel
b1b4ba9677 Added some conversions 1989-01-20 14:54:55 +00:00
ceriel
fa9d7ce5ce Added Makefile 1989-01-19 17:51:44 +00:00
ceriel
c951295521 Initial revision 1989-01-19 16:43:32 +00:00
ceriel
b45706ce7a delinted a little 1989-01-19 16:41:55 +00:00
ceriel
57dfee488a Added .distr 1989-01-19 16:26:18 +00:00
ceriel
6833adfb50 Initial revision 1989-01-19 16:20:46 +00:00
ceriel
4c76583aba simplified assertion 1989-01-19 13:48:09 +00:00
ceriel
d55d4bb69f fixed another POINTER TO IDENT problem 1989-01-19 10:58:43 +00:00
ceriel
b83fca4445 use STS and LOS routines 1989-01-19 09:16:15 +00:00
ceriel
6420525753 Added STS and LOS routines 1989-01-18 10:51:57 +00:00
ceriel
7c39967dc5 use STS and LOS routine 1989-01-18 10:51:06 +00:00
ceriel
406d024e9f change to keep lint happy 1989-01-17 11:23:33 +00:00
ceriel
ed34e06d2d Added floating point, fixed LPB 1989-01-17 11:05:02 +00:00
ceriel
9c5f0e8159 changes to hide names and some fixes 1989-01-17 10:27:55 +00:00
ceriel
b800af87af changes to hide names and some fixes 1989-01-17 09:48:32 +00:00
ceriel
56c0f3bc5b many improvements 1989-01-16 16:10:32 +00:00
ceriel
6ba5c0b850 Added patterns 1989-01-16 13:35:02 +00:00
ceriel
ac86c49d85 deleted some patterns; they caused loop 1988-12-14 17:55:02 +00:00
ceriel
46f633870d fixes and improvements 1988-12-14 15:33:20 +00:00
ceriel
b9417a3a55 Added patterns 1988-12-12 18:22:59 +00:00
ceriel
f4caec88e8 use C_con_cst instead of C_con_icon when possible;
fix sizeof(string) to return the size of the string instead of the size of
a pointer
1988-12-12 14:21:45 +00:00
ceriel
8e09304da7 Added extra explanation of on_valu field 1988-12-12 12:51:52 +00:00
ceriel
10157af05f fixed: the fgets replacement did not work properly 1988-12-08 16:18:29 +00:00
ceriel
66ae1083a8 Added some patterns 1988-12-08 13:21:07 +00:00
ceriel
8e15d114ac declare holno 1988-12-07 16:00:46 +00:00
ceriel
87d0349814 handle local commons in one place only 1988-12-06 13:22:34 +00:00
ceriel
18b719de80 killbss routine smarter now; does not overwrite all BSS; did not work
as it should, because systemcall interface also uses the fact that BSS = 0
1988-12-02 15:39:59 +00:00
ceriel
5252b760d9 handle intorcard_type better in case statements 1988-11-29 13:13:03 +00:00
ceriel
73ac23824b changed error messages, initialize bss with funny value, and be
somewhat more conservative with memory usage
1988-11-28 12:54:38 +00:00
ceriel
da11deeece improved interface 1988-11-25 13:49:07 +00:00
ceriel
9eb1f7a67b cleaned up interface a bit 1988-11-24 11:46:31 +00:00
ceriel
15377abec5 Fix from Lindsey: changed CURRDIR mechanism to make it work on SunOs 4.0 1988-11-24 11:29:14 +00:00
ceriel
6a8360b335 Fix from Lindsey: changed CURRDIR mechanism to make it work on SunOs 4.0 1988-11-24 09:41:39 +00:00
ceriel
3d6ab89bc1 fix from Lindsey 1988-11-24 09:23:51 +00:00
ceriel
982138b8da another minor problem fixed: only test on options['R'] once
in a FOR statement!
1988-11-23 13:10:57 +00:00
ceriel
b86a455efa minor fix: sometimes wrote 0-byte 1988-11-23 11:31:20 +00:00
ceriel
d7bb7c9cf3 Added termcap support 1988-11-23 10:59:09 +00:00
ceriel
35b3050d88 fixed typo 1988-11-22 09:21:25 +00:00
ceriel
e43a0746a8 some more improvements and a fix 1988-11-21 16:55:16 +00:00
ceriel
fec83f1be3 many improvements 1988-11-21 15:04:23 +00:00
ceriel
712ba56ce8 declare procno and holno, extend_ilb changed 1988-11-18 18:00:47 +00:00
ceriel
4757be8bf6 declare procno, extend_ilb changed 1988-11-18 17:57:28 +00:00
ceriel
582ed4da02 declare procno and holno 1988-11-18 17:53:57 +00:00
ceriel
a804cc2e15 cleaned up; hidden names 1988-11-18 17:52:39 +00:00
ceriel
7d8e3b8fcd removed mysprint.c 1988-11-18 17:45:02 +00:00
ceriel
f452bfc1e1 extnd_ilb changed, declared holno and procno 1988-11-18 17:43:47 +00:00
ceriel
f2d5f15e51 fixed wr_arhdr: date and size 1988-11-18 16:06:07 +00:00
ceriel
430dad523d removed tab.c, use tabgen, and some fixes 1988-11-16 15:18:21 +00:00
ceriel
4b5e5a9764 fixed typo 1988-11-16 13:37:46 +00:00
ceriel
6ac798b50c removed tab.c, use tabgen 1988-11-16 11:23:58 +00:00
ceriel
b8cc947bc3 removed tab.c, use tabgen 1988-11-16 11:04:17 +00:00
ceriel
a08e71a16f removed tab.c, use tabgen 1988-11-16 10:58:33 +00:00
ceriel
4bacebab18 Use tabgen, so deleted chtab.c 1988-11-16 10:43:15 +00:00
ceriel
345873dae2 Added tabgen 1988-11-16 10:14:26 +00:00
ceriel
fda83cb06d Added tabgen + manual 1988-11-16 09:37:04 +00:00
ceriel
f1245e2e00 fixed some problems:
- removed null-reference in illegal use of pointers in constant expressions
- FOR-loops that count downwards did not work
- POINTER TO mechanism changed; works better now
1988-11-15 14:45:59 +00:00
ceriel
090f27251e fixed typo 1988-11-15 11:30:47 +00:00
ceriel
7f77ee091c Added some new patterns 1988-11-15 10:54:37 +00:00
ceriel
28c8abd52b fix to fix 1988-11-14 16:50:06 +00:00
ceriel
5c4164927d replaced some 'move's by the move instructions; Some were just wrong 1988-11-14 12:43:23 +00:00
ceriel
33b7bac870 several fixes 1988-11-11 19:13:26 +00:00
ceriel
66430b1900 fix to fix 1988-11-11 12:53:40 +00:00
ceriel
8bdd4c2a79 Use -kun option instead of absolute path 1988-11-11 11:06:47 +00:00
ceriel
0bb9c9b5a5 removed extra DUP rule. It was wrong after all 1988-11-10 15:38:50 +00:00
ceriel
09cc81f5b5 Use the system module for error messages 1988-11-10 13:46:53 +00:00
ceriel
19dad4482b fixed to generate only external commons. This cannot be done in common.c
because an external could later be declared static, and a static could later
be declared external.
1988-11-10 13:16:22 +00:00
ceriel
d6dfd5d1ad fixed to generate only external commons 1988-11-10 13:01:15 +00:00
ceriel
f210ef4f8e fixed problem with DUP: it also dupped tokens with side-effects 1988-11-09 15:49:29 +00:00
ceriel
11dee74e80 Initial revision 1988-11-08 14:09:24 +00:00
ceriel
246554a0b1 changes in search for more speed 1988-11-08 13:47:18 +00:00
ceriel
ef6f9168c4 do not refer to _exit. For some machines, it does not exist 1988-11-07 10:25:45 +00:00
ceriel
15e885ac8d produce better code for EXG 1988-11-07 09:35:47 +00:00
ceriel
af5ed82bff included changes from Andy Michael 1988-11-07 09:24:36 +00:00
ceriel
b90690ba5d Changed translation of FOR-statement: now, if it is executed 0
times, the loop-control-variable is not assigned to
1988-11-04 13:12:14 +00:00
ceriel
d418617de6 new version number 1988-11-04 10:24:34 +00:00
ceriel
f8a3f67ddb Added new line after trap message 1988-11-04 09:55:50 +00:00
ceriel
93cee9d434 Fixed problem with IMPORTS through PROCEDURE bounds 1988-11-03 15:37:37 +00:00
ceriel
5e766a0f20 Fixed bug with underscores in identifiers 1988-11-03 15:36:46 +00:00
dick
4ed20925c6 lint: printf testing and FORMATs 1988-11-03 15:18:46 +00:00
dick
7267917050 foute declaratie van sprint() 1988-11-03 14:59:47 +00:00
dick
190ea14bbf lint: retrieving string arguments from str_list 1988-11-03 13:20:27 +00:00
ceriel
0e895422bc removed include: was already done in nopt.h 1988-11-03 10:03:45 +00:00
ceriel
cfa5eafd3d fixed typo 1988-11-02 16:33:56 +00:00
ceriel
8cd2051b2e modifications in search for more speed 1988-10-31 16:03:44 +00:00
ceriel
8fab3192b6 modyfications in search for more speed 1988-10-31 15:54:54 +00:00
ceriel
7851ff900f many modyfications in search for more speed 1988-10-31 15:42:15 +00:00
ceriel
63f793aff3 modyfied to generate only one switchseg for each C_ routine 1988-10-31 15:21:47 +00:00
ceriel
0011c49d1e many changes, in search for more speed 1988-10-31 15:02:39 +00:00
ceriel
3bb19b6e7d Added code-expander library 1988-10-31 14:17:17 +00:00
ceriel
b5083a9ccf inline substitution of strcmp: was called many times! 1988-10-31 14:10:39 +00:00
ceriel
4f11f3c3fd fixed bug in preprocessor part:
#define aap(a) a did not work if the actual argument was spread over
multiple lines
1988-10-31 14:10:00 +00:00
dick
900421f411 library files now end in .llb 1988-10-28 16:27:32 +00:00
dick
63c0ca38f9 moving lint and lint.1 to lpass2 1988-10-28 16:04:31 +00:00
ceriel
7a6913dea1 some minor improvements 1988-10-28 13:37:48 +00:00
ceriel
78237f3ef8 some small fixes 1988-10-28 10:11:49 +00:00
ceriel
01252cb592 Initial revision 1988-10-26 15:21:11 +00:00
ceriel
a7a80689bf Only generate FIL when needed 1988-10-25 17:43:19 +00:00
ceriel
cfd6bca270 some fixes 1988-10-24 10:35:17 +00:00
ceriel
e71c873fc1 moved comment 1988-10-21 17:35:54 +00:00
ceriel
0d9daaa18d changed assert macro to also work with ANSI C compilers 1988-10-21 17:34:20 +00:00
ceriel
416020b5bd fixed minor problem with subranges 1988-10-21 17:24:34 +00:00
ceriel
ba1c1a82d7 patches to make more suitable for push-pop optim 1988-10-20 15:08:59 +00:00
ceriel
dc5a744d8d some minor changes 1988-10-20 14:33:55 +00:00
ceriel
e0fc646222 Many changes:
- added floating point
- improved assembler part, now uses short encodings when possible
- reduced generated relocation - and name table
1988-10-20 14:21:37 +00:00
ceriel
b61011fba9 use common() when possible 1988-10-20 13:28:02 +00:00
ceriel
163bbc5845 switch to text segment before generating the label 1988-10-20 13:23:52 +00:00
ceriel
f69a7e3e5d many changes, mostly for efficiency 1988-10-20 13:06:10 +00:00
ceriel
a281cc38a4 Added common() routine 1988-10-20 13:01:04 +00:00
ceriel
666367e328 Added obj_back/common.c 1988-10-20 12:59:21 +00:00
ceriel
497792f739 Use varargs.h for routine with variable number of args 1988-10-20 12:57:32 +00:00
ceriel
153a94aad4 Added missing filenames 1988-10-20 12:56:08 +00:00
ceriel
ed651bbd04 some fixes:
- use Malloc, Realloc instead of malloc, realloc
- generate common for un-initialized bss
- removed null-reference
1988-10-20 12:55:02 +00:00
ceriel
0ba4588be1 Changed name of compiler to m2 1988-10-19 16:44:01 +00:00
ceriel
10e2f5cb36 Added vars.s 1988-10-17 12:55:24 +00:00
ceriel
8b6ba39da4 made a bit more portable 1988-10-17 10:38:30 +00:00
ceriel
0f8489fe28 Added .distr 1988-10-14 16:47:39 +00:00
ceriel
d096f1882a improved version, generating .o files with much less relocation records
and name table entries
1988-10-13 15:53:31 +00:00
ceriel
ce0ec1c143 delinted somewhat 1988-10-13 15:43:23 +00:00
dick
c08c3e5cf6 driver and manual page added 1988-10-13 11:31:00 +00:00
dick
e66f3adc06 formats introduced in lint 1988-10-12 16:05:17 +00:00
dick
ac21f8d98a formats introduced 1988-10-12 15:49:11 +00:00
dick
bcb3b108a5 formats introduced 1988-10-12 15:32:32 +00:00
ceriel
f397d35b6a many changes: optimize generated code somewhat,
reduce relocation-table size
1988-10-07 16:52:44 +00:00
ceriel
ac3bf2cc95 Added pascal.ign 1988-10-07 10:59:23 +00:00
ceriel
1169f99c92 Added 1988-10-07 10:58:26 +00:00
ceriel
79295ca3ea delinted 1988-10-07 10:26:37 +00:00
ceriel
c488a4d491 Took over addition of -d flag from Erik Baalbergen 1988-10-07 09:48:23 +00:00
ceriel
b909bb629b modified bts2str to also escape double quotes 1988-10-05 16:19:42 +00:00
ceriel
8e7e1320ac Initial revision 1988-10-05 13:29:42 +00:00
ceriel
366b492174 Initial revision 1988-10-04 14:27:35 +00:00
ceriel
a54c470fef some mods from Charles Lindsey 1988-10-04 13:59:51 +00:00
ceriel
e1b871a6ea Initial revision 1988-10-04 13:41:01 +00:00
ceriel
a66faf4100 Initial revision 1988-10-04 10:56:50 +00:00
ceriel
7bac6eb164 Initial revision 1988-10-04 10:46:47 +00:00
ceriel
23a7e7b427 Initial revision 1988-10-04 10:33:39 +00:00
ceriel
17e980aa15 Also pass SRC 1988-10-04 10:04:37 +00:00
dick
5578d004bc simplification of e.out.h 1988-10-03 14:44:39 +00:00
ceriel
668b4ca6e7 many minor changes 1988-10-03 10:53:47 +00:00
ceriel
6b7a135b2b Coercion from int to float is now always done compile time 1988-10-03 10:09:19 +00:00
dick
4cecb6bffb wrong Makefile committed 1988-09-30 16:49:02 +00:00
dick
ff682c0cfc testing enums in switches/cases 1988-09-30 16:43:04 +00:00
ceriel
b0c8f9748a some fixes to procude faster :-) code 1988-09-30 16:13:44 +00:00
dick
1fb9c249b3 refinements in error reporting 1988-09-30 15:20:24 +00:00
dick
63d95a5f0e Initial commit 1988-09-30 11:45:14 +00:00
ceriel
9c8e5b9217 corrected a bit 1988-09-30 09:36:26 +00:00
ceriel
19698499d6 Also handle commons 1988-09-29 16:29:11 +00:00
ceriel
a831fab61d Also handle commons 1988-09-29 16:22:48 +00:00
dick
4f8b2e9926 lint: additional type tests in expressions 1988-09-29 15:24:02 +00:00
ceriel
6ae90c8f34 Initial revision 1988-09-28 16:47:47 +00:00
ceriel
391d115b4d fixes from bruce: there are four, not three types of pattern that the
routine findworst should look for
1988-09-27 11:16:04 +00:00
ceriel
751854f36a prevent multiple includes 1988-09-27 09:50:34 +00:00
ceriel
8a8d0d9151 prevent multiple includes 1988-09-26 15:11:25 +00:00
ceriel
2df4da50da made names more unique 1988-09-26 15:05:00 +00:00
dick
acf34e54ec crash() replaced by ASSERT() & NOTREACHED() in lint 1988-09-26 11:37:38 +00:00
dick
3d549e7932 reorganisation of lint code 1988-09-25 17:29:37 +00:00
ceriel
fb854c82ff Added flag to generate SUN .o format 1988-09-23 14:55:27 +00:00
ceriel
b533b53690 some improvements to manual page and interface 1988-09-22 16:09:18 +00:00
ceriel
9435c895bf Added l_ files to .distr 1988-09-21 13:32:24 +00:00
ceriel
b52e0e8ff1 fixed l_dummy.c to also work for the C-compiler,
added lint.h to BigPars and SmallPars,
and added stuff for CODE_EXPANDER and PEEPHOLE to Makefile
1988-09-21 11:48:29 +00:00
dick
6839d8afb1 introduction of lint source code, governed by ifdef LINT 1988-09-20 16:44:27 +00:00
ceriel
7e502b0937 fix: resolve forward references if definition is needed in lookfor() 1988-09-20 13:31:57 +00:00
ceriel
f8fb06210d fixed: apparently, the profil system-call does not quite work as described
in the manual page?
1988-09-19 16:55:35 +00:00
ceriel
6d3e9fb7af fixed; did not work properly 1988-09-19 15:07:12 +00:00
dick
1f7115fa8d error messages and error handling 1988-09-16 23:19:50 +00:00
ceriel
a5f48d6493 Initial revision 1988-09-15 09:49:22 +00:00
ceriel
091f3dbebf Added floating point support 1988-09-14 14:06:31 +00:00
ceriel
eaaa335e50 corrected 1988-09-14 14:05:11 +00:00
ceriel
b725b0af8b correction for update_ceg 1988-09-14 14:03:50 +00:00
ceriel
5fd21b16a9 initialize oh_stamp fields of header 1988-09-13 09:11:54 +00:00
ceriel
a9c8b67b65 Added define for CODE_EXPANDER 1988-09-12 14:33:15 +00:00
ceriel
2f479b6078 Added mechanism to generate C_out 1988-09-12 14:30:22 +00:00
ceriel
115e92a7dc corrected dependencies 1988-09-12 14:05:14 +00:00
ceriel
f2ea210122 Added C_insertpart.c 1988-09-12 14:03:51 +00:00
ceriel
4c8442f1f0 Added C_insertpart etc 1988-09-12 13:59:43 +00:00
ceriel
41d0500d81 replaced relative includes by <> includes 1988-09-12 09:13:49 +00:00
ceriel
5b50914bea fix exit status 1988-09-09 11:36:57 +00:00
ceriel
2d98c32cb2 use varargs 1988-09-09 11:32:59 +00:00
ceriel
ec5cff92d8 fix error count on error 1988-09-09 11:25:43 +00:00
ceriel
291b607f4e renamed update to update_ceg, fixed create_ofiles to make sure that the
.c files are detectably newer
1988-09-08 11:43:03 +00:00
ceriel
5c126dd968 declare SEGHOL 1988-09-08 10:26:18 +00:00
ceriel
b5f657aba6 Added support for new C_insertpart, C_beginpart, C_endpart functions 1988-09-08 10:24:16 +00:00
ceriel
93c04d3389 declare SEGHOL 1988-09-08 10:01:32 +00:00
ceriel
3a183b7b44 replaced all ::= by ==> 1988-09-07 14:47:46 +00:00
ceriel
a01ea4d930 correct exit status 1988-09-07 14:47:40 +00:00
ceriel
02fec008a2 Added install entry 1988-09-07 13:54:26 +00:00
ceriel
d66b646e58 replace spaces by tabs 1988-09-07 13:39:07 +00:00
ceriel
42560d86ef set_segment now generates legal code for SEGHOL; if used, the code
expander will complain
1988-09-07 13:20:03 +00:00
ceriel
64aae9d435 DS and DE are not man macros 1988-09-07 10:13:36 +00:00
ceriel
74fba213bc DS and DE are not man macros 1988-09-07 10:01:59 +00:00
ceriel
f78b282fb4 FIX: did not handle most of the 'end of basic block' instructions right;
many of them have effect on the stack, and this went by unnoticed
1988-09-07 09:20:37 +00:00
ceriel
612ddc8a4e return value sometimes was wrong 1988-09-06 15:34:47 +00:00
ceriel
575d4f5223 Extended to handle user libraries 1988-09-06 11:28:16 +00:00
ceriel
a0d2a1ea74 delinted somewhat 1988-09-05 15:51:35 +00:00
ceriel
dca9ed9bb2 Added stty and gtty 1988-09-02 15:40:45 +00:00
ceriel
79ac11bd40 Made to compile with DEBUG off 1988-09-02 13:55:54 +00:00
ceriel
83b92a8af2 fix: assertion was wrong 1988-09-02 13:52:11 +00:00
ceriel
feb6e7505c maybe I got it right this time! 1988-09-02 13:49:07 +00:00
ceriel
2b47b43390 fix: did not handle the case that a program module name and file name
differ
1988-09-02 12:01:53 +00:00
dick
a206f17205 #define PRIVATE; copyright message 1988-09-02 12:00:25 +00:00
ceriel
2dfd74fe14 fix in fix: INN ZEQ and INN ZNE still were wrong 1988-09-02 11:39:58 +00:00
ceriel
615b67952f make somewhat safer 1988-09-01 10:07:02 +00:00
ceriel
a40768b6f9 improve line number administration 1988-08-31 09:24:28 +00:00
ceriel
ac92c0b9c3 made safer 1988-08-30 12:52:09 +00:00
ceriel
d24592ee76 Added bsearch 1988-08-30 12:47:45 +00:00
ceriel
ddc46385f3 fix: did not work properly when name != TERM 1988-08-30 12:34:40 +00:00
ceriel
2540279185 corrected references 1988-08-30 11:40:58 +00:00
ceriel
e102a3f5cb better checks for recursion in tc= 1988-08-30 11:37:32 +00:00
dick
32e5679d6c filename and linenumber info in more places 1988-08-29 15:51:48 +00:00
ceriel
62d1432035 fixed typo 1988-08-29 14:11:13 +00:00
ceriel
8d68d0b1ee minor clarification 1988-08-25 15:16:31 +00:00
ceriel
9a7a7f7f4b Adapted for modula-2 1988-08-25 13:03:13 +00:00
ceriel
5e34ca7d2b ignore exit status of size 1988-08-24 11:39:57 +00:00
ceriel
2fba044900 ignore exit status of size 1988-08-24 11:15:40 +00:00
ceriel
2ffad4edb4 ignore exit status of size 1988-08-24 10:49:24 +00:00
ceriel
2deb5cafce remove empty-producing nonterminals 1988-08-23 16:05:19 +00:00
ceriel
f8a9f58006 Parameterize archiver 1988-08-23 13:16:38 +00:00
ceriel
9d6a005bb2 minor change: use int in array index 1988-08-23 12:54:16 +00:00
dick
61b8c3e9ec more modifications due to lint 1988-08-23 12:45:11 +00:00
ceriel
cc52343fbf fixed INN ZEQ and INN ZNE patterns 1988-08-22 11:23:24 +00:00
ceriel
95b4d20b5d fixed problem with dlbdlb 1988-08-22 10:54:03 +00:00
ceriel
7f5dfa7bb2 Changes from Nigel Hall 1988-08-19 17:05:03 +00:00
ceriel
f3a780ecec Changes from Nigel Hall 1988-08-19 16:46:22 +00:00
ceriel
6246c6fc9e generate new style constants 1988-08-19 16:41:49 +00:00
ceriel
f75ed26b04 made easier to patch 1988-08-19 14:29:04 +00:00
ceriel
859468b767 made easier to patch 1988-08-19 14:25:59 +00:00
ceriel
98359a035e make easier to patch 1988-08-19 14:20:03 +00:00
dick
1a6665e21d initial small modifications for lint 1988-08-19 13:55:22 +00:00
ceriel
e8730266e5 removed not-used variable 1988-08-19 13:40:01 +00:00
ceriel
b1712321e2 made easier to patch 1988-08-19 13:26:27 +00:00
ceriel
7ee4487924 Added ChPushBack 1988-08-19 13:07:20 +00:00
ceriel
282064375d use varargs 1988-08-19 09:22:07 +00:00
ceriel
3a075a7c67 Adapted fort ACK 1988-08-19 09:21:29 +00:00
ceriel
8134a42ee8 adapted for ACK 1988-08-19 09:20:25 +00:00
ceriel
01c8cd6d15 remove files before linking 1988-08-18 16:36:14 +00:00
ceriel
61a911c631 some fixes 1988-08-18 15:32:47 +00:00
ceriel
a1684f6d0b Initial revision 1988-08-18 14:33:57 +00:00
ceriel
367e4ac01c Adapted for ACK 1988-08-18 13:48:49 +00:00
ceriel
08bd32f88d modified for ACK 1988-08-18 13:47:56 +00:00
ceriel
e7683658b7 modified for ACK 1988-08-18 13:35:09 +00:00
ceriel
057ee4e5cb Added Makefile 1988-08-18 13:15:16 +00:00
ceriel
bb01ac81fd to make sure that directories are created ... 1988-08-18 13:12:39 +00:00
ceriel
0f83947e33 Adapted for ack 1988-08-18 11:46:05 +00:00
ceriel
7172fe9816 be a bit more precise in cleanup 1988-08-18 11:04:55 +00:00
ceriel
7e6fe16448 Somewhat adapted for ACK 1988-08-18 11:00:02 +00:00
ceriel
775bda9da0 Added Action file 1988-08-18 08:50:31 +00:00
ceriel
e496b6ee02 Added 1988-08-18 08:49:57 +00:00
ceriel
119bc227de use Realloc instead of Srealloc 1988-08-15 15:27:29 +00:00
ceriel
e0ad269d4c do not use [ for test; no as portable 1988-08-15 09:31:08 +00:00
ceriel
143531822a speeded up :-) 1988-08-11 22:02:53 +00:00
ceriel
371821c6a3 fixed typo 1988-08-11 15:59:35 +00:00
ceriel
a9a2e027c8 improved floating point handling 1988-08-11 14:57:39 +00:00
ceriel
5aa128ea62 speeded up again :-) 1988-08-11 14:50:18 +00:00
ceriel
ebfc4a15a4 Added strtod.c, use it in atof 1988-08-11 12:49:06 +00:00
ceriel
2cb7fcf861 leave maximum value if overflow trap is handled 1988-08-11 10:28:30 +00:00
ceriel
8f9ed86162 ignore floating overflow/underflow 1988-08-11 09:55:22 +00:00
ceriel
d308f4a3c2 fix: the minimum exponent is 1, not 0! 1988-08-10 22:33:48 +00:00
ceriel
e9094d3f03 corrected M_MAX_D 1988-08-10 16:40:48 +00:00
ceriel
094d427268 prevent overflow 1988-08-10 15:54:15 +00:00
ceriel
7e8d7af500 corrected 1988-08-10 15:18:37 +00:00
ceriel
d7d16cbede use new ecvt.c from C library 1988-08-10 11:21:40 +00:00
ceriel
03610bb643 improved/speeded up using new ecvt 1988-08-10 11:12:57 +00:00
ceriel
a1032b168c fix 1988-08-10 10:41:15 +00:00
ceriel
bb46f5218c Added version for machines with proper 4-byte operations 1988-08-10 10:07:53 +00:00
ceriel
e47418efff Use other version of div_ext 1988-08-10 10:00:30 +00:00
ceriel
d388145dce new, much faster version 1988-08-10 09:14:43 +00:00
ceriel
e6d132830a fix: line number administration wrong in scan.c 1988-08-09 14:07:39 +00:00
ceriel
2c413b9455 makefile --> Makefile 1988-08-08 18:03:12 +00:00
dick
56fff3d6cd many improvements 1988-08-07 22:55:20 +00:00
ceriel
5581bdad15 corrected exit status of script 1988-08-05 13:50:27 +00:00
ceriel
901e1b7565 fixes for exit status 1988-08-05 12:48:21 +00:00
ceriel
05bac6c619 also detect 0/0 1988-08-05 11:40:29 +00:00
ceriel
905c5a349f fix: >= and <= were wrong in constant expressions 1988-08-05 11:22:39 +00:00
ceriel
dc72163d44 cleaned up a bit 1988-08-04 18:10:34 +00:00
ceriel
cdb038ed6f forgot leading zero in front of . in F format 1988-08-04 15:48:34 +00:00
ceriel
96fc9c9ab7 gcvt was called with wrong precision 1988-08-04 15:48:20 +00:00
ceriel
28d39e927b fixed problem with 'if (array)' 1988-08-04 14:37:06 +00:00
ceriel
1726d23a44 problem fixed: number of digits displayed and/or format was sometimes wrong 1988-08-04 11:17:27 +00:00
ceriel
b26e580a74 cleaned up a bit, and made add_ext and sub_ext proper entry points,
without preconditions on the arguments
1988-08-04 11:16:20 +00:00
ceriel
2a9fe2a774 some modifications to improve speed (sorry, I mean, make a bit less slow) 1988-08-03 23:31:40 +00:00
ceriel
56a070ad99 fixed 1988-08-03 19:24:55 +00:00
ceriel
38e7921a9d Added E, G, and g format 1988-08-03 16:29:30 +00:00
ceriel
3e66a45a0d fixed 1988-08-03 16:15:48 +00:00
ceriel
caf948e80e moved getopt to stdio, because it uses it 1988-08-03 14:42:47 +00:00
ceriel
0406776361 fixed again 1988-08-02 11:57:37 +00:00
ceriel
0d45d9da11 correct exit status 1988-08-02 11:56:34 +00:00
ceriel
905907f304 Modified for 4th distribution 1988-08-01 09:00:03 +00:00
ceriel
0768c4d4f1 fix to fix 1988-07-29 19:22:48 +00:00
ceriel
87c8b648fc fix in preprocessor part: macro invocation with parameterlist on the
next line did not work
1988-07-29 18:38:25 +00:00
ceriel
5d247a2055 prevent generation of movl/movq instruction with floating point constant.
movf/movd should be used instead
1988-07-29 10:09:55 +00:00
ceriel
f5db63a96d grep -s means different things on different systems; do not use it 1988-07-28 18:47:21 +00:00
ceriel
334293bc04 Added possibility to disable installation of some languages or some machines 1988-07-28 18:43:26 +00:00
ceriel
a28e8440b7 Use Pascal 1988-07-28 18:33:51 +00:00
ceriel
fb53750ee3 fixed error in declaration of sprintf 1988-07-28 18:18:29 +00:00
ceriel
e1f4d01509 Installation of interpreters should be done from global action file 1988-07-28 16:46:23 +00:00
ceriel
fa564bb67c Installation of interpreters should not be done here 1988-07-28 16:45:13 +00:00
ceriel
29e5a20d23 fixed typo 1988-07-28 15:09:01 +00:00
ceriel
c56a92b18b document comment sign in Action files 1988-07-28 11:28:29 +00:00
ceriel
a5578bc229 BSD4.[23] could also run NFS, so added getdirent.s 1988-07-28 09:46:43 +00:00
ceriel
bbe7ae21e8 BSD4.[23] could also run NFS 1988-07-28 09:26:22 +00:00
ceriel
75d52f0a3e corrected Makefiles 1988-07-28 08:37:37 +00:00
ceriel
e4424a38c5 removed em_path.h and local.h from .distr 1988-07-28 00:30:40 +00:00
ceriel
8d6587a95e find out about operating system on foreign machines 1988-07-28 00:09:33 +00:00
ceriel
4f709d86ea clean should remove int 1988-07-27 22:43:19 +00:00
ceriel
3ad68743ca corrected for new TakeAction 1988-07-27 13:17:15 +00:00
ceriel
c0123c0e32 mention port to XenixV3 1988-07-27 13:14:26 +00:00
ceriel
761d355bf7 distribute descr.src instead of descr 1988-07-27 12:56:45 +00:00
ceriel
e70f6d3276 Remove m2mm on clean 1988-07-27 09:28:31 +00:00
ceriel
620f17db1b Added some, because local.h and em_path.h now have a source 1988-07-27 08:32:19 +00:00
ceriel
0c0ff5f64b do not write over distribution files 1988-07-26 19:22:11 +00:00
ceriel
84acaa1163 distribute Makefile 1988-07-26 19:08:46 +00:00
ceriel
9aedda4643 distribute fe.src 1988-07-26 19:06:35 +00:00
ceriel
24d5e841d1 and yet another ... 1988-07-26 15:57:34 +00:00
ceriel
fc1d04e192 fixed typo 1988-07-26 15:46:09 +00:00
ceriel
e0fd12fd05 removed obsolete comment 1988-07-26 15:15:01 +00:00
ceriel
d814f96e9d Added pattern 1988-07-26 14:21:15 +00:00
ceriel
fabf37e889 declared errno 1988-07-26 13:04:24 +00:00
ceriel
5a6849b006 yet another fix 1988-07-26 13:00:30 +00:00
ceriel
52d5e473c4 fix from Leo van Moergestel: signed byte offset must fit in a byte 1988-07-26 11:02:13 +00:00
ceriel
b1dc8c8f52 fixed 1988-07-26 09:53:47 +00:00
ceriel
dbbff76f4c Used new math lib of C to create new version of Mathlib 1988-07-25 16:41:51 +00:00
ceriel
e98a670850 fixed typo 1988-07-25 12:30:52 +00:00
ceriel
e5c19866eb Added math lib 1988-07-25 12:21:59 +00:00
ceriel
7b1eae1d37 fixed: call to atan changed into call to _atn 1988-07-25 11:41:19 +00:00
ceriel
c9f8962fc8 mod to remove declarations in math.h 1988-07-25 11:40:57 +00:00
ceriel
50d857e9f3 Added a #ifndef for not defining functions 1988-07-25 11:32:46 +00:00
ceriel
324c95ae62 replaced mathematical routines by our own 1988-07-25 11:26:26 +00:00
ceriel
d443f370d2 replaced mathematical routines by our own 1988-07-25 11:13:26 +00:00
ceriel
bcec2e84b5 merged with Michael Felts latest version 1988-07-25 10:46:15 +00:00
ceriel
b09805786d Added some prints 1988-07-22 20:58:48 +00:00
ceriel
24c59f9f68 adf and sbf did not work with 0.0 1988-07-22 20:54:49 +00:00
ceriel
44ce140103 Made to work under Microsoft Xenix V3.2 1988-07-22 19:34:07 +00:00
ceriel
a0a265736c Initial revision 1988-07-22 19:01:13 +00:00
ceriel
7515b51d64 Added installation of math lib 1988-07-22 18:51:02 +00:00
ceriel
6777bbfaca search -l libs here 1988-07-22 18:49:00 +00:00
ceriel
cb51abaacd search -l libs in i86 directory 1988-07-22 18:46:09 +00:00
ceriel
0beaad89d3 Added installation of math lib 1988-07-22 18:30:44 +00:00
ceriel
ffb6eb9ff4 Added .distr 1988-07-22 18:29:52 +00:00
ceriel
696f0b1c31 Added math 1988-07-22 18:29:51 +00:00
ceriel
c34fbb3831 Added math.h 1988-07-22 16:59:22 +00:00
ceriel
a18fcb9048 Initial revision 1988-07-22 16:53:29 +00:00
ceriel
8524608cf3 made easier to patch 1988-07-20 08:53:31 +00:00
ceriel
215e55282d some more fixes 1988-07-19 16:49:49 +00:00
ceriel
4d66061c82 install new back-end instead of old 1988-07-19 10:14:22 +00:00
ceriel
60e958a312 the patterns inside #ifdef LONGEMPAT were wrong anyway, so deleted 1988-07-19 10:12:21 +00:00
ceriel
0695089005 Added CS info 1988-07-19 09:45:59 +00:00
ceriel
9d48a61694 improved i86 description 1988-07-18 17:10:43 +00:00
ceriel
0dc643686e M must indicate back-end used 1988-07-18 16:59:39 +00:00
ceriel
becd33d3a9 made to work on small machines 1988-07-18 16:45:25 +00:00
ceriel
ca51618fe9 made to work; contained too many dependencies on word/pointer size 1988-07-18 16:41:04 +00:00
ceriel
5c508b566f Added flag to give stack size 1988-07-15 15:29:44 +00:00
ceriel
bfaff9d0ee simplified a little; does not seem to make much difference 1988-07-15 14:57:43 +00:00
ceriel
d363386a38 several fixes 1988-07-15 13:00:43 +00:00
ceriel
b9aa04dbb3 fixed problem with temporary DEALLOCATES: sometimes a register was
used for stacking, that was only temporarily deallocated
1988-07-15 11:23:44 +00:00
ceriel
68d3126f16 improved trap handling 1988-07-15 11:17:17 +00:00
ceriel
f0d3a648af fixed problem with temporary DEALLOCATES: sometimes a register was
used for stacking, that was only temporarily deallocated
1988-07-15 11:12:13 +00:00
ceriel
7aca78dc21 Also hide name b64_sft 1988-07-14 11:11:48 +00:00
ceriel
e8931fe5de make to compile on Xenix 1988-07-14 10:11:01 +00:00
ceriel
4be6b2ae55 adapted some sizes 1988-07-14 09:33:30 +00:00
ceriel
351429c19c make to work again 1988-07-14 09:15:21 +00:00
ceriel
02154c02b2 fixed problem with D scale factor 1988-07-13 20:13:17 +00:00
ceriel
1cf834f731 did not work properly; assumet it could remove sign AFTER converting to
machine dependant order
1988-07-13 20:00:22 +00:00
ceriel
c29ac899da added -L flag 1988-07-13 18:32:06 +00:00
ceriel
cdb8531b9a use sun3 command to translate 1988-07-13 18:31:57 +00:00
ceriel
1838e7143f Added -L flag 1988-07-13 18:24:07 +00:00
ceriel
d67c9ce97f pass some size flags to basic compiler 1988-07-13 18:04:01 +00:00
ceriel
f8cf94da98 changed text 1988-07-13 17:44:14 +00:00
ceriel
eec2ea8ffe changed text; did not work properly 1988-07-13 17:39:20 +00:00
ceriel
2197952a70 Added some erase() calls; aiaiai 1988-07-13 17:35:01 +00:00
ceriel
105c7e6009 fixed 1988-07-13 16:55:48 +00:00
ceriel
87e020db8a make trap handling more consistent 1988-07-13 14:29:32 +00:00
ceriel
be1e3440b7 other trp routine 1988-07-13 14:21:13 +00:00
ceriel
db95ccff91 updated; the int command now is an interpreter 1988-07-13 13:51:57 +00:00
ceriel
ea7209f246 Added some erase() calls; aiaiai 1988-07-13 13:48:38 +00:00
ceriel
722bf6de1e Added debug statement 1988-07-13 13:43:45 +00:00
ceriel
25f7fe9b77 fix: strhp should do brk system call 1988-07-13 12:51:57 +00:00
ceriel
b3efe7e46c should not result in commons; does not work with some ranlibs 1988-07-12 20:34:16 +00:00
ceriel
df4c1c8174 some minor fixes 1988-07-12 20:16:13 +00:00
ceriel
9178cb9851 corrected error: name is now xenix3 1988-07-12 16:46:39 +00:00
ceriel
2a3a417a29 output with better layout 1988-07-12 15:02:38 +00:00
ceriel
ccbf4f0cf6 made to compile on Xenix 1988-07-12 14:19:03 +00:00
ceriel
53bda08502 do not use shell meta characters in dependents; some makes do not like it 1988-07-12 11:10:31 +00:00
ceriel
20e2452350 updated dependencies 1988-07-11 19:22:19 +00:00
ceriel
0987aa0077 don't use our malloc in cpp on small machines 1988-07-11 15:01:12 +00:00
ceriel
45bb3b1413 try another SBRK 1988-07-11 14:06:11 +00:00
ceriel
6d7522ba44 fixes for Xenix 1988-07-11 13:24:32 +00:00
ceriel
778baeb2c0 fixes for Xenix 1988-07-11 13:18:43 +00:00
ceriel
cd54a85aec updated dependencies 1988-07-11 12:57:24 +00:00
ceriel
3aabba530d fixes for Xenix 1988-07-11 12:53:01 +00:00
dick
9dd080ae4b various improvements 1988-07-08 22:24:06 +00:00
ceriel
0505a65a74 check results in shell script 1988-07-08 16:10:17 +00:00
ceriel
32c3955be1 don't include too much 1988-07-08 15:51:27 +00:00
ceriel
87901b15ba declare mktemp 1988-07-08 15:31:32 +00:00
ceriel
290cb0660d Split in several files. Did not compile on Xenix 1988-07-08 13:57:07 +00:00
ceriel
c5d04fbd6a Added some extern delcarations; without them, it did not compile on Xenix 1988-07-08 13:52:52 +00:00
ceriel
9ab5e19576 use $(CC) instead of cc 1988-07-08 11:37:17 +00:00
ceriel
378b233c33 use system id from local.h 1988-07-08 10:37:00 +00:00
ceriel
892e6cf6f6 Added indication of operating system 1988-07-08 10:33:53 +00:00
ceriel
1c6ab039f4 indicate operating system in local.h 1988-07-08 10:33:06 +00:00
ceriel
d1a390924f we were lucky, but - indicates a range; corrected 1988-07-08 10:29:48 +00:00
ceriel
b8b355a0a2 keap type names different from others; some compilers don't like it 1988-07-08 09:14:04 +00:00
ceriel
a2fde712c3 fixed typo 1988-07-07 18:45:13 +00:00
ceriel
007483d1ed do not try to install Occam lib on non-BSD4.2 systems 1988-07-07 16:46:27 +00:00
ceriel
4d9a144aa7 only try to install Occam lib on Berkeley 4.2 system 1988-07-07 15:13:16 +00:00
ceriel
8fc459e811 fix: was wrong with constants causing overflow 1988-07-07 15:02:47 +00:00
ceriel
5ff8baabfa fix for constants 1988-07-07 14:31:29 +00:00
ceriel
beb142ed98 print longs with %ld 1988-07-07 14:19:16 +00:00
ceriel
3048d94603 bug fix: an array was declared too small 1988-07-07 10:55:52 +00:00
ceriel
b4265c5407 removed the result3 variable; it was not used anymore 1988-07-07 09:59:32 +00:00
ceriel
b365c53262 removed temp file 1988-07-06 18:18:46 +00:00
ceriel
c624447dfc removed cvf.s 1988-07-06 17:44:27 +00:00
ceriel
9cff92f3e1 fixed; did not work for vax 1988-07-06 13:10:24 +00:00
ceriel
b1ed49aea4 fixed syntax error 1988-07-06 10:09:18 +00:00
ceriel
4c0222fb1c fix in english text 1988-07-06 09:52:49 +00:00
ceriel
2ea025fdb4 fixed previously introduced error 1988-07-06 09:43:05 +00:00
ceriel
afc4d5211b made to fit on PDP-11 ... 1988-07-05 19:06:40 +00:00
ceriel
44014704a0 forgot C_magic 1988-07-05 18:27:10 +00:00
ceriel
e1cb398e02 made to fit on PDP-11 1988-07-05 18:06:00 +00:00
ceriel
938b7e3d9d don't use our malloc on small machines 1988-07-05 18:00:43 +00:00
ceriel
901d12332d removed faulty.h from makefile 1988-07-05 16:21:05 +00:00
ceriel
5faf0b599f identifier name clash resolved 1988-07-05 16:05:11 +00:00
ceriel
5d9471f186 unsigned long is not portable 1988-07-05 15:31:33 +00:00
ceriel
530344e2cc made to work 1988-07-05 14:12:26 +00:00
ceriel
93c8b46781 print memory usage as unsigned 1988-07-05 14:07:19 +00:00
ceriel
e35b40b793 spaces replaced by tabs 1988-07-05 14:05:24 +00:00
ceriel
7f6d1911e2 comment sign at begin of line 1988-07-05 12:56:43 +00:00
ceriel
849eeb9f61 handle memory better 1988-07-05 11:51:47 +00:00
ceriel
bb3dc913a2 improved; delayed frees did not work anyway 1988-07-05 11:50:11 +00:00
ceriel
a2905da259 don't use stdio.h 1988-07-05 10:53:53 +00:00
ceriel
bbf9b03ef4 changed order in archive 1988-07-05 09:12:07 +00:00
ceriel
ced82adfae make to work 1988-07-04 16:37:46 +00:00
dick
632b1b2c4b Initial entry, txt1 oversight 1988-07-04 15:30:12 +00:00
ceriel
c10adfa7cf removed README 1988-07-04 15:24:24 +00:00
ceriel
117cb7fd55 Added distr entry 1988-07-04 14:55:22 +00:00
ceriel
db0c67dd10 made to work 1988-07-04 13:41:47 +00:00
ceriel
84578cbd91 fixed, new basic compiler, new flag for EGO 1988-07-04 13:39:15 +00:00
ceriel
0cf8ad9930 updated for new Basic compiler 1988-07-04 13:19:09 +00:00
ceriel
93bdacae44 updated 1988-07-04 11:45:53 +00:00
ceriel
c39c666834 Initial revision 1988-07-04 11:45:41 +00:00
ceriel
bd5583311e corrected some more 1988-07-04 11:44:03 +00:00
ceriel
5157a5a186 several fixes for new basic compiler 1988-07-01 17:30:06 +00:00
ceriel
c2af3d7faa allow for three digits in exponent 1988-07-01 11:56:08 +00:00
ceriel
6ade1e3215 Also export LONGREAL routines 1988-06-30 16:32:54 +00:00
ceriel
74c779b81e mods to handle forward references better 1988-06-30 14:50:30 +00:00
ceriel
fa9e4c5ea3 corrected minor problem 1988-06-30 09:19:06 +00:00
ceriel
5391cf8b17 fixed; did not compile 1988-06-29 16:48:07 +00:00
ceriel
78f0107cb8 only change sign when value is not 0 1988-06-29 16:34:40 +00:00
ceriel
1f07fc05a4 fixed bug with linenumber counting 1988-06-29 14:05:37 +00:00
ceriel
3ed0f85ba7 fixed typo 1988-06-29 13:13:49 +00:00
ceriel
77830f353c small fix 1988-06-29 10:49:24 +00:00
ceriel
e64951e1d3 removed some lint complaints 1988-06-28 14:41:02 +00:00
ceriel
2f7e414d42 corrected lint entry 1988-06-28 14:36:21 +00:00
ceriel
3be40e8f15 removed some lint complaints 1988-06-28 13:55:25 +00:00
ceriel
bd975e3041 removed some lint complaints 1988-06-28 13:43:54 +00:00
ceriel
724d5ba148 use system module for system calls 1988-06-28 11:20:50 +00:00
ceriel
c03e25dc0d Added sys_rename 1988-06-28 11:12:18 +00:00
ceriel
d702321c37 do LLgen after modules 1988-06-28 11:00:54 +00:00
ceriel
2d16f61cdf Added SMALL for small unknown machine 1988-06-28 10:20:07 +00:00
ceriel
fb4ff4cab0 Added some code for small unknown machine 1988-06-28 10:19:23 +00:00
ceriel
4c7c1867c3 get some info from ACK include files 1988-06-27 15:21:37 +00:00
ceriel
4fbb44f790 Added interpreter 1988-06-27 15:14:34 +00:00
ceriel
911eb2ebf9 do not install interpreter on small machines 1988-06-27 15:14:31 +00:00
ceriel
406d72db67 Added interpreter 1988-06-27 15:08:38 +00:00
ceriel
c3255c0a42 Added interpreter 1988-06-27 15:00:08 +00:00
ceriel
ac925ef2d5 More adaptions for ACK 1988-06-27 14:54:40 +00:00
ceriel
3b32a79997 improved distr entry 1988-06-27 14:52:18 +00:00
ceriel
15cf912949 Added interpreter 1988-06-27 14:51:59 +00:00
ceriel
c69f99b644 Put int.1 in this directory 1988-06-27 14:48:30 +00:00
ceriel
fe74b9f8de Adapted for ACK 1988-06-27 14:40:29 +00:00
ceriel
a578d2eda8 for the time being, do not pass IP_SPEC to the Makefile in switch;
this does not work with relative paths
1988-06-27 11:49:17 +00:00
ceriel
9f795adbc4 added ACK entries to Makefile 1988-06-27 11:08:04 +00:00
ceriel
d32e121832 added ACK entries to Makefile 1988-06-27 10:58:44 +00:00
ceriel
5ffe3a4280 added ACK entries to Makefile 1988-06-27 10:51:16 +00:00
dick
0e847669e8 Proper place for directory test 1988-06-24 15:59:07 +00:00
dick
198c8525f2 Initial entry 1988-06-24 15:40:41 +00:00
ceriel
e67a70cbea LLscan either macro or function 1988-06-24 14:55:27 +00:00
ceriel
1c801f86eb minor mod: name change 1988-06-24 14:28:13 +00:00
ceriel
123b73506d inline scan 1988-06-24 14:26:35 +00:00
ceriel
71834855e8 generate #define for LL_LEXI in every file 1988-06-24 14:21:07 +00:00
ceriel
7b93233386 fixed typos 1988-06-24 13:21:37 +00:00
ceriel
d3723b3d38 modified distance function somewhat 1988-06-24 12:03:02 +00:00
ceriel
e1f7d20251 modified generation of token mapping somewhat 1988-06-24 11:48:10 +00:00
ceriel
8bdf3af20c fixed Makefile 1988-06-24 09:37:54 +00:00
ceriel
d20bfe4f68 some tables are static now 1988-06-24 09:32:15 +00:00
ceriel
a27fac26db hide some names 1988-06-24 09:31:28 +00:00
dick
6214be89c8 Initial entry 1988-06-22 21:48:19 +00:00
ceriel
b72f2848dd fixed panic mode 1988-06-22 18:47:48 +00:00
dick
da943cec51 Initial entry 1988-06-22 17:09:12 +00:00
ceriel
416944b293 Updated to dense switches generation 1988-06-22 17:04:52 +00:00
dick
a717832bfb Initial entry 1988-06-22 16:57:09 +00:00
ceriel
4934f830fc Added code to generate dense switches 1988-06-22 16:23:36 +00:00
ceriel
c146e278fc distance routine improved a little; still not safe! 1988-06-22 16:22:07 +00:00
dick
d49fb42d47 Initial entry 1988-06-22 16:22:00 +00:00
ceriel
ec40d28c25 Added some patterns to evaluate constant shifts 1988-06-22 13:47:57 +00:00
ceriel
83a22b318c handle SLU like SLI 1988-06-22 11:31:45 +00:00
ceriel
dd690a1065 a minor fix 1988-06-22 10:56:04 +00:00
ceriel
627d2060cd Added some code to reduce SLI, then decided against it 1988-06-22 10:41:52 +00:00
ceriel
f892470f88 when checking for array computations with SLI, also check at the ADS! 1988-06-21 16:49:52 +00:00
ceriel
d25a84511c corrected 1988-06-21 16:20:59 +00:00
ceriel
e8f4e47da5 better info for SLI 1988-06-21 16:10:19 +00:00
ceriel
7f5c3ac4f6 made reading of list from description file a bit more general 1988-06-21 15:31:51 +00:00
ceriel
46c8b743f2 run peephole optimizer after inline substitution 1988-06-21 15:20:49 +00:00
ceriel
860230a837 lay-out fix 1988-06-21 15:20:01 +00:00
ceriel
e4e7671ab6 Added ACK standard entries 1988-06-20 15:52:55 +00:00
ceriel
5ac6f79a47 Initial revision 1988-06-20 12:46:49 +00:00
ceriel
db62807b9b Initial revision 1988-06-20 11:43:45 +00:00
ceriel
9bbab79c2a Added latest change from kaashoek 1988-06-20 11:40:31 +00:00
ceriel
275966674b Initial revision 1988-06-20 11:26:47 +00:00
ceriel
f15a6e827a Initial revision 1988-06-20 11:21:01 +00:00
ceriel
701172d318 Added .distr 1988-06-20 11:20:13 +00:00
ceriel
765add698d Initial revision 1988-06-20 11:13:07 +00:00
ceriel
fcafcb1700 corrected dependancy list 1988-06-16 17:04:59 +00:00
ceriel
e0a4fd1989 some cosmetic changes 1988-06-16 15:06:09 +00:00
ceriel
59dbc95e0d made bittable dynamic 1988-06-16 13:46:38 +00:00
ceriel
a0934dc7e0 made bittable dynamic 1988-06-16 13:24:10 +00:00
ceriel
184984d472 Minor adaptions to comments 1988-06-16 11:44:31 +00:00
ceriel
922eba369d Added doc for new IL option 1988-06-16 10:49:45 +00:00
ceriel
3dd878594f Add option to global optimizer, to indicate that it is offered the
whole program
1988-06-16 09:59:25 +00:00
ceriel
8f1cac51c8 Added option for temporary directory 1988-06-16 09:57:59 +00:00
ceriel
dea600f9bf Added option to indicate that whole program is offered 1988-06-16 09:41:51 +00:00
ceriel
ec551e2f36 updated 1988-06-16 09:40:09 +00:00
ceriel
35d8ec11fa be a bit more optimistic about gain for pointer registers 1988-06-15 15:28:10 +00:00
ceriel
c68c06d0c3 only check duplicate ms_emx 1988-06-15 15:25:50 +00:00
ceriel
16e657858a Some improvements 1988-06-15 13:15:41 +00:00
ceriel
889cf28571 Added target optimizer 1988-06-14 09:43:11 +00:00
ceriel
9c6ef73ba3 Added target optimizer 1988-06-14 09:29:44 +00:00
ceriel
14233a4c03 Initial revision 1988-06-14 09:22:51 +00:00
ceriel
adadb10b17 corrected 1988-06-13 18:01:47 +00:00
ceriel
be8815e2b7 made nbits a long 1988-06-13 17:57:39 +00:00
ceriel
ed5868aa06 give some more info on global optimizer 1988-06-13 15:57:21 +00:00
ceriel
2722d45fdd larger bittable 1988-06-13 15:29:32 +00:00
ceriel
192de9bf32 linenumber in long instead of short 1988-06-13 15:28:19 +00:00
ceriel
cc9c3ae870 made to compile on system V 1988-06-13 15:01:54 +00:00
ceriel
2563acb019 Added pattern for ASS 4 1988-06-13 13:42:39 +00:00
ceriel
969b5221f5 make interface new_stackptr cleaner 1988-06-13 10:34:14 +00:00
ceriel
8f9818c385 Added short-hand for C_cal+C_asp, made interface new_stackptr cleaner 1988-06-13 10:29:36 +00:00
ceriel
de0048e96b don't throw away external procedures 1988-06-10 15:39:05 +00:00
ceriel
0c386e3032 tolower was called without checking for isupper; adapted 1988-06-10 14:28:32 +00:00
ceriel
f2b485740b adaptions for generation of compiler with embedded code-generator 1988-06-10 09:17:45 +00:00
ceriel
3d044db749 improved error messages with opaque types 1988-06-09 11:39:11 +00:00
ceriel
3fec1232da fixed problem with ReOrganize 1988-06-09 09:16:46 +00:00
ceriel
1347076988 changed behaviour of Allocate(..., 0) 1988-06-08 09:22:31 +00:00
ceriel
9fb5d02aa9 changed a comment 1988-06-07 12:34:04 +00:00
ceriel
40ef304bcf prevent core dump when e.out file too large 1988-06-07 12:17:00 +00:00
ceriel
9f9681bf39 corrected CFU 1988-06-07 11:08:55 +00:00
ceriel
f5d3ab845d fixed problem that was introduced by fix of alignment problem 1988-06-06 13:02:41 +00:00
ceriel
8a368a9ed1 Added code for new LOI/STI opcodes 1988-06-06 10:30:57 +00:00
ceriel
e75308763c Added opcodes for LOI/STI with size >= 32767 1988-06-06 10:10:27 +00:00
ceriel
02297c82ff fixed em.c: call lib/em44 instead of lib/int44 ... 1988-06-03 16:13:57 +00:00
ceriel
cd893a6ff8 corrected 1988-06-03 14:25:26 +00:00
ceriel
8036ca8aec improved test 82 1988-06-03 10:42:07 +00:00
ceriel
a22b21016e corrected cap.c 1988-06-03 09:36:08 +00:00
ceriel
5ce46ce603 removed faulty.h, updated Parameters 1988-06-03 09:33:29 +00:00
kaashoek
60af526ac5 mach.h table for generating assembly added 1988-05-31 17:00:23 +00:00
kaashoek
e568d54af9 bug removed 1988-05-31 14:12:35 +00:00
kaashoek
6a08adb962 grammar changed 1988-05-31 14:05:41 +00:00
kaashoek
f68b18f639 *** empty log message *** 1988-05-31 13:41:03 +00:00
kaashoek
7cc193c460 *** empty log message *** 1988-05-31 13:22:14 +00:00
kaashoek
83b11ebd82 *** empty log message *** 1988-05-31 13:20:28 +00:00
kaashoek
f466e4b0e7 skip traling spaces by operands 1988-05-31 13:16:48 +00:00
kaashoek
4e62421f45 The file 'data.h' must also be included. 1988-05-31 12:56:26 +00:00
kaashoek
12db9cf64e Execute_mnemonic() is changed so it won't loop when it can't find the
assembly-mnemonic in the as_table.
1988-05-31 12:54:30 +00:00
kaashoek
60de25db56 ::= replaced by ==> 1988-05-31 09:38:26 +00:00
dick
885d03a020 Initial version 1988-05-30 17:17:16 +00:00
kaashoek
8ba1ce6f1a Zorgen dat de prioriteit van de 'distance' goed is; haakjes om de expressie
zetten
1988-05-29 15:22:18 +00:00
kaashoek
95b5bdcdc5 Quotes en back-slashes moeten ook speciaal behandeld wordeni in strings. 1988-05-29 13:55:56 +00:00
kaashoek
953ac2b514 Subtiel foutje met haakjes tellen, twee regels moeten omgedraaid worden. 1988-05-29 13:53:57 +00:00
kaashoek
a5b6ef2a18 Quotes en back-slahses moeten ook speciaal behandeld worden in strings. 1988-05-29 13:52:54 +00:00
kaashoek
2edf3315d6 Initial revision 1988-05-27 17:07:58 +00:00
kaashoek
c7beb3208f Foutje met new-line karakters in een string, precies hetzelfde als bij eval. 1988-05-27 15:25:30 +00:00
kaashoek
6d56874b8f Stom tikfoutje: sitchseg ipv. switchseg. 1988-05-27 14:08:29 +00:00
kaashoek
7f580b3029 De routines C_xxx_fcon() stonden per ongeluk tussen commentaar haken. 1988-05-27 13:58:00 +00:00
kaashoek
28e86b7f15 process_mnemonic() van plaats verhuisd zodat deze nu aangeroepen wordt voor
het zoeken. Dit maakt het mogelijk om de gebruiker gekke karakters uit een
mnemonic te laten verwijderen, bijv. bij 68020 "move.l" --> "move_l".
1988-05-27 10:48:34 +00:00
kaashoek
abc9006b8e Stom foutje in vorige verbetering 1988-05-27 09:30:05 +00:00
kaashoek
cd73332f77 skip_string() gewijzigd zodat ook instructies met een '.' erin geaccepteerd
worden. Komen voor in de 68020 assembler, bijv. "move.l", "add.l", etc. .
1988-05-27 09:21:37 +00:00
kaashoek
8998c4165d Bij het vervangen van @text2() door print-statements zorgen dat het resultaat
ook 1 statement is: zet er '{' en '}' omheen.
Tevens kunnen de argumenten van een @reloc4() over meerdere regels staan. Dit
levert problemen met het in een string zetten om ze te printen, alle newlines
vervangen door '\\n'.
1988-05-27 08:56:47 +00:00
kaashoek
a3ad389064 final version 1988-05-16 13:16:03 +00:00
kaashoek
1099f24bbf 16/5 1988-05-16 10:51:32 +00:00
kaashoek
ebd4ca5662 Initial revision 1988-05-16 10:51:23 +00:00
kaashoek
b52eecb904 Initial revision 1988-05-16 10:32:30 +00:00
ceriel
2565b29679 changed int?? into em?? 1988-05-06 17:40:44 +00:00
ceriel
0be2e884b1 some last-minute minor changes 1988-05-06 17:03:30 +00:00
ceriel
d33fa59a9f found a %D; replaced by %ld 1988-05-06 17:03:06 +00:00
ceriel
066439ec19 changed int?? to em?? 1988-05-06 13:46:55 +00:00
ceriel
7f7078c9f0 check that files can be created 1988-05-04 16:49:58 +00:00
ceriel
f63363cfb8 small fix in sigvec 1988-05-04 16:16:41 +00:00
ceriel
b536454c5b previous change was wrong 1988-05-04 10:14:49 +00:00
ceriel
d19d409038 Added use of -T option 1988-05-04 10:14:48 +00:00
ceriel
b9943e0ca2 minor update 1988-05-03 15:17:13 +00:00
kaashoek
438572359f more comments from Dick and Henri 1988-05-03 15:15:28 +00:00
ceriel
2a1191bfc1 fixed very minor bug: strings should be aligned on word_boundaries 1988-05-03 15:04:30 +00:00
ceriel
58724710d1 Added some comments 1988-05-03 13:17:20 +00:00
kaashoek
b5f619dadd consistent naming 1988-05-03 13:03:07 +00:00
kaashoek
723e024d25 output_back 1988-05-03 12:55:48 +00:00
kaashoek
bc28af9d7c close_back() 1988-05-03 12:55:30 +00:00
kaashoek
3afe1ff2e4 open_back() 1988-05-03 12:54:52 +00:00
ceriel
e40b7407d5 declare some variables in init.c instead of runtime startoff 1988-05-03 12:44:32 +00:00
ceriel
781a1218a5 only increment line number on ASCII LF 1988-05-03 11:30:25 +00:00
ceriel
eb3dd52dd8 added comment 1988-05-03 09:53:52 +00:00
ceriel
94bb3d3e04 improved checking 1988-05-03 09:03:19 +00:00
ceriel
7dcfb2b4ad Added a stripped version of the Unix module 1988-05-03 08:33:33 +00:00
ceriel
8b655cb67e Exchanged role of ALLOCATE/Allocate 1988-05-03 08:20:11 +00:00
ceriel
e533bb9bbf minor mod 1988-05-02 15:51:29 +00:00
ceriel
2468ee6d34 did not compile with NOPP defined 1988-05-02 15:37:13 +00:00
ceriel
d5f6dfeb2a did not compile with USE_TMP not defined 1988-05-02 14:40:35 +00:00
ceriel
132e8d0baa minor fixes 1988-05-02 14:13:25 +00:00
ceriel
1408daf070 Added some OK commands and some #ifdefs 1988-05-02 13:25:38 +00:00
ceriel
f6f8a5e858 fixed another typo 1988-05-02 12:35:39 +00:00
ceriel
7af7f27042 mention limitation of Modula-2 on small machines 1988-05-02 11:11:04 +00:00
ceriel
e04d01106a don't try to install Modula-2 libraries for big machines on small machines 1988-05-02 11:05:54 +00:00
ceriel
e34c870d02 minor mods 1988-05-02 10:33:30 +00:00
ceriel
e030fdc548 fixed typo 1988-05-02 08:46:58 +00:00
ceriel
aadfe97a58 make to fit on PDP-11 again 1988-04-29 15:41:38 +00:00
ceriel
4d528bbc24 Added some unix signal handling 1988-04-29 14:38:36 +00:00
ceriel
f7efb51155 Added another trap number 1988-04-29 12:37:02 +00:00
ceriel
82c952bdeb updated somewhat; deleted int 1988-04-29 11:16:49 +00:00
ceriel
2cd29242ae deleted int 1988-04-29 11:00:40 +00:00
ceriel
23aca9118e improved clean entry 1988-04-29 09:22:57 +00:00
ceriel
69b293d86b types of case-labels are base-types 1988-04-29 09:16:51 +00:00
ceriel
578b8fd103 Fixed again to work with 'indir' 1988-04-29 09:15:01 +00:00
ceriel
a3e39fe309 mentioned another problem 1988-04-29 09:13:55 +00:00
ceriel
e8d1bdb192 make to work with modified installation script 1988-04-29 09:12:29 +00:00
ceriel
43de234b53 Added floating point support 1988-04-28 15:16:07 +00:00
ceriel
0e501983f4 don't allow allocates bigger than MAX(INTEGER) 1988-04-28 15:13:44 +00:00
ceriel
9388fb69f8 be careful about overflow in con_float 1988-04-28 15:03:03 +00:00
ceriel
6fa999d162 corrected 1988-04-28 14:50:27 +00:00
ceriel
88acb4c4d9 be careful about overflow in con_float 1988-04-28 14:46:11 +00:00
ceriel
c4d0a4f449 corrected the overflow checks 1988-04-28 14:21:55 +00:00
ceriel
2a11727622 updated to current situation 1988-04-28 13:38:24 +00:00
ceriel
81e724d4f6 improved printf 1988-04-28 11:16:50 +00:00
ceriel
673679e5eb improved trap handling 1988-04-27 18:11:33 +00:00
ceriel
5891ec12a0 corrected brk and sbrk somewhat 1988-04-27 18:02:59 +00:00
ceriel
2e009ecfff almost fixed problem with cfu 1988-04-27 16:57:43 +00:00
ceriel
420ca09aee improved; now also runs with interpreter 1988-04-27 13:01:25 +00:00
ceriel
20f4177c29 updated to different default action of TakeAction 1988-04-27 11:34:33 +00:00
ceriel
ccdfd76de2 Allow for (more) complex shell commands in parameter 1988-04-27 11:30:13 +00:00
ceriel
7fbb57dea4 clean entry should not throw away distributed files 1988-04-27 10:57:37 +00:00
ceriel
39d3496f4b Added termcap.c 1988-04-26 18:23:40 +00:00
ceriel
8acf1542f6 updated dependencies 1988-04-26 16:15:25 +00:00
ceriel
5a7fa39fc9 updated dependencies 1988-04-26 16:03:36 +00:00
ceriel
8781ada304 generate more register messages 1988-04-26 15:33:48 +00:00
ceriel
a0799c99ec Initial revision 1988-04-26 14:33:11 +00:00
ceriel
be39f6c6a0 updated smoewhat 1988-04-26 14:21:10 +00:00
ceriel
143387e11d updated smoewhat 1988-04-26 14:11:05 +00:00
ceriel
db786790ee made epsd 1e-14 instead of 1e-17 1988-04-26 14:10:55 +00:00
ceriel
bfd4554758 fixed: did not compute hexadecimal numbers right 1988-04-26 13:47:02 +00:00
ceriel
6722c28d81 Added comment 1988-04-26 13:04:04 +00:00
ceriel
7943327f7d corrected 1988-04-26 11:43:23 +00:00
ceriel
76a93fcbc3 better error checking in Storage module 1988-04-26 11:25:36 +00:00
ceriel
6c825b7892 fixed hexadecimal character class 1988-04-26 10:51:50 +00:00
ceriel
e925036f8d corrected 1988-04-26 10:49:07 +00:00
ceriel
2bbecf2416 better argument checking of standard functions 1988-04-26 10:14:01 +00:00
ceriel
b3ce56e32a Added many tests; probably still not enough 1988-04-25 18:20:49 +00:00
ceriel
d9638fca0e fixed bug: did not convert 0 right 1988-04-25 18:13:32 +00:00
ceriel
264773ee06 fixed bug in SIM and SIG 1988-04-25 17:05:36 +00:00
ceriel
d260937564 improved layout with varargs 1988-04-25 16:24:42 +00:00
ceriel
71dd29ae30 improved layout 1988-04-25 16:17:29 +00:00
ceriel
6607dc999e fixed; va_end(list) should be va_end(ap) 1988-04-25 15:31:58 +00:00
ceriel
093a970d7f generate scope info for functions 1988-04-25 12:55:25 +00:00
ceriel
131d4d9454 align on ints instead of shorts 1988-04-25 10:41:33 +00:00
ceriel
e4838a6225 dont generate .data4 1988-04-25 10:31:33 +00:00
ceriel
9bd075e3a0 Added TableHandl.def 1988-04-25 09:28:10 +00:00
ceriel
816c7e6416 made ioctls to work better on sun 1988-04-22 19:41:22 +00:00
ceriel
cf00c1ffa0 made to look better on our laser printer 1988-04-22 18:59:19 +00:00
ceriel
d6f2d2f25c corrected wait systemcall 1988-04-22 18:49:13 +00:00
ceriel
01faecb6ed conversion to our assembler was not complete 1988-04-22 18:44:28 +00:00
ceriel
3f3b3d04e6 conversion to our assembler was not complete 1988-04-22 18:37:59 +00:00
ceriel
3edf9486c9 fixed to not accept dots in numbers 1988-04-22 18:34:22 +00:00
ceriel
3228f4f21b restore external base, just to be sure 1988-04-22 17:19:40 +00:00
ceriel
856f58468e restore external base, just to be sure 1988-04-22 16:54:58 +00:00
ceriel
d1a444d6d1 minor fix 1988-04-22 16:19:56 +00:00
ceriel
4410cc5cdf main should return value 1988-04-22 16:00:01 +00:00
ceriel
48f7be1f8e corrected; did some shifts that have undefined result 1988-04-22 15:49:20 +00:00
ceriel
d3da6b76dc avoid use of modf; not portable 1988-04-22 14:17:34 +00:00
ceriel
b68e30f6ff avoid use of modf; not portable 1988-04-22 14:11:55 +00:00
ceriel
b948e4b59d corrected; sometimes lookahead would fail 1988-04-22 14:02:43 +00:00
ceriel
adaa19c807 some more actions for making distr 1988-04-22 09:39:50 +00:00
ceriel
fd4bda4865 made more portable 1988-04-21 18:53:31 +00:00
ceriel
e0d31020c8 made to conform to ACK rules 1988-04-21 18:48:15 +00:00
ceriel
0aa6d4ed5d corrected: a shift of 32 is not portable! 1988-04-21 18:40:42 +00:00
ceriel
5db0db5959 fixed minor bug in lin instruction (!) 1988-04-21 15:29:02 +00:00
ceriel
5f4707b280 improved comments; should now be understandable for anyone who knows EM 1988-04-21 10:08:56 +00:00
ceriel
e41fd6d8a9 corrected typo 1988-04-21 09:21:18 +00:00
ceriel
1cd66f2952 Dicks corrected emtest 1988-04-20 17:49:42 +00:00
ceriel
211f5d2ad8 improved signal handling 1988-04-20 17:10:21 +00:00
ceriel
79e3ac1a26 improved setjmp 1988-04-20 16:58:29 +00:00
ceriel
379101461e corrected .s files 1988-04-20 16:47:41 +00:00
ceriel
536716ba84 rewritten setjmp: compiler now gives a bit more support 1988-04-20 15:33:17 +00:00
ceriel
cd782a1488 corrected a syntax error 1988-04-20 15:28:26 +00:00
ceriel
ae50580eff new handling of setjmp; now pass return address 1988-04-20 15:28:10 +00:00
ceriel
083d520d38 SUN4 frexp strikes again ... 1988-04-20 14:42:04 +00:00
ceriel
09eb4f9325 changed xenix3.0 to xenix3 1988-04-20 11:52:53 +00:00
ceriel
b82c0d9bdd Added test 1988-04-20 10:45:09 +00:00
ceriel
fee10c4735 Initial revision 1988-04-20 10:43:48 +00:00
ceriel
06c28ad222 do not call frexp with 0.0; the SUN4 cannot stand it 1988-04-20 10:01:35 +00:00
ceriel
865e5b607a Added include 1988-04-20 09:25:31 +00:00
ceriel
750aad12f6 Made a bit more portable 1988-04-19 19:46:28 +00:00
ceriel
62c9bd14ce made to work for distribution 1988-04-19 18:58:08 +00:00
ceriel
b651e4cfbe Added my name to author list 1988-04-19 17:19:21 +00:00
ceriel
540fb5605b Added minix and minixST 1988-04-19 17:16:10 +00:00
ceriel
347a183428 avoid installation order problem 1988-04-19 17:05:05 +00:00
ceriel
0768c14544 Added check that script is started from proper directory 1988-04-19 16:57:19 +00:00
ceriel
39ee09e442 order was wrong 1988-04-19 16:56:40 +00:00
ceriel
832e4c3e8d order was wrong 1988-04-19 16:55:51 +00:00
ceriel
bbe4d39ddd improved stupid test 1988-04-19 16:45:19 +00:00
ceriel
9d3f9ea496 fixed a small problem with the 'symmetric' option; also fixed a
problem with Hex numbers
1988-04-19 14:40:27 +00:00
ceriel
fef0bf1075 adapted for new distribution 1988-04-19 14:33:58 +00:00
kaashoek
7fc73c9cf3 *** empty log message *** 1988-04-19 12:40:43 +00:00
kaashoek
805354f806 *** empty log message *** 1988-04-19 11:41:16 +00:00
ceriel
37a3f20b85 Added minix 1988-04-19 11:10:14 +00:00
ceriel
eb1ddcb2a3 Added minix 1988-04-19 11:01:39 +00:00
ceriel
3f28711419 Added minix 1988-04-19 10:56:12 +00:00
ceriel
a4d9ed6ac8 Initial revision 1988-04-19 10:48:34 +00:00
kaashoek
5b4ae84255 comments Dick 1988-04-19 10:41:05 +00:00
ceriel
8c20160cb6 Initial revision 1988-04-19 10:38:18 +00:00
ceriel
e9f4f7498c corrected somewhat 1988-04-19 10:33:07 +00:00
ceriel
d5b7752fdb Added define for ACK 1988-04-19 10:30:15 +00:00
ceriel
709fee14c6 Initial revision 1988-04-19 10:19:15 +00:00
ceriel
cac49c513c Added cleanup 1988-04-19 10:13:41 +00:00
ceriel
da872ef789 assert macro has one parameter 1988-04-19 09:57:44 +00:00
ceriel
9d3ae1c4d0 Added minixST 1988-04-19 09:40:02 +00:00
ceriel
a61b1a19bb Initial revision 1988-04-19 09:34:37 +00:00
ceriel
5140441585 Initial revision 1988-04-19 09:27:51 +00:00
ceriel
1519576e82 Added .distr 1988-04-19 09:22:48 +00:00
ceriel
647b192b1f Initial revision 1988-04-19 09:15:48 +00:00
ceriel
449ea0d073 Added .distr 1988-04-19 09:13:41 +00:00
ceriel
2a7411dd91 Added descr 1988-04-19 09:10:18 +00:00
ceriel
65f67f48a3 Added m2 as callname 1988-04-18 15:57:28 +00:00
ceriel
580b1c081f cleaned up some garbage. How did it get there? 1988-04-18 15:54:20 +00:00
ceriel
eb6ed2df62 Added .distr file 1988-04-18 15:00:24 +00:00
ceriel
f0dee053ca Added READ_ME file 1988-04-18 14:06:00 +00:00
ceriel
88d11eaf44 changed font 5 references to font CW references 1988-04-18 13:56:01 +00:00
ceriel
defbe00b6a changed font 5 references to font CW references 1988-04-18 13:42:35 +00:00
ceriel
003eed2758 deleted print and show 1988-04-18 13:40:54 +00:00
ceriel
71efb88a36 changed font 5 references to font CW references 1988-04-18 13:34:29 +00:00
ceriel
a9ad34c8db fixed a bug: did not handle %while in FIXED terms 1988-04-18 11:06:55 +00:00
ceriel
ba88529f50 deleted LLgen from distr file 1988-04-18 10:36:07 +00:00
ceriel
c06568406c Initial revision 1988-04-18 10:24:30 +00:00
ceriel
35e749a72f Added id.sed 1988-04-18 10:23:45 +00:00
ceriel
132548a987 Added a distr entry 1988-04-18 10:21:30 +00:00
ceriel
b7a100b1f5 create lib directory if not present 1988-04-18 10:17:58 +00:00
ceriel
26b57eab2f corrected some 1988-04-18 10:13:57 +00:00
ceriel
0de242d9bb Added make.sh 1988-04-18 09:18:18 +00:00
ceriel
d1c9c94493 generate message about parameter count 1988-04-15 17:29:02 +00:00
ceriel
9dbd7bdcf5 check for total size of locals and parameters 1988-04-15 17:25:01 +00:00
ceriel
09ed33d12d fixed minor bug: report on used memory was wrong 1988-04-15 16:05:05 +00:00
ceriel
a93bf46382 use varargs when needed 1988-04-15 15:43:52 +00:00
ceriel
f5be4dafc6 use varargs when needed 1988-04-15 15:34:19 +00:00
ceriel
2549099d3b use varargs where needed 1988-04-15 15:19:27 +00:00
ceriel
32e125b3f9 make sure there is a varargs.h file somewhere 1988-04-15 15:18:38 +00:00
ceriel
d1fee09721 Use varargs where needed 1988-04-15 15:07:51 +00:00
ceriel
648d745177 deleted sgtty.h 1988-04-15 15:03:59 +00:00
ceriel
143fe678d4 use stty/gtty instead of ioctl 1988-04-15 15:03:32 +00:00
ceriel
d7b7427431 Added varargs.h 1988-04-15 14:45:04 +00:00
ceriel
ecaea97a99 make to use varargs.h 1988-04-15 14:43:19 +00:00
ceriel
16e2e6f346 Added sgtty.h 1988-04-15 14:38:33 +00:00
ceriel
cc85226c3d changed address 1988-04-15 12:49:16 +00:00
ceriel
1c7c9c60cf fef4 and fef8 did not quite work properly: the exponent part is an
int, not a short!
1988-04-14 18:06:47 +00:00
ceriel
f92dad2d9d only fclose on non-NULL streams 1988-04-14 16:09:02 +00:00
ceriel
7971761628 generated illegal code; fixed 1988-04-14 16:03:55 +00:00
ceriel
355177a22c improved sbrk 1988-04-14 10:45:42 +00:00
ceriel
1da83e161b made to fit on PDP-11 again, and some other minor mods 1988-04-13 18:37:45 +00:00
kaashoek
9f4469d798 comments of Ceriel and Henri 1988-04-13 14:33:11 +00:00
ceriel
e53d23a925 some minor improvements 1988-04-13 13:05:38 +00:00
ceriel
24d7026a7a corrected comment message 1988-04-13 12:52:40 +00:00
ceriel
cdda84eaab minor improvement 1988-04-13 12:40:48 +00:00
ceriel
75345fa915 make a little more robust 1988-04-12 19:34:38 +00:00
ceriel
1f041497ec edit modula-2 compiler Makefile on small systems 1988-04-12 15:55:26 +00:00
kaashoek
ca94deb2c2 Initial revision 1988-04-12 14:31:05 +00:00
ceriel
37e21bc6a5 changed copyright notice 1988-04-12 11:30:10 +00:00
ceriel
39c5ab2997 better ORD, VAL, and CAP, and some other minor mods 1988-04-12 09:19:06 +00:00
ceriel
54bfaff625 Added a mechanism to test pointers as soon as possible 1988-04-11 18:32:47 +00:00
ceriel
287ff14a1f fixed typo 1988-04-11 14:46:41 +00:00
ceriel
52085d5555 updated 1988-04-11 13:03:14 +00:00
ceriel
eeb2f2ba80 updated+modula-2 1988-04-11 13:02:20 +00:00
ceriel
eddb43c08e catch possibly occurring trap with stores in the HP 1988-04-11 12:51:22 +00:00
ceriel
3df72f4136 Also allow .def files; compiler will give error message 1988-04-11 12:45:45 +00:00
ceriel
b371c91584 Added xenix3 1988-04-11 12:44:36 +00:00
ceriel
54d444c5c5 Added xenix3 1988-04-11 12:38:24 +00:00
ceriel
39ac6fb719 some minor fixes 1988-04-11 11:41:50 +00:00
ceriel
155a1ba5c8 adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 11:37:54 +00:00
ceriel
9d7f47c37a adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 11:27:37 +00:00
ceriel
8dfcff6911 fixed typo 1988-04-11 11:13:20 +00:00
ceriel
0c45ef1b5a adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 11:03:22 +00:00
ceriel
6eb15567ae Added some debug print statements 1988-04-11 10:55:07 +00:00
ceriel
6bfdc85d8f adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 10:50:58 +00:00
ceriel
01919da550 corrected some text on segemt registers 1988-04-11 10:44:06 +00:00
ceriel
61bfe50a66 Added installation for modula-2 1988-04-11 10:36:24 +00:00
ceriel
d7030591f9 fixed problems in Storage module: caused integer overflow and bad pointers 1988-04-11 10:34:31 +00:00
ceriel
48d2fa770e minor mod 1988-04-11 10:32:22 +00:00
ceriel
b2275303a2 adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 10:29:59 +00:00
ceriel
b190c55526 fix 1988-04-11 10:11:07 +00:00
ceriel
252d0e0667 minor fix 1988-04-11 09:55:13 +00:00
ceriel
b05198c6bf adapted to new semantics of the EHEAP error: no longer fatal 1988-04-11 09:52:48 +00:00
ceriel
474a3b4584 Added xenix3 to the list of machine-names 1988-04-11 09:51:11 +00:00
ceriel
b0715c481b also make a makecalls for code expander 1988-04-11 09:48:59 +00:00
ceriel
7c4afedd26 split into separate include files 1988-04-11 09:47:33 +00:00
ceriel
9abbd9eb10 Added some patterns 1988-04-11 09:38:31 +00:00
ceriel
8a51ae7b94 Added comments and m2_traps.h 1988-04-08 14:14:44 +00:00
ceriel
6535d32447 Added libm2 1988-04-08 13:39:19 +00:00
ceriel
131efe9348 Added libm2 1988-04-08 13:12:53 +00:00
ceriel
5250c1571f Added m2 1988-04-08 13:10:18 +00:00
ceriel
f109b70f3e updated for 4th distribution 1988-04-08 12:50:10 +00:00
ceriel
857fbcc0c7 Added u argument type, added distr entry in Makefile 1988-04-08 11:33:21 +00:00
ceriel
32d38f3eb8 two versions of the parameters file: small and large 1988-04-08 10:04:03 +00:00
ceriel
b671136060 don't generate HOL's of zero size 1988-04-08 09:46:04 +00:00
ceriel
ec612942a1 a minor mod 1988-04-07 15:35:48 +00:00
ceriel
0760483bee minor mod 1988-04-07 15:30:37 +00:00
ceriel
cc4c9e85c8 Added id.sed 1988-04-07 15:02:12 +00:00
ceriel
e2f1bc59a0 adapted so that interpreter traps on floating point instructions 1988-04-07 13:14:27 +00:00
ceriel
0582d4d83e Added libfp 1988-04-07 12:39:19 +00:00
ceriel
d664b9fb0b Initial revision 1988-04-07 12:36:30 +00:00
ceriel
92255b2a25 Added libfp 1988-04-07 12:31:47 +00:00
ceriel
9a7b199a5c Initial revision 1988-04-07 12:28:10 +00:00
ceriel
41bf233413 Added libfp 1988-04-07 12:26:29 +00:00
ceriel
4e2aea5cb0 Initial revision 1988-04-07 12:23:02 +00:00
ceriel
a614f3be7a Added ncg and libfp 1988-04-07 11:49:19 +00:00
ceriel
87a5000e57 Initial revision 1988-04-07 11:45:42 +00:00
ceriel
10b3d3d862 added floating point lib 1988-04-07 11:42:21 +00:00
ceriel
8ee3542787 Added copyright notices 1988-04-07 11:40:46 +00:00
ceriel
8a96f95c59 Initial revision 1988-04-07 10:57:49 +00:00
ceriel
cb4e02f02e fixed 1988-04-06 18:36:59 +00:00
ceriel
b64a224b99 Added modula-2 1988-04-06 18:34:20 +00:00
ceriel
14cdead342 lay-out mod 1988-04-06 18:31:49 +00:00
ceriel
f80afde044 Added floating point lib and modula-2 1988-04-06 18:31:20 +00:00
ceriel
935ae44985 Added modula-2 1988-04-06 18:18:55 +00:00
ceriel
c8a728969d some minor changes and a fix in pointer arithmetic 1988-04-06 18:14:50 +00:00
ceriel
c255ffeaaa Added some defines 1988-04-06 18:12:43 +00:00
ceriel
8e394c3c08 updated 1988-04-06 18:06:23 +00:00
ceriel
93c6adda3c Added modula-2 1988-04-06 18:04:33 +00:00
ceriel
4beb60683f Initial revision 1988-04-06 15:12:11 +00:00
ceriel
56b03adad0 z8000 uses asld, so suffix of targets is .s 1988-04-06 15:10:56 +00:00
ceriel
da052fb6ee Initial revision 1988-04-06 14:49:41 +00:00
ceriel
e25004012b Added an 'all' entry 1988-04-06 14:46:04 +00:00
ceriel
288c4c9a13 Added .distr file, added 'all' entry in Makefile 1988-04-06 14:42:22 +00:00
ceriel
d48f810ef6 Added .distr file 1988-04-06 14:37:14 +00:00
ceriel
04cabf258d Initial revision 1988-04-06 14:24:36 +00:00
ceriel
50cf97a378 Initial revision 1988-04-06 14:13:41 +00:00
ceriel
0320f9c7ba Added an 'all' entry 1988-04-06 14:08:08 +00:00
ceriel
f635588643 Initial revision 1988-04-06 14:03:28 +00:00
ceriel
f687134a38 Added an 'all' entry 1988-04-06 13:56:46 +00:00
ceriel
4afb2f0b23 Initial revision 1988-04-06 13:46:40 +00:00
ceriel
dc24ab8b57 Added an 'all' entry 1988-04-06 13:41:06 +00:00
ceriel
dc547a271a added .distr file 1988-04-06 13:38:42 +00:00
ceriel
6211edb4c6 z8000 uses asld 1988-04-06 13:18:10 +00:00
ceriel
ffff65a8d7 Initial revision 1988-04-06 13:17:21 +00:00
ceriel
6507aa0a73 Added .distr 1988-04-06 13:06:08 +00:00
ceriel
f47d49b1c0 Added cap.c 1988-04-05 15:27:50 +00:00
ceriel
e566fc551d some fixes 1988-03-31 17:58:56 +00:00
ceriel
2be8437d73 identifiers may not contain two consecutive underscores, and a fix 1988-03-31 16:09:53 +00:00
ceriel
702a73b734 identifiers may not contain two consecutive underscores, and a fix 1988-03-31 16:02:20 +00:00
ceriel
92f28ae164 Added another debug statement 1988-03-31 12:50:12 +00:00
ceriel
14d7db7499 remove some of the lint complaints 1988-03-31 11:17:47 +00:00
ceriel
4e419a19cd delinted 1988-03-31 10:38:05 +00:00
ceriel
092292683c modified to use a different 'panic' strategy, and use
new clash-table in tables.c when possible, and some other tuning
1988-03-31 10:14:48 +00:00
ceriel
35cb47328a modified to generate the clashes table in another form too 1988-03-31 10:00:07 +00:00
ceriel
21f4403fdb Initial revision 1988-03-30 13:06:41 +00:00
ceriel
021619910e changed PascalIO.Get behaviour and used Allocate instead of ALLOCATE 1988-03-28 18:15:50 +00:00
ceriel
9dccd59665 Added patch for bad fseeks 1988-03-23 18:04:08 +00:00
ceriel
36e934583a many minor mods: name changes 1988-03-23 17:55:57 +00:00
ceriel
7f9fd963fd many minor mods 1988-03-23 17:44:25 +00:00
ceriel
9dce6c6b88 Added patterns for loc sbu and loc adu 1988-03-23 16:52:23 +00:00
ceriel
934568dcf4 new translation of BLS, fix in LOF 1988-03-23 16:07:03 +00:00
ceriel
e71df15045 made to fit on PDP-11 again 1988-03-22 17:54:01 +00:00
ceriel
fba9192bbc new version, with 2/4 handling 1988-03-21 18:22:52 +00:00
ceriel
cc64f88964 adapted to new naming scheme 1988-03-21 18:15:59 +00:00
ceriel
cb52407188 Added .distr file 1988-03-21 18:02:45 +00:00
ceriel
dea657a673 too many changes: some cosmetic; some for 2/4; some for added options 1988-03-21 17:43:54 +00:00
ceriel
795a078d08 too many changes: some cosmetic; some for 2/4; some for added options 1988-03-21 17:22:26 +00:00
ceriel
0976dfa3b9 too many changes: some cosmetic; some for 2/4; some for added options 1988-03-21 17:06:20 +00:00
ceriel
bb51d7b0e2 too many changes: some cosmetic; some for 2/4; some for added options 1988-03-21 16:47:51 +00:00
ceriel
759f4738ca too many changes: some cosmetic; some for 2/4; some for added options 1988-03-21 16:36:31 +00:00
ceriel
6a51fac1e4 Initial revision 1988-03-21 13:48:24 +00:00
ceriel
134869ad1a Added an array bound checking procedure 1988-03-18 18:08:20 +00:00
ceriel
33f80c6eef adapted for 2/4 code generation, and also fixed some bugs 1988-03-18 14:23:04 +00:00
ceriel
fd467fd63d removed a cntrl-a character in the comments 1988-03-17 09:39:43 +00:00
ceriel
2c01d45a49 fix in csb: must be able to handle 0 cases 1988-03-17 09:24:01 +00:00
ceriel
0030ddd97f fixed csb so that it also handles 0 cases 1988-03-16 19:38:14 +00:00
ceriel
2f11dce5ef Added a trap number for cardinal underflow 1988-03-16 09:22:53 +00:00
ceriel
987683cf99 Added some comment 1988-03-16 09:20:36 +00:00
ceriel
750c838141 forgot to pop old handler 1988-03-15 17:37:19 +00:00
ceriel
ba7cc5f6fb more sensible values for SIG_DFL and SIG_IGN 1988-03-15 16:58:43 +00:00
ceriel
29b2b389fd added u opcode type 1988-03-15 14:35:45 +00:00
ceriel
bda28533c5 fix in writing of prompt 1988-03-15 13:48:56 +00:00
ceriel
628b9699e8 adapted to new ip_spec.t 1988-03-15 13:17:42 +00:00
ceriel
a739c9a0ff changed location of ip_spec.t 1988-03-15 11:46:42 +00:00
ceriel
f62a5c7157 adapted to new ip_spec.t and changed location 1988-03-15 11:43:36 +00:00
ceriel
f79f368c72 adapted to new ip_spec.t 1988-03-15 11:37:00 +00:00
ceriel
0b8a55c0cf adapted to new ip_spec.t 1988-03-15 11:29:39 +00:00
ceriel
539e01b5bc Adapted for PAREN_OPEN and PAREN_CLOSE, and better adaption for type-setter 1988-03-14 16:37:00 +00:00
ceriel
63a89b7080 modified to use PAREN_OPEN and PAREN_CLOSE 1988-03-14 16:15:23 +00:00
ceriel
ea9e90d785 fixed for operand separators within operands 1988-03-14 15:58:07 +00:00
ceriel
e8f4ce0886 Added the esize program 1988-03-14 14:29:31 +00:00
ceriel
517b1cae36 deleted an #endif, where-ever it came from I dont know 1988-03-14 14:12:49 +00:00
ceriel
bf3cfae610 CMI was translated wrongly; corrected 1988-03-14 13:56:33 +00:00
ceriel
23be652f11 CMI was translated wrongly; corrected 1988-03-14 13:42:20 +00:00
ceriel
eb6a4a95cd deleted some patterns that were wrong, and apparently never used 1988-03-14 13:30:48 +00:00
ceriel
f846c1648b changed definition of BITMAX 1988-03-12 13:47:11 +00:00
ceriel
a24c41e9cf fix in LXA 1988-03-11 16:34:22 +00:00
ceriel
9258a2a3e9 fixes from Nigel Hall 1988-03-10 16:00:58 +00:00
ceriel
1d98b5fd02 bug fix: did not work when procedure descriptors started on block boundary 1988-03-10 13:03:53 +00:00
ceriel
304f03a836 fixes from Nigel Hall 1988-03-09 18:07:05 +00:00
ceriel
41007486bf some compilers (Multimax) did not understand the sizeof constructions used 1988-03-09 11:42:54 +00:00
ceriel
4b79636b8f fixed a problem with #ifdef/#else/#endif 1988-03-08 11:42:00 +00:00
ceriel
1a259744af The Get routine did not work right, fixed 1988-03-08 11:28:00 +00:00
ceriel
ea21b16846 Added dependency 1988-03-08 10:44:09 +00:00
ceriel
78926a5a84 fix typo and parameters of overflow 1988-03-08 10:35:53 +00:00
ceriel
5cf3fc1017 some minor mods, mostly for better line number tracking 1988-03-08 10:18:58 +00:00
ceriel
75aba83724 some fixes 1988-03-07 11:44:39 +00:00
ceriel
653cd869ba deleted cvf.s 1988-03-07 09:47:06 +00:00
ceriel
14997fe479 "deleted -LIB, already in proto makefile" 1988-02-19 17:15:45 +00:00
ceriel
75986f7ac5 deleted -LIB, already in proto makefile 1988-02-19 17:05:26 +00:00
ceriel
d949e3e8c5 some more fixes to fixes 1988-02-19 16:52:54 +00:00
ceriel
dead814781 Of course: fixes to previous mods 1988-02-19 16:36:45 +00:00
ceriel
31ddd5ca12 mainly new comments 1988-02-19 15:54:01 +00:00
ceriel
96fc577b15 new version using the Streams module 1988-02-19 13:05:03 +00:00
ceriel
17921c4b5a Added the ArraySort module 1988-02-19 12:53:15 +00:00
ceriel
835c373123 parsing routine does not return value! 1988-02-18 18:06:28 +00:00
ceriel
41077644d1 fixed 1988-02-18 11:58:10 +00:00
ceriel
fd08220e2b fixes 1988-02-18 11:17:39 +00:00
ceriel
a298b55b95 sbu was replaced by sbu; is now replaced by sbi 1988-02-18 11:09:11 +00:00
ceriel
0058f45243 corrected 1988-02-18 10:36:22 +00:00
ceriel
25e21494f1 corrected 1988-02-18 10:22:15 +00:00
ceriel
3ccbd9cdc7 Initial revision 1988-02-18 10:22:14 +00:00
ceriel
083404fc90 corrected 1988-02-18 10:12:10 +00:00
ceriel
bab801171f Initial revision 1988-02-18 10:08:42 +00:00
ceriel
07a378fffe corrected 1988-02-18 10:06:46 +00:00
ceriel
02db417d31 Initial revision 1988-02-18 09:48:35 +00:00
ceriel
642acd5cbe Added .distr file 1988-02-18 09:32:26 +00:00
ceriel
ccf7ef96b5 Initial revision 1988-02-18 09:20:09 +00:00
ceriel
4e0c9a780a fixes and other mods 1988-02-17 17:21:51 +00:00
ceriel
31ed7f7e30 Added .distr file 1988-02-17 15:52:20 +00:00
ceriel
e9271376dc Initial revision 1988-02-17 15:44:54 +00:00
ceriel
83d7633503 a minor improvement 1988-02-17 15:41:27 +00:00
ceriel
d04dce377a Changed use of word_align: it now only indicates the alignment on
which word-operations are allowed to take place
1988-02-17 14:29:57 +00:00
ceriel
d034f5145c malloc now allows users to use sbrk too,
setjmp/longjmp now save/restore the signal mask on BSD 4.2 systems,
some minor mods in atof
1988-02-16 17:48:39 +00:00
ceriel
7bc8ed1270 fixed: returned wrong value 1988-02-16 17:48:28 +00:00
ceriel
b54a58e93c made counting for register messages depending on a #define,
adapted makefile to make version with peephole optimizer library
1988-02-16 16:23:00 +00:00
ceriel
3e01918c57 fixed: for some reason some back-quotes disappeared 1988-02-16 13:50:24 +00:00
ceriel
5d861a3399 made to work 1988-02-15 18:08:46 +00:00
ceriel
d6c52e0fef make to work with new em_code interface 1988-02-15 18:04:27 +00:00
ceriel
d7d501d43a made to fit on a PDP-11 again 1988-02-10 14:06:34 +00:00
ceriel
78de25b639 New baseline for distribution 1988-02-09 11:45:30 +00:00
ceriel
6217293e23 some fixes:
- always remove imports from definition modules
- minor improvement in error messages
1988-02-09 11:41:08 +00:00
ceriel
8fc22f0db7 allow assembler to read from STDIN 1988-02-05 15:10:08 +00:00
ceriel
f2dc30c912 modified to use Streams module 1988-02-03 14:34:40 +00:00
kaashoek
60278f1c52 ';' forgotten. 1988-02-03 12:55:36 +00:00
kaashoek
b3f21c47fc CODE_EXPANDER must be defined before including <em.h>. 1988-02-03 12:48:58 +00:00
kaashoek
990080cc04 create_ofiles must be executed in directory ce. 1988-02-03 11:40:29 +00:00
kaashoek
4ec4554fa5 Syntax error in shell command 1988-02-03 10:58:52 +00:00
kaashoek
474b2eb453 Previous version saw C_INSTR CONDITION as CALL ( e.g. C_asp ( $1 == 1) ). 1988-02-03 10:47:08 +00:00
kaashoek
e8f2566542 Don't generate pseudo instructions. 1988-02-03 10:20:58 +00:00
ceriel
eb2ce1f30b This version fixes many problems in older versions 1988-02-02 16:27:54 +00:00
kaashoek
64b4812664 RCS filenames should end with ,v 1988-02-02 15:59:40 +00:00
kaashoek
0ea2930de7 Error in pathnames 1988-02-02 15:53:47 +00:00
kaashoek
a0802dce05 Error in pathnames 1988-02-02 15:50:10 +00:00
ceriel
d70a20ae4c updated 1988-02-01 11:26:16 +00:00
ceriel
e130b1991f some corrections, added modula-2 docs 1988-02-01 10:45:43 +00:00
ceriel
da3c00aeac compare pointers with CMP 1988-02-01 10:17:51 +00:00
ceriel
9d83605ccd Added the Streams module 1988-01-29 11:35:45 +00:00
ceriel
a22ab5c7b7 better error message 1988-01-28 16:54:33 +00:00
ceriel
99611d287b conversion routinew now initialize whole array, Epilogue module changed slightly 1988-01-28 16:37:55 +00:00
ceriel
355fa2c764 Added some runtime trap numbers 1988-01-28 16:34:41 +00:00
ceriel
16e381031b improved filename and linenumber generation 1988-01-28 16:15:16 +00:00
ceriel
72e13f3a5a Yet another fix. ChkUnOper can also be called with a COERCION operator,
when NEW and DISPOSE are expanded
1988-01-28 14:05:34 +00:00
ceriel
7bb1897e98 minor fixes 1988-01-27 15:10:16 +00:00
ceriel
e67e59e56a bug fix in LONGINT constants 1988-01-26 13:54:24 +00:00
ceriel
e5b9c564af Added the Epilogue module 1988-01-25 16:14:48 +00:00
ceriel
b19a178e2e fixed a bug with string-initializers 1988-01-25 16:14:01 +00:00
ceriel
a7cdd16125 Allow the checking of definition modules 1988-01-22 12:04:27 +00:00
ceriel
9dfa2f6979 Added a test that at some point failed for the new CEMCOM 1988-01-19 11:45:43 +00:00
ceriel
ad2d61154b fixed some minor problems 1988-01-15 16:55:01 +00:00
kaashoek
bab6cd29ce Comments added 1988-01-15 16:09:52 +00:00
kaashoek
31efd16916 Comments added 1988-01-15 15:57:35 +00:00
ceriel
ea4b32d326 parameterize archiver used 1988-01-14 14:10:51 +00:00
ceriel
b5d320392c parameterize archiver used 1988-01-14 13:58:44 +00:00
ceriel
e873fd637d try to free mem as soon as possible 1988-01-14 13:53:58 +00:00
ceriel
fb65cda40f make separate lib for code-expander 1988-01-14 13:50:43 +00:00
ceriel
1f3ad61fd5 parameterize archiver used 1988-01-14 13:44:36 +00:00
ceriel
bf37d48ac5 Some minor corrections 1988-01-14 13:40:56 +00:00
ceriel
1ee5101ba7 Some corrections to make it work on small machines 1988-01-14 13:34:42 +00:00
ceriel
629fc3f824 adapted to new em_code module 1988-01-14 13:19:32 +00:00
ceriel
d5c423adaf better check if a block was already freed 1988-01-14 11:35:07 +00:00
ceriel
a726f7d49e adapted to use new em_code module, and a minor fix 1988-01-14 10:52:36 +00:00
ceriel
b90cc5ceb9 make it more K&R C 1988-01-13 11:06:06 +00:00
ceriel
31757c1935 output of id.c was wrong 1988-01-12 15:56:42 +00:00
ceriel
bdc37d879e Added some patterns 1988-01-12 13:27:11 +00:00
ceriel
d4e2dcfb67 prevent some 'bombed out of codegen' crashes 1988-01-12 11:48:38 +00:00
ceriel
a58740c4ee some fixes 1988-01-11 18:24:34 +00:00
ceriel
538896f0a3 improved some code for floating point 1988-01-11 17:06:11 +00:00
ceriel
897b86cba2 prevent a voluntary crash and generate better code 1988-01-11 14:06:20 +00:00
ceriel
85348f653d cas instruction was encoded wrong 1988-01-11 13:25:28 +00:00
kaashoek
055635d63d Comments added. 1988-01-07 16:09:30 +00:00
kaashoek
a92a93bc54 Comments added 1988-01-07 15:52:52 +00:00
kaashoek
dcf14f338b Comments added 1988-01-07 15:25:34 +00:00
kaashoek
41d9465e89 Made consistent with the file in ../common 1988-01-07 15:15:08 +00:00
kaashoek
ed4cfa01c5 Made consistent with file in ../common 1988-01-07 15:12:09 +00:00
kaashoek
544f59b0ea Comment added 1988-01-07 14:52:08 +00:00
kaashoek
dc88d56345 Made consistent with the file in directory ../common 1988-01-07 14:49:57 +00:00
kaashoek
31ba9c1471 Made consistent with the file in the directory ../common 1988-01-07 14:48:23 +00:00
kaashoek
79718501d6 Comments added. 1988-01-07 14:40:43 +00:00
kaashoek
9b1533a69b Some routines moved to 'help.c' 1987-12-18 16:23:42 +00:00
kaashoek
d69f0ef861 Initial revision 1987-12-18 16:22:16 +00:00
kaashoek
69040a2ae0 File 'assem.c' is changed to 'help.c' 1987-12-18 16:17:29 +00:00
kaashoek
572f8ec9c4 Comment added 1987-12-18 12:17:56 +00:00
kaashoek
ecabf96c86 Made consistent with 'arg_type.h' and 'decl.h' 1987-12-18 12:12:50 +00:00
kaashoek
9f510b9172 Comments added.
Made consistent with 'arg_type.h' and 'em_parser.h'
1987-12-18 12:11:58 +00:00
kaashoek
a6de718152 Made consistent with 'em_parser.h' and 'decl.h' 1987-12-18 12:10:50 +00:00
ceriel
d98394f0cf Added a test for casts 1987-12-04 12:53:18 +00:00
ceriel
a8703841b2 changed typing of constants, to be more compatible with PCC
and future standard
1987-12-03 11:12:02 +00:00
ceriel
3f2a4d9c7c added .distr file 1987-12-02 14:01:26 +00:00
ceriel
f8ede83073 deleted some incorrect patterns 1987-12-02 13:21:20 +00:00
ceriel
a61d36ff49 fixes and squeezing 1987-12-02 10:41:38 +00:00
ceriel
9cc60526b7 Added floating point stuff 1987-12-02 09:04:32 +00:00
ceriel
3627b9a16c added use checking for types and constants, improved overflow checking 1987-11-27 14:24:46 +00:00
ceriel
3e51d4f62f version with better overflow checking 1987-11-27 14:13:11 +00:00
ceriel
db572116e1 Added a flag to not give warnings 1987-11-27 11:04:07 +00:00
ceriel
896fec3fc5 version with better overflow checking 1987-11-26 14:15:24 +00:00
kaashoek
900e979035 *** empty log message *** 1987-11-26 12:14:32 +00:00
kaashoek
4b540c6d7e Initial revision 1987-11-26 12:14:26 +00:00
kaashoek
8202444413 *** empty log message *** 1987-11-26 12:00:32 +00:00
kaashoek
79457dabd1 Initial revision 1987-11-26 12:00:22 +00:00
ceriel
c27082938b fix to fix 1987-11-26 10:26:06 +00:00
ceriel
e3501a00dc handle rounding of floating point constants 1987-11-25 16:58:31 +00:00
ceriel
048eac2d67 fixed to also read from standard input 1987-11-25 16:55:51 +00:00
kaashoek
f1a897cec0 Comments added 1987-11-25 14:41:10 +00:00
kaashoek
5ef24f6923 Comments added 1987-11-25 14:22:15 +00:00
kaashoek
dcc3eb63c4 Initial revision 1987-11-25 14:18:23 +00:00
kaashoek
1240849cda *** empty log message *** 1987-11-25 14:03:48 +00:00
kaashoek
5865536463 Comments added 1987-11-25 13:55:12 +00:00
kaashoek
152faf2b36 *** empty log message *** 1987-11-25 13:54:01 +00:00
kaashoek
7af2561a91 1987-11-25 13:52:01 +00:00
kaashoek
67ab00564f n 1987-11-25 13:51:25 +00:00
kaashoek
a057f8e72c Comments added 1987-11-25 11:49:48 +00:00
kaashoek
f1aba7c217 Initial revision 1987-11-25 11:19:38 +00:00
ceriel
b2824fe796 check number of locals and parameters 1987-11-24 14:21:35 +00:00
ceriel
ea2c86ef0c do not allow reals as case labels, check size of array's 1987-11-24 13:22:04 +00:00
ceriel
067eace890 fixed a bug: a numeric label now kills condition codes 1987-11-24 11:43:51 +00:00
ceriel
70403f62d9 fixed a bug: casts to short or char did not work right 1987-11-23 13:48:09 +00:00
ceriel
2e932ba803 fixed: used wrong index in em_flag 1987-11-23 13:35:34 +00:00
ceriel
c41f63a4c8 %[...] did not work 1987-11-20 12:57:51 +00:00
kaashoek
ee3e8ed07e *** empty log message *** 1987-11-20 12:07:51 +00:00
kaashoek
02b72945f1 *** empty log message *** 1987-11-20 11:24:45 +00:00
kaashoek
58b70cc7dd *** empty log message *** 1987-11-20 11:15:42 +00:00
kaashoek
75e0c5f7ed Initial revision 1987-11-20 11:12:07 +00:00
kaashoek
9947059dcc Initial revision 1987-11-20 10:41:03 +00:00
ceriel
bffdad9cdc improved a bit 1987-11-17 16:22:13 +00:00
ceriel
619f6bb893 Fixed bug: subranges of subranges did not work right 1987-11-17 14:29:14 +00:00
ceriel
f00951f788 replaced some move.w by move.l 1987-11-16 15:52:57 +00:00
ceriel
046dc3d5a9 use $(CC) instead of cc 1987-11-16 10:35:32 +00:00
ceriel
7bbfcac62b generate CSA for empty case statement, replaced an #ifdef that was on the wrong spot 1987-11-13 16:21:33 +00:00
ceriel
808e5d8c7d generate CSA for empty case statement 1987-11-13 16:19:51 +00:00
ceriel
57b1a2757e some cosmetic changes+fix in calculator 1987-11-13 15:11:37 +00:00
ceriel
4359c699dc completely new version 1987-11-12 12:26:36 +00:00
ceriel
0baf75f779 completely new version 1987-11-12 11:59:31 +00:00
ceriel
f9281be252 fixed an obscure bug in the hash function: sometimes the globstep variable
had a value equal to size! Also, sizes of tables must be prime
1987-11-11 15:05:41 +00:00
ceriel
603c65950c Fixed some problems:
files that use the em_code module must include the em_code.h file
improved checking of definitions after use
fixed problem with ranges in case statements
1987-11-11 13:10:08 +00:00
ceriel
b434cd85a0 Added a test that LOI does not sign-extend 1987-11-11 10:08:05 +00:00
ceriel
c998623932 Some more adaptions to new semantics of ncgg 1987-11-10 13:49:04 +00:00
ceriel
2f37e8d600 Some more adaptions to new semantics of ncgg 1987-11-10 13:37:19 +00:00
ceriel
ae6e2acb87 Some more adaptions to new semantics of ncgg 1987-11-10 13:26:40 +00:00
ceriel
4489526a11 fixed some minor problems 1987-11-09 16:11:04 +00:00
ceriel
7b317f79e2 The 'ahead' mechanism was not right 1987-11-09 11:45:39 +00:00
ceriel
b6d6c4ee57 changed mechanism for for-loop checking, added some trap numbers 1987-11-09 11:36:45 +00:00
ceriel
785e174cbb Added mechanism for non-cross compiler (yet another way of squeezing it onto
a PDP-11
1987-11-09 11:29:48 +00:00
ceriel
e1a3a1c136 made to fit on a PDP-11 1987-11-09 10:17:20 +00:00
ceriel
028beaf5e6 corrected con_float 1987-11-06 13:12:21 +00:00
ceriel
7d0a77821c fixed bug in reading of longs in archive header 1987-11-05 11:55:28 +00:00
ceriel
734d549473 corrected signal.s 1987-11-05 10:34:04 +00:00
ceriel
cf0852c846 print initializer expression before call to code_declaration 1987-11-04 16:30:02 +00:00
ceriel
9dd87881e1 fixed a minor problem with unstacking 1987-11-04 15:55:23 +00:00
ceriel
50b73dc023 corrected 1987-11-04 10:54:02 +00:00
ceriel
f05d6fb70e improved alignments, and added libfp 1987-11-04 10:48:25 +00:00
ceriel
77bcd64f03 improved the alilgnment checking somewhat 1987-11-04 10:41:32 +00:00
ceriel
4d67ee1150 improved alignments, and added libfp 1987-11-04 10:28:01 +00:00
ceriel
bad6246b59 improved the alilgnment checking somewhat 1987-11-04 10:26:41 +00:00
ceriel
9e9a6d4575 improved ffp.s 1987-11-04 10:07:57 +00:00
ceriel
086a086d12 included floating point code in table 1987-11-04 09:44:00 +00:00
ceriel
4b265a4f0a improved alignment checking 1987-11-03 16:43:24 +00:00
ceriel
80af6ce214 improved previous improvements 1987-11-03 16:17:37 +00:00
ceriel
b236a708e2 improved the checking of sections 1987-11-03 16:09:55 +00:00
ceriel
2682c42a9e fixed alignments, and added floating point lib 1987-11-03 16:03:18 +00:00
ceriel
2b3f059c55 Added fakfp.s 1987-11-03 15:56:44 +00:00
ceriel
e2037c2e4b fixed some problems, and added floating point library 1987-11-03 15:35:43 +00:00
ceriel
ad65ffcf9b Added floating point lib 1987-11-03 15:33:28 +00:00
ceriel
1387926fdd align sections on long boundaries, add floating point 1987-11-03 15:13:57 +00:00
ceriel
2837aa68a7 fixed some minor problems with copying conformant arrays,
and a LB that pointed below SP in transfer
1987-11-03 15:04:21 +00:00
ceriel
9ae4e7924a Added Xstat.c, to convert between different alignments 1987-11-03 14:50:32 +00:00
ceriel
72ab7b68b8 Added Xstat.c 1987-11-03 14:43:40 +00:00
ceriel
6e5f3632c6 fixed some minor problems 1987-11-03 12:44:09 +00:00
ceriel
867232a244 fixed some minor problems 1987-11-02 17:59:18 +00:00
ceriel
ab5a0efd48 fixed some bugs 1987-11-02 14:23:38 +00:00
ceriel
017871b025 deleted debugging writes 1987-11-02 11:25:13 +00:00
ceriel
b24e6763c3 changed trap messages somewhat, corrected bug in InOut, undone changes
to confarray.c
1987-11-02 11:22:06 +00:00
ceriel
c41fae1f8a avoid *REG constructions because of bug in assembler 1987-11-02 10:52:40 +00:00
ceriel
bc6a9fbf66 Added handling of cardinal overflow 1987-10-30 18:32:14 +00:00
ceriel
e61d8f6356 made to work 1987-10-30 15:35:50 +00:00
ceriel
a93d4a1e29 corrected alignments in tbl 1987-10-30 11:30:17 +00:00
ceriel
f7c479d40b fixed typo 1987-10-30 10:49:35 +00:00
ceriel
e0c73d5195 Added fake floating point routines 1987-10-30 10:42:36 +00:00
ceriel
5cd95d47b2 Now detects use before declaration, f.i. in
VAR k: REAL;
REAL : INTEGER;
1987-10-30 09:19:23 +00:00
ceriel
032e9ebda5 fixed some problems with 1 and 2 byte compares 1987-10-29 15:10:30 +00:00
ceriel
3c63f1b656 sets now allowed for all subranges 1987-10-28 16:10:02 +00:00
ceriel
b668810351 sets now allowed for all subranges 1987-10-28 16:03:56 +00:00
ceriel
d80b501829 Fixed some problems, and improved range-checking 1987-10-28 11:10:30 +00:00
ceriel
98e6c244da CIU should not cause conversion errors! 1987-10-27 15:54:14 +00:00
ceriel
7de7b0c7ec CIU should not cause conversion errors! 1987-10-27 15:43:06 +00:00
ceriel
4974cd17eb Added new files to do range checks 1987-10-27 11:55:59 +00:00
ceriel
04f0550f1d do not warn about not using a type-identifier that indicates
an enumeration type and is imported, because its enumeration literals
might be used
1987-10-27 09:45:27 +00:00
ceriel
3ea6d40b4c fixed a typo. Case errors gave wrong trap number 1987-10-26 09:30:26 +00:00
ceriel
7df117128c fixed for very large numbers 1987-10-22 15:26:36 +00:00
ceriel
cf330f732c increased buffer size 1987-10-22 14:07:54 +00:00
ceriel
b75744f0d4 replace 10 by 10.0, so that the conversion is not done at runtime 1987-10-22 13:58:48 +00:00
ceriel
245397491a increased buffer size, check for end 1987-10-22 13:35:05 +00:00
ceriel
16a335ab42 removed some IMPORTS that were never used 1987-10-21 11:49:14 +00:00
ceriel
015e1b776e Some corrections and additions to improve the mechanism for
generating warnings on unused/uninitialized variables
1987-10-21 11:29:52 +00:00
ceriel
71df6e6cb8 removed the relative pathnames in #include's 1987-10-20 16:21:44 +00:00
ceriel
0ad68bdb66 fix to Lindseys changes 1987-10-20 16:09:39 +00:00
ceriel
688567a532 fix in reference counts for sets 1987-10-20 13:32:18 +00:00
ceriel
a24c90f5a9 fixed some problems: ADS was generated with size > pointer_size;
some (most) backends dont implement that.
Unstacking of macros did not quite work properly, but I dont know why
1987-10-20 09:36:34 +00:00
ceriel
e2c9a1a96f fix: there was a problem when more than 2 alternatives started with the same token 1987-10-19 15:35:28 +00:00
ceriel
503edee161 New version, with an option for strict Modula-2, and
warnings for unused or uninitialized variables
1987-10-19 11:28:37 +00:00
ceriel
211d2bcfff The use of {w} in a program line of fe did not work, because ack scans
fe before it scans MACH (which is where most vars are declared).
Reversing the order of the scans caused other problems, related to
callnames. I have therefore delayed the 'scanvars' of program lines
(as is already done with args).
1987-10-19 10:24:52 +00:00
ceriel
67cf9c4933 some fixes 1987-10-19 10:06:24 +00:00
ceriel
bf0ee1f16c some fixes 1987-10-16 17:57:09 +00:00
ceriel
f25570dd4e replaced calls to NEW by calls to ALLOCATE 1987-10-15 15:41:00 +00:00
ceriel
5c7379738b Some minor adaptions 1987-10-15 12:59:03 +00:00
ceriel
93e08cb946 Some minor adaptions 1987-10-15 12:42:55 +00:00
ceriel
5f35f2b26b parameterized archiver used 1987-10-15 10:32:12 +00:00
ceriel
772ead2f9e adapted fakfp.s 1987-10-14 13:22:57 +00:00
ceriel
8d35578ad2 Parameterized the archiver used 1987-10-14 12:41:38 +00:00
ceriel
4695d966ee next version 1987-10-14 12:38:01 +00:00
ceriel
fc6a8c5aa8 some minor fixes 1987-10-14 12:34:47 +00:00
ceriel
11e1b3ce15 fixed a bug in a LOS test 1987-10-08 16:54:38 +00:00
ceriel
2401ca127e Initial revision 1987-10-08 11:34:19 +00:00
ceriel
f19ffa5328 Initial revision 1987-10-06 16:58:10 +00:00
ceriel
4043036e27 Initial revision 1987-10-06 16:39:14 +00:00
ceriel
e61b887e31 improved previous fix 1987-10-05 16:17:51 +00:00
ceriel
38f70a3a06 new version for distr 1987-10-05 15:52:02 +00:00
ceriel
5d5e497d22 fixed a problem with procedures imported from other modules but not
declared in their definition modules
1987-10-05 15:41:30 +00:00
ceriel
4c7dc7eb20 did not work with CASE statements with large difference between lower
and upper bound
1987-10-05 15:40:53 +00:00
ceriel
efcb9468f4 fixed some bugs:
- switch with BIG difference between lower and upper now handled correctly
- made sure an added error production is never chosen as the default one
- don't allow AUTO as specification for a parameter
1987-10-05 10:17:44 +00:00
ceriel
8fb2664584 Also recognize m68020 as machine name 1987-10-05 09:59:16 +00:00
ceriel
158d0505ea Added unmount, now unmount as well as umount exist 1987-10-05 09:17:42 +00:00
ceriel
d4a31af34d set section alignments to 4 1987-10-05 09:01:56 +00:00
ceriel
31b2f7d9e0 take care of GTO 1987-10-02 12:53:04 +00:00
ceriel
102a2b1061 don't optimize when ms_gto 1987-10-02 12:52:29 +00:00
ceriel
1ac5d9c95a Handle GTO, LOR/STR 0 also use local base 1987-10-02 12:43:54 +00:00
ceriel
d2006b19af do not replace LAR/SAR by AAR LOI/STI, when the descriptor is not available 1987-10-02 10:48:38 +00:00
ceriel
c0dd8055c2 make variables that are assigned to alive, at least for a short while 1987-10-02 10:41:13 +00:00
ceriel
7f400e5073 print identifier name when multiple declared 1987-10-02 09:55:16 +00:00
ceriel
149a2abd07 some fixes 1987-09-29 16:07:10 +00:00
ceriel
7114bf47ec Adapted to new ncgg 1987-09-29 11:32:45 +00:00
ceriel
876026bedf Some improvements 1987-09-29 09:03:49 +00:00
ceriel
9d2bfee634 some fixes 1987-09-28 13:45:24 +00:00
ceriel
8c6981f642 ran 'make depend' again 1987-09-28 10:18:02 +00:00
ceriel
a4c02d15c6 new version 1987-09-24 13:42:50 +00:00
ceriel
c5674041bf Some minor mods and a bug fix with type transfer functions 1987-09-24 13:07:31 +00:00
ceriel
e30234fce8 Initial revision 1987-09-24 13:01:27 +00:00
ceriel
a830d68fae Added DO_TOSTACK 1987-09-24 10:26:39 +00:00
ceriel
fd817d4dbc Minor adaptions in order to reduce the size 1987-09-23 16:39:43 +00:00
ceriel
1eda133f01 Added register decl, re-arranged some code 1987-09-23 14:22:39 +00:00
ceriel
1655b2521f Added a register decl 1987-09-22 16:14:38 +00:00
ceriel
45c7ab1938 fix in error reporting 1987-09-21 13:21:50 +00:00
ceriel
6db64e924c several fixes 1987-09-17 16:57:03 +00:00
ceriel
8d2afe1103 some more fixes 1987-09-14 12:41:08 +00:00
ceriel
74c758e503 some more fixes 1987-09-14 11:24:12 +00:00
ceriel
617f210cf8 Added FORchk.c 1987-09-10 15:56:28 +00:00
ceriel
286acd933c make sure argument to open is terminated by a 0-byte 1987-09-08 15:35:34 +00:00
ceriel
1ce6abf3de replaced printfs by fputs where possible 1987-09-08 09:00:29 +00:00
ceriel
8120857c5b disabled listing facilities 1987-09-08 08:59:03 +00:00
ceriel
4059840c43 some fixes/improvements 1987-09-07 19:05:29 +00:00
ceriel
3ea0fc0fe6 deleted some unused variables 1987-09-03 09:32:21 +00:00
ceriel
c9e52b65d4 some minor fixes, and one important 2/4 one in the sbreak function 1987-09-02 18:42:21 +00:00
ceriel
18996b9698 brk must return pointer size 1987-09-02 14:54:32 +00:00
ceriel
93eba2874d previous fix was wrong; added another 1987-09-02 12:52:44 +00:00
ceriel
c93f6d9fb1 yet another fix in freopen: re-opening for reading did not work properly 1987-09-02 12:43:23 +00:00
ceriel
a1ae336247 first arg to putc must be int or char, not long 1987-09-01 18:31:42 +00:00
ceriel
f00c143b28 added declaration for fopen 1987-09-01 15:58:30 +00:00
ceriel
cb16212a09 declared freopen; apparently it is not declared in stdio.h
on some systems
1987-09-01 15:24:15 +00:00
ceriel
dd320002c2 time must be called with a 0-pointer, not with 0! Erikje toch! 1987-09-01 14:18:20 +00:00
ceriel
7e2c3130b0 dont count when USE_TMP is not defined 1987-09-01 10:41:35 +00:00
ceriel2
adce53f009 fix for statics in nested blocks 1987-08-28 09:56:00 +00:00
ceriel
c5d9d997b0 Added .globl, fix in Xfit call 1987-08-26 14:45:27 +00:00
ceriel
f4336d6f9d adapted to new semantics of STACK 1987-08-26 13:58:30 +00:00
ceriel
dfbbf1e5d8 adapted table to new semantics of STACK 1987-08-26 13:54:20 +00:00
ceriel
12d731dfcf adapted table to new semantics of STACK 1987-08-26 13:47:37 +00:00
ceriel
c1ffb28416 improved the c-flag, and corrected a bug in the produced relocation info 1987-08-26 13:22:44 +00:00
ceriel
7de2968629 added return.s 1987-08-26 13:06:09 +00:00
ceriel
99f8e49e93 FLOAT did not work 1987-08-24 14:23:13 +00:00
ceriel
6fdd5b6a6d FLOAT did not work 1987-08-24 13:59:06 +00:00
ceriel
f0fc857cb4 compiler could not handle using addresses of procedures declared
in imported definition modules. This is corrected
1987-08-24 11:42:37 +00:00
ceriel
469b3cc1e1 a fix: UID and GID were sign-extended 1987-08-24 09:13:31 +00:00
ceriel
18b7250736 Added a DO_TOSTACK command, and put set number of ALL in tables.c 1987-08-20 19:04:18 +00:00
ceriel
754f9ce45d fixed a problem with the ifdef-stack 1987-08-20 18:12:31 +00:00
ceriel
831cdc7580 fix to previous one. The previous one did not help, this one does 1987-08-20 16:00:18 +00:00
ceriel
c8afae83c9 fixed bug with quotes 1987-08-20 15:44:45 +00:00
ceriel
fd4f548d6e fixed addition, better patterns for SDL, SDE 1987-08-20 15:30:01 +00:00
ceriel
86b6fe60ea corrected option handling 1987-08-20 13:12:43 +00:00
ceriel
cbcde9a311 told ncg that jsr kills the scratch registers 1987-08-19 19:51:13 +00:00
ceriel
d8370d797b do not accept p flag 1987-08-19 18:13:19 +00:00
ceriel
0983b7700f changed code for loops a bit, and fixed an error in MkCoercion 1987-08-19 18:07:41 +00:00
ceriel
19b0c2a0b0 disabled range-checks 1987-08-19 18:07:01 +00:00
ceriel
9bcd5473ad minor adaption: index array with int, not long 1987-08-19 15:27:15 +00:00
ceriel
7dc04a3207 some minor corrections 1987-08-19 15:23:41 +00:00
ceriel
cc524c3d9a fixed bugs in tzset and ttyslot, adapted malloc to allocate in bigger chunks 1987-08-19 14:44:54 +00:00
ceriel
d747651237 improved -c option 1987-08-19 14:10:39 +00:00
ceriel
d35035fab8 bug fixes: ifval must be an arith, not an int 1987-08-19 10:36:37 +00:00
ceriel
d7b2998ebe LLsymb was declared twice 1987-08-19 10:12:34 +00:00
ceriel
1c85c44fad an attempt to improve error correction on unknown type identifiers.
Also, a minor fix to ival.g
1987-08-18 10:05:18 +00:00
ceriel
b53309f9f6 fixed: resulted in memory faults in rare cases 1987-08-17 20:32:00 +00:00
ceriel
939cc2432e fix 1987-08-17 19:39:30 +00:00
ceriel
b3e649e463 fixes to additions 1987-08-17 18:09:31 +00:00
ceriel
ddecd62870 minor fix 1987-08-17 16:30:14 +00:00
ceriel
b3a30acb30 some more additions 1987-08-17 16:24:56 +00:00
ceriel
46589d5798 not finding an include file is fatal 1987-08-17 14:36:55 +00:00
ceriel
c7990b3d31 some fixes to freopen 1987-08-17 14:23:16 +00:00
ceriel
76d34a00e6 fix in LDC CMS 1987-08-17 14:18:40 +00:00
ceriel
b8fb8a57fa fixed setbuf. count field was set wrong 1987-08-14 20:32:08 +00:00
ceriel
a2d921040d first free-ing and then reallocing did not work properly.
Now, free does nothing, except remembering that a block was freed.
malloc, realloc and free check for this.
1987-08-14 11:52:17 +00:00
ceriel
07a8c48171 fix in one of those tricky addressing modes 1987-08-14 00:15:49 +00:00
ceriel
538f21b781 some fixes to additions 1987-08-13 15:30:48 +00:00
ceriel
a0e4cd23cc signed compares were just wrong, added a few patterns 1987-08-13 11:22:59 +00:00
ceriel
e571911b1b added cmi4.s 1987-08-13 11:09:24 +00:00
ceriel
3d90e41a7f fixed a fix, which did not fix a bug after all 1987-08-13 10:18:25 +00:00
ceriel
4769a76ca0 corrected 1987-08-12 21:36:30 +00:00
ceriel
a0f89188b9 fixed 1987-08-12 20:51:23 +00:00
ceriel
ab341e1c93 fixed EXG instruction 1987-08-12 18:37:20 +00:00
ceriel
a6bf3e8892 yet another fix, this time to divu/divul/divs/divsl 1987-08-12 18:32:15 +00:00
ceriel
0ba64871f6 added many patterns 1987-08-12 16:19:02 +00:00
ceriel
9338e4e97d revised some patterns that could lead to NO REGS AVAILABLE 1987-08-12 15:58:54 +00:00
ceriel
887f6d16c9 some adaptions undone 1987-08-12 14:51:58 +00:00
ceriel
33d6860d36 stdio.h should not define BMASK 1987-08-12 09:24:57 +00:00
ceriel
123bcfc5e2 fix + some more statistics 1987-08-11 15:31:09 +00:00
ceriel
c3fec1f112 take alignments into account 1987-08-11 15:28:06 +00:00
ceriel
0300bbf5cb adapted sizes somewhat, made facility to print memory statistics 1987-08-11 14:42:15 +00:00
ceriel
a7b7fa4162 Added the possibility to disable range-checks 1987-08-11 10:50:30 +00:00
ceriel
d0b452373b yet another fix in those tricky FOR-loops 1987-08-11 08:58:20 +00:00
ceriel
51169956dc some more fixes, and tried to make smaller 1987-08-10 21:43:47 +00:00
ceriel
3de7f959d3 fix to fix 1987-08-10 14:06:37 +00:00
ceriel
abf9c71fa9 Generated code for FOR-loops was wrong 1987-08-10 13:01:54 +00:00
ceriel
e5af61151e nestlevel count per file 1987-08-10 11:17:20 +00:00
ceriel
b630da3424 nestlevel count per file 1987-08-10 10:43:51 +00:00
ceriel
7d2f8e4d3e dynamic table sizes, commons in ranlib table 1987-08-10 10:20:52 +00:00
ceriel
16082b9056 some fixes 1987-08-07 19:54:45 +00:00
ceriel
4623ed60b0 fixes to preprocessor part 1987-08-07 19:53:54 +00:00
ceriel
3ea06a4a2a ran out of another static list; made length dynamic 1987-08-07 14:35:21 +00:00
ceriel
fec5feef77 deleted a warning 1987-08-06 19:15:40 +00:00
ceriel
34bcf4786b make two versions: one for new peephole optimizer 1987-08-06 19:00:21 +00:00
ceriel
a5e33acf51 fixed manual page 1987-08-06 18:59:07 +00:00
ceriel
a9392483b1 Added files for new peephole optimizer 1987-08-06 18:58:39 +00:00
ceriel
60b336dd34 use newer read_em module, + checking library 1987-08-06 18:56:36 +00:00
ceriel
45264c9c25 align sizes 1987-08-06 18:40:02 +00:00
ceriel
fe67243700 generate commons for bss 1987-08-06 15:11:09 +00:00
ceriel
6cdc7b47cf OUTTRACE was doubly defined 1987-08-06 14:29:16 +00:00
ceriel
12fe5ce838 fix in font-change 1987-08-06 14:26:45 +00:00
ceriel
88eaeed762 code improvement 1987-08-06 14:24:08 +00:00
ceriel
5f6b6651e1 fixes 1987-08-06 14:21:01 +00:00
ceriel
912e362f11 minor mods 1987-08-06 14:20:11 +00:00
ceriel
bfd6e2061f fixed a bug with setjmp.
Fixed a bug with non-struct pointers referring to structs
1987-08-06 14:19:06 +00:00
ceriel
c24f960d82 moved the FCONST moves, so that they are found before the source moves 1987-08-06 13:08:02 +00:00
ceriel
16c73e6654 use malloc instead of sbrk 1987-08-06 13:04:20 +00:00
ceriel
6d85667761 bigger define for MAXSTAB 1987-08-06 13:00:47 +00:00
ceriel
e516b1e321 added end.s 1987-08-06 12:56:11 +00:00
ceriel
b80ad3f9b3 added missing patterns 1987-08-06 12:48:27 +00:00
ceriel
832066b81f use our own assembler instead of /bin/as 1987-08-06 11:36:47 +00:00
ceriel
7f7f9b36cd some nofits are actually errors 1987-08-06 11:17:30 +00:00
ceriel
ce6a1b9cfc many re-arrangements 1987-08-06 10:48:14 +00:00
ceriel
759026de6a to .m instead of .k 1987-08-06 10:27:10 +00:00
ceriel
0b8262a167 handle returns better 1987-08-06 09:55:00 +00:00
ceriel
285654f044 some minor improvements 1987-08-05 18:24:31 +00:00
ceriel
c9f7d845a2 temporary fix for commas within operands 1987-08-05 13:09:37 +00:00
ceriel
6439f09220 fixed a subtle bug: in some obscure cases involving conflict resolvers and
defaults, wrong code was generated
1987-08-05 12:52:15 +00:00
ceriel
040495ff56 fixed another bug with header blocks, and modified to use existing header
block when possible
1987-08-05 09:46:38 +00:00
ceriel
3c6a9b2b96 use malloc, made more robust against errors in line directives 1987-08-04 19:30:14 +00:00
ceriel
bcb04a1a76 fix 1987-08-04 19:29:28 +00:00
ceriel
159b84ef68 bug fixes: put header block at end of procedure 1987-08-04 14:13:24 +00:00
ceriel
d34064d660 resulted in 32768 instead of -32768 on a PDP-11 1987-08-04 08:59:50 +00:00
ceriel
956fa21b89 fix: variable sets were handled wrong 1987-08-03 18:20:55 +00:00
ceriel
3883f47fd0 fix in check 1987-08-03 18:03:23 +00:00
ceriel
3ce2cee0a5 Added a break, so that an error message is only given once 1987-08-03 18:00:22 +00:00
ceriel
af3e759da2 fix blocks.c 1987-08-03 14:40:49 +00:00
ceriel
1640b8cad8 fix: may no address more memory than is present blocks.c 1987-08-03 14:04:44 +00:00
ceriel
116a0f81f5 check name offset 1987-08-03 13:22:30 +00:00
ceriel
c37193b667 some cosmetic changes 1987-08-03 11:01:19 +00:00
ceriel
d10dd029b5 updated 1987-08-03 09:47:46 +00:00
ceriel
a203a029cb some cosmetic changes 1987-08-03 09:16:20 +00:00
ceriel
9c014b9e64 some fixes and cosmetic changes 1987-08-03 09:09:07 +00:00
ceriel
3b038786ad removed the limitation of the next field 1987-08-03 09:07:25 +00:00
ceriel
84bce837a0 fix in a call to record 1987-07-30 16:04:29 +00:00
ceriel
064f2b6a8b new version that passes current tests 1987-07-30 14:21:19 +00:00
ceriel
0e397f09f3 many changes; some cosmetic; coercions now explicit in tree 1987-07-30 13:37:39 +00:00
bruce
48a4d04b61 Corrected EMHOME in Makefile (yet again) 1987-07-30 09:42:39 +00:00
ceriel
aa5ab51147 do better bad-pointer testing 1987-07-30 09:20:59 +00:00
ceriel
0e9f072917 yet another fix: outoperand must do nothing with ps_end 1987-07-30 08:59:40 +00:00
ceriel
580bb15076 externals were not handled right 1987-07-29 19:49:15 +00:00
bruce
bf63b12a93 Added removal of dead code patterns 1987-07-29 16:10:27 +00:00
ceriel
3b0057625d did not handle HOL names right (null names) 1987-07-29 10:43:43 +00:00
ceriel
3cd5074594 fix: did not handle externals with big HOL offsets right 1987-07-29 10:39:02 +00:00
ceriel
300623ac88 changed order in LIST, ReadString from InOut still did not work right 1987-07-28 13:46:13 +00:00
bruce
9e55f02c3b Parser outputs some stats and fixed error is pseudo.r 1987-07-28 11:22:59 +00:00
bruce
ac20a570cd Updated nopt.doc for dfa encoded using row displacement 1987-07-28 10:56:44 +00:00
bruce
545bed355d Converted dfa to use row displacement compaction 1987-07-28 09:37:09 +00:00
ceriel
ead2873ab5 fixed the 'too many hits' complaint of refer 1987-07-28 09:06:53 +00:00
ceriel
05831b3438 System V has no ftime systemcall 1987-07-24 13:24:19 +00:00
ceriel
1d7814737d correction: had deleted a line by accident 1987-07-24 11:58:51 +00:00
ceriel
690a4cfbc6 characters were treated as unsigneds, lines with quotes in them
where not treated correctly
1987-07-24 09:21:24 +00:00
ceriel
3af275f8d6 A different way of detecting conformant arrays 1987-07-22 17:02:54 +00:00
ceriel
a1772be47d some cosmetic changes 1987-07-22 16:35:09 +00:00
ceriel
d502a17312 added docs about -Xi flag 1987-07-22 13:42:46 +00:00
ceriel
c550150071 pass -i flag to modula-2 compiler, via -Xi 1987-07-22 13:30:06 +00:00
ceriel
4600a65f07 did not export cerror, did not define _errno 1987-07-22 12:46:07 +00:00
ceriel
0aea30473c some small fixes and additions 1987-07-22 12:42:10 +00:00
bruce
85053cf283 Remove strings library from Makefile 1987-07-22 12:41:46 +00:00
ceriel
0bffe65c24 some more fixes 1987-07-22 10:59:24 +00:00
ceriel
03c5092815 fixed a bug: constant sets were not handled right on 4-byte machines 1987-07-22 09:21:00 +00:00
ceriel
19e580bdc9 fixed a typo 1987-07-22 09:12:47 +00:00
bruce
f5681a4234 Update for single buffer rather that queues 1987-07-21 14:28:11 +00:00
ceriel
6614384f3c fixes, changes to make smaller on PDP 1987-07-21 13:54:33 +00:00
bruce
1c1eed4fd8 Major change: All queues now in same buffer 1987-07-21 13:23:09 +00:00
ceriel
3929b47776 deleted useless tst.b instruction 1987-07-20 14:31:46 +00:00
ceriel
36a5618dc8 do not generate mes 11 AND mes 3! 1987-07-17 14:30:30 +00:00
ceriel
96957f398a call .trp instead of jmp to it 1987-07-17 14:16:39 +00:00
ceriel
5331d4d232 set _buf to 0 on open 1987-07-17 14:04:14 +00:00
ceriel
de55f34bbd name changes, fix in computation of set sizes 1987-07-17 13:50:04 +00:00
ceriel
e0f737c293 include <sys/time.h> on 4.2 systems 1987-07-17 09:38:18 +00:00
ceriel
e04230a126 bug fixes, name changes 1987-07-16 19:51:40 +00:00
ceriel
4804ab14b8 fix: wrong free 1987-07-16 16:08:13 +00:00
ceriel
0619d27b8d use new C_insertpart mechanism, other minor changes 1987-07-16 13:27:37 +00:00
ceriel
2381b2e136 disabled assertions, fixed bug with pack/unpk 1987-07-16 09:44:44 +00:00
ceriel
d843ec9f7a fixes with error_type, make "type" struct more compact. 1987-07-16 09:34:44 +00:00
bruce
287a122d85 remove a couple pieces of trivial lint 1987-07-14 09:15:10 +00:00
ceriel
59e3fd6c2c Added NOFL to Makefile, to pass NOFLOAT. Also improved the clean entry 1987-07-13 16:50:57 +00:00
bruce
ea247567ba Added optimser document 1987-07-13 15:14:13 +00:00
bruce
40b9920f8f dfa.c now a routine for each state rather than nested switch statement 1987-07-13 15:03:27 +00:00
ceriel
b93dc94cdb Added and corrected some comments 1987-07-13 13:34:56 +00:00
ceriel
6a8547cca0 version for installation 1987-07-13 12:53:21 +00:00
ceriel
a1b08c5ee3 compute some expressions in "int" instead of "arith" 1987-07-13 12:46:46 +00:00
ceriel
8dfafeb4e3 fixes 1987-07-13 11:49:32 +00:00
ceriel
c66066a91f fixes 1987-07-13 10:30:37 +00:00
bruce
dc8d6ce37b Remove free queue and use st_alloc/free from alloc module 1987-07-13 10:07:33 +00:00
bruce
c8aaa59e1c New patterns, man page changes, other little fixes 1987-07-10 14:16:32 +00:00
ceriel
a8e086dbc3 yet another bug fix: the brk systemcall destroyed d1 1987-07-10 11:57:45 +00:00
bruce
1b28d14dcb added manual pages for library and stand alone program 1987-07-10 09:08:31 +00:00
ceriel
fbf67d7a29 some fixes 1987-07-10 09:06:19 +00:00
ceriel
f12358bfb0 fix: sbu was wrong for 4-4 1987-07-09 17:46:31 +00:00
ceriel
d61fe61b66 added m2_traps.h 1987-07-09 15:17:56 +00:00
ceriel
c7d4d35200 changed random function, added CSP module 1987-07-09 15:15:22 +00:00
bruce
e5dd1249b2 Added lint entry to Makefile and removed some things lint complained about 1987-07-09 15:04:03 +00:00
bruce
65aab404ba Corrected clean option in Makefile 1987-07-09 09:14:43 +00:00
bruce
64578a3afd Changed trans.c from switch statement into series of small procedures. Output files from parser now only written if changed 1987-07-09 09:02:41 +00:00
ceriel
74ea5e0bd7 latest changes to PascalIO: Reset and Rewrite have their parameters switched 1987-07-08 16:37:23 +00:00
ceriel
9d66bc3258 fix: sometimes the index mode was used in the wrong way 1987-07-08 16:36:45 +00:00
bruce
466637933a Convert to new READ_EM data structure. Build a em_nopt. Input names now O_ and output C_. Add insert part support. 1987-07-07 16:31:16 +00:00
ceriel
85421efb19 Bug fix: ch7sel should call any2opnd 1987-07-06 18:24:46 +00:00
ceriel
69843cf9ce Added -DNDEBUG to Makefile, table now kills regvars 1987-07-06 15:28:59 +00:00
ceriel
8c10914e78 added Realloc, split into separate files 1987-07-06 14:46:00 +00:00
ceriel
d120b2b73a tried to make faster 1987-07-06 13:03:14 +00:00
ceriel
d6593abd5e bug fix: sometimes register variables were treated as scratch regs! 1987-07-06 10:24:51 +00:00
ceriel
5ca1be74b8 bug fix: did not check externals right 1987-07-03 16:41:45 +00:00
ceriel
5838d4899d name changes 1987-07-03 16:07:18 +00:00
ceriel
54a85f705b fix: errmod --> errmon 1987-07-03 15:50:38 +00:00
ceriel
10caf5c785 The em_argtype sometimes was not set right 1987-07-03 10:35:55 +00:00
ceriel
1310910b23 BASE only used when INCORE 1987-07-01 18:27:00 +00:00
ceriel
83bc77ad51 Added C_insertpart mechanism 1987-07-01 17:24:10 +00:00
ceriel
19897803d4 pass EMHOME on to nested make 1987-07-01 13:15:52 +00:00
ceriel
1487265556 Added seek.c, an interface to the lseek systemcall 1987-07-01 13:00:43 +00:00
ceriel
6161b898cd use proper selector names 1987-07-01 09:52:17 +00:00
ceriel
0e4defe032 again, more consistent naming 1987-06-30 18:59:51 +00:00
ceriel
db6c8a8b79 updated 1987-06-30 18:44:08 +00:00
ceriel
d41028a664 pass EMHOME to nested make 1987-06-30 18:30:45 +00:00
ceriel
d473c8b1df Added some register decls 1987-06-30 18:24:27 +00:00
ceriel
87c67b8c5f EM --> EMHOME 1987-06-30 18:20:25 +00:00
ceriel
480e58cc9f more consistent naming 1987-06-30 17:02:45 +00:00
ceriel
a7cb540ae3 [ek]/C_failed.c removed. Now called failed.c 1987-06-30 16:11:19 +00:00
ceriel
dce90d9491 all external names start with C_ 1987-06-30 16:09:36 +00:00
ceriel
19ffd2c1f2 all external names start with C_, output buffered 1987-06-30 16:09:18 +00:00
ceriel
329cc47ca6 putbyte --> C_putbyte 1987-06-30 15:24:02 +00:00
ceriel
d3031b22b7 fix 1987-06-30 13:17:53 +00:00
ceriel
53d5e42603 minor changes, consistent naming of variables 1987-06-30 13:11:16 +00:00
ceriel
0c5b54219e new version, different interface 1987-06-30 12:55:30 +00:00
ceriel
f6a828b183 fix: ReadREAL did not work, because ok was'nt initialized 1987-06-29 19:33:01 +00:00
ceriel
9179494c16 fix: rck must call trp, not jmp to it. Return is possible. 1987-06-29 18:13:47 +00:00
ceriel
7d26d60bd4 Added the modifications that were made to the Minix code generator 1987-06-29 15:57:48 +00:00
ceriel
7bb843eb0f fixed a bug in a name-changing routine 1987-06-29 14:41:23 +00:00
ceriel
efafb68f00 - fixes: improved POINTER TO IDENT mechanism, prevent core dump when
definition module not found, corrected typo.
- changed mechanism for variables that have their address given.
- added option for symmetric integer ranges
1987-06-29 12:46:00 +00:00
ceriel
b93c1cb093 fixes 1987-06-29 12:27:50 +00:00
ceriel
ea69982a26 fixes, different traps, new files 1987-06-26 15:59:52 +00:00
ceriel
8e013368b3 fix: ConvertInteger was wrong for MIN(INTEGER) 1987-06-23 17:38:18 +00:00
ceriel
1ae2bd256e map -Xs flag to -s for modula-2 compiler 1987-06-23 17:15:56 +00:00
ceriel
43a6aed45c fixes, made more consistent 1987-06-23 17:12:42 +00:00
ceriel
746f94368d fixes, added 's' option 1987-06-23 17:12:25 +00:00
ceriel
ef7fd61029 enabled range checks 1987-06-19 09:47:53 +00:00
ceriel
ea590431d8 fixes 1987-06-19 09:25:08 +00:00
ceriel
befe7be9de Added a kind of range-check for assignments between cards and ints 1987-06-18 17:42:47 +00:00
ceriel
c839c01680 some fixes, and changed priority of unary minus 1987-06-18 15:46:08 +00:00
ceriel
9c01340900 fix: Read did not set "Done" in the "unread" case 1987-06-16 09:04:27 +00:00
ceriel
02044d1d3f fixed bug 1987-06-12 19:10:12 +00:00
ceriel
1e5688a10e exg instruction translated wrong 1987-06-11 14:44:48 +00:00
ceriel
ee3a80c6e5 ReadString did not skip leading spaces 1987-06-11 13:07:27 +00:00
ceriel
a33bd07a3d fix in asp -2 1987-06-11 10:47:13 +00:00
ceriel
278eca6c56 modified print to use _write 1987-06-10 14:52:39 +00:00
ceriel
91bdfb9a12 some more fixes 1987-06-10 14:06:14 +00:00
ceriel
130abb7e3b bug fixes 1987-06-10 13:46:21 +00:00
ceriel
e43a1b00f6 bug fix 1987-06-10 10:33:19 +00:00
ceriel
85023f4c14 some fixes 1987-06-09 15:15:18 +00:00
ceriel
7698c135be corrected some errors 1987-06-09 11:05:09 +00:00
ceriel
7f64ff28c0 added some routines 1987-06-09 10:50:47 +00:00
ceriel
33bd1f17af corrected syntax error 1987-06-09 10:35:22 +00:00
ceriel
f751192942 many changes because of introduction of register variables si/di 1987-06-09 10:22:50 +00:00
ceriel
798261d992 pass EMHOME to nested make 1987-06-09 10:19:47 +00:00
ceriel
470dcc3d11 Added register variables: registers si and di 1987-06-09 09:47:02 +00:00
ceriel
3997e07366 removed printf.s 1987-06-09 09:24:05 +00:00
ceriel
25dd5857c2 minor changes to many files 1987-06-03 19:05:14 +00:00
ceriel
1fb8da7a02 bug fix in local extern-declarations, some other minor changes 1987-06-01 10:17:29 +00:00
ceriel
ed7105e2cf fixed Makefile 1987-06-01 08:59:07 +00:00
ceriel
e3ce64b2a2 fixed Makefile 1987-06-01 08:56:50 +00:00
ceriel
bb9b16ab50 fixes, added some standard functions to handle LONGREAL, LONGINT 1987-05-27 10:16:03 +00:00
ceriel
86c5c56a38 Added Mathlib; MathLib0 now uses Mathlib 1987-05-27 10:05:01 +00:00
ceriel
791ec39e57 fix to fix 1987-05-26 15:35:17 +00:00
ceriel
ac3c871ff8 yet another fix: conditional jumps did not work when exactly 256 bytes away 1987-05-26 15:31:43 +00:00
ceriel
312fe96bbd lseek was not declared 1987-05-25 17:45:57 +00:00
ceriel
5696478540 Added some 'register' to declarations 1987-05-25 09:13:12 +00:00
ceriel
981e5b206b Added .distr 1987-05-22 17:24:46 +00:00
ceriel
9294fb9b8c Added RealConversion 1987-05-22 17:15:09 +00:00
ceriel
61a5c8ce08 divided time costs by 10, because of overflow 1987-05-21 13:59:55 +00:00
ceriel
02ae5e4d7c bug fix, and made more robust 1987-05-21 13:43:56 +00:00
ceriel
6ac092bf38 core_alloc changed to old one 1987-05-21 10:10:27 +00:00
ceriel
4caf71f5b5 Some changes to handle more on small machines:
a section is now split into parts that fit in core
1987-05-21 10:06:14 +00:00
ceriel
ed2d6ab75b some changes to make smaller 1987-05-21 09:37:28 +00:00
ceriel
dd2cf6bbaa Fix in wrong assertion 1987-05-21 09:28:33 +00:00
ceriel
1d213e28c4 use stdio to do output 1987-05-20 17:17:42 +00:00
ceriel
1b47f26e4b Some more adaptions to new assembler 1987-05-20 17:15:59 +00:00
ceriel
a8db0ab298 Fixed some bugs 1987-05-20 17:15:22 +00:00
ceriel
479d45d2d9 Added modula, -L was passed twice to peephole optimizer 1987-05-20 14:51:02 +00:00
ceriel
e0694e88a2 Added 'loc slu' pattern 1987-05-20 14:13:29 +00:00
ceriel
0fff5cc80f transfer made to work on pdp/11 EM intrpreter 1987-05-20 14:11:22 +00:00
ceriel
72e27e7dab put mes 2 in front 1987-05-20 14:09:21 +00:00
ceriel
231841bcfe Added some patterns, generate mes 8 after mes 2 1987-05-20 13:56:26 +00:00
ceriel
10e1c10bcf some bug fixes: filename and unintialized data descriptor 1987-05-19 15:13:57 +00:00
ceriel
9eaf539e98 string compare must be on unsigned chars 1987-05-19 08:51:48 +00:00
ceriel
643dee0ab6 Added a pattern for better *p++ operation 1987-05-19 08:50:17 +00:00
ceriel
6731de5286 some bug fixes with 'bisb' 1987-05-18 18:34:59 +00:00
ceriel
946006fb08 many minor corrections 1987-05-18 15:57:33 +00:00
ceriel
e0c3807b29 -1 is now represented as such 1987-05-18 15:54:52 +00:00
ceriel
45f384c870 improved ROM handling 1987-05-18 15:50:42 +00:00
ceriel
66bcbd7d66 declare mktemp and strcpy 1987-05-18 14:27:06 +00:00
ceriel
6a52ce38f9 botch and clear have an unsigned as second arg 1987-05-18 14:16:41 +00:00
ceriel
e938380cb8 Added lintlib 1987-05-18 13:49:59 +00:00
ceriel
869e3bdc9a Added lintlib 1987-05-18 13:37:44 +00:00
ceriel
b14dd671b5 Added lintlib, minor fixes 1987-05-18 13:34:06 +00:00
ceriel
32a436bab4 handle ROM's better 1987-05-18 13:29:32 +00:00
ceriel
cdf0fa6d6b Added lintlib, minor optim 1987-05-18 13:11:50 +00:00
ceriel
ff505d48ed Added lintlib 1987-05-18 13:10:25 +00:00
ceriel
46a07e1da5 Added conversion program 1987-05-18 11:37:18 +00:00
ceriel
d2c6f22e32 Added *REG addressing mode, fixed a bug 1987-05-18 10:40:19 +00:00
ceriel
9e72c25a0f deleted FORMAT, fixed con_float 1987-05-15 16:32:14 +00:00
ceriel
decfd1ce9c bug fix in jmp instruction 1987-05-15 16:31:00 +00:00
ceriel
0679596d4d bug fix in RMI 1987-05-15 15:46:50 +00:00
ceriel
98da0bbffb added end.s 1987-05-15 12:55:51 +00:00
ceriel
3077cb6610 libraries can now be made on any machine 1987-05-15 09:30:47 +00:00
ceriel
4888f39b05 use aal 1987-05-15 09:28:57 +00:00
ceriel
212a9e04ce addd .distr 1987-05-15 09:22:54 +00:00
ceriel
04dc83c149 converted to ACK assembler format 1987-05-15 09:11:10 +00:00
ceriel
7abf78f452 converted to ACK assembler format 1987-05-14 17:45:41 +00:00
ceriel
680e0c347c document zero-initialization 1987-05-14 16:51:53 +00:00
ceriel
5053f2a183 generate code for ACK assembler, including floats 1987-05-14 14:58:21 +00:00
ceriel
235871bf4b minor fix; generate code for ACK assembler 1987-05-14 14:41:16 +00:00
ceriel
731edd0940 Initial revision 1987-05-14 14:32:55 +00:00
ceriel
d1e9f4e811 tell modula-2 compiler about the word-size! 1987-05-14 11:33:24 +00:00
ceriel
d85e43545b fix 1987-05-13 16:38:31 +00:00
ceriel
de8aceeeb4 use aal 1987-05-13 16:32:57 +00:00
ceriel
55e82ef0dc Bug fix: negative integers had the sign at the end 1987-05-13 16:30:06 +00:00
ceriel
b8b798706f fix 1987-05-13 16:19:49 +00:00
ceriel
2f729a1c05 added modula-2 1987-05-13 16:18:17 +00:00
ceriel
c20940b631 added modula-2 1987-05-13 16:16:57 +00:00
ceriel
43c8fb156b Initial revision 1987-05-13 16:13:52 +00:00
ceriel
5f67f1ad64 Added SYSTEM.h 1987-05-13 15:31:21 +00:00
ceriel
b630dc458f install manual pages, standard entries 1987-05-13 15:09:11 +00:00
ceriel
b98c031192 minor adaptions 1987-05-13 14:55:34 +00:00
ceriel
bbb0f99495 added modula-2 1987-05-13 14:41:31 +00:00
ceriel
0cc5442188 Initial revision 1987-05-13 14:36:45 +00:00
ceriel
28bbb40835 bug fix in getarea/freearea 1987-05-13 14:10:11 +00:00
ceriel
6fc7d0f866 bug fix in constant set computations 1987-05-13 13:04:28 +00:00
ceriel
e4cc45b56f fixed problem with em_last file for int24 1987-05-13 10:18:42 +00:00
ceriel
985a52b415 some bug fixes 1987-05-12 18:23:09 +00:00
ceriel
debba57b43 made to work with Modula-2 again 1987-05-12 18:20:10 +00:00
ceriel
e91a85cbec minor fix 1987-05-12 12:34:04 +00:00
ceriel
48acbe27bb fixed a minor bug in cstoper.c: computation of mach_long_sign was wrong 1987-05-12 11:15:55 +00:00
ceriel
46ad9ff041 Added a Giant size 1987-05-12 09:16:15 +00:00
ceriel
927a5636bd removed the limitation on number of include directories,
some bug fixes,
sets now have a constant and a variable part
1987-05-11 14:38:37 +00:00
ceriel
b3d24d4ec2 removed the limitation on number of include directories 1987-05-11 14:30:12 +00:00
ceriel
aab8234e55 bug fix in cstoper.c: max_long_sign was computed wrong 1987-05-11 14:19:13 +00:00
ceriel
b6e994767c removed the limitation on number of include directories 1987-05-11 14:08:58 +00:00
ceriel
7df184a5ec previous fix was wrong; corrected 1987-05-11 12:47:59 +00:00
ceriel
63ebea7540 small fix: -I flag was passed twice 1987-05-11 12:31:51 +00:00
ceriel
35fa794781 Fixes to return sequence 1987-05-11 10:24:36 +00:00
ceriel
85f491555f now generates "uninitialized data" descriptors 1987-04-29 14:54:16 +00:00
ceriel
1dba69eb38 bug fix in lseek.e 1987-04-29 13:36:52 +00:00
ceriel
ed582b0752 Added some patterns replacing divides by shifts (done by bruce) 1987-04-29 11:35:00 +00:00
ceriel
fbc0415761 make to work on sun, added copyright, etc 1987-04-29 10:22:07 +00:00
ceriel
8482d6776b Another error in the test 1987-04-28 15:09:39 +00:00
ceriel
d08b6d58ef removed some defines from tunable.h. They were not used. 1987-04-27 15:57:43 +00:00
ceriel
2d8e5089f4 vfork was wrong 1987-04-27 13:11:17 +00:00
ceriel
be4da756bc new LIST file; order was wrong 1987-04-27 12:28:28 +00:00
ceriel
5f533a35ce Thos long footnote marks were ugly. improved. 1987-04-24 13:46:59 +00:00
ceriel
bd90b8aba9 minor correction to sgtty.h, the 4.2 codes where wrong again 1987-04-23 16:24:39 +00:00
ceriel
3fbe8fa7c1 minor correction to sgtty.h, the 4.2 codes where wrong 1987-04-23 16:14:13 +00:00
ceriel
08ad853ac5 sleep sometimes hangs. This is corrected 1987-04-23 15:20:41 +00:00
ceriel
913a1f0b8f Fix for small machines 1987-04-23 14:52:34 +00:00
ceriel
2b9292bc38 Some fixes 1987-04-23 14:49:49 +00:00
ceriel
90c699f418 Fixed wrong mlu4.s 1987-04-23 14:47:28 +00:00
ceriel
41da733a19 minor bug fix: dumped core when called with more than one arg 1987-04-23 12:53:54 +00:00
ceriel
4cbff1975f bug fix: decode did not handle quotes within strings right 1987-04-21 19:34:52 +00:00
ceriel
a142d31a56 Initial revision 1987-04-16 16:04:55 +00:00
ceriel
22961f13af Initial revision 1987-04-16 15:57:16 +00:00
ceriel
23a4c5d7d6 Initial revision 1987-04-16 15:48:27 +00:00
ceriel
f206110cd2 Initial revision 1987-04-16 15:28:46 +00:00
ceriel
25d8e847a7 *** empty log message *** 1987-04-16 15:06:18 +00:00
ceriel
52f733988e Initial revision 1987-04-16 14:32:50 +00:00
ceriel
856935a3f6 usr --> proj 1987-04-16 13:57:54 +00:00
ceriel
2ab263265b Initial revision 1987-04-16 13:27:42 +00:00
ceriel
24aeb4ac0d Added line_prefix.h 1987-04-15 09:30:37 +00:00
ceriel
8123ac83f5 Updated "onerror" docs to current situation 1987-04-14 16:02:37 +00:00
ceriel
cbb10e3b1b I forgot 1987-04-14 11:11:03 +00:00
ceriel
8f1fba2b7b Initial revision 1987-04-13 17:10:33 +00:00
ceriel
161c523488 Added execle.c and ececv.c 1987-04-13 17:09:38 +00:00
ceriel
7158b3a1f6 different "onerror" handling 1987-04-13 16:34:46 +00:00
ceriel
4805d67ca1 -only generate warnings when there are conflict resolvers but no conflicts,
-handle "onerror" differently
1987-04-13 16:11:50 +00:00
ceriel
218c1c46c4 Bug fix, program was not partable. it assumed same byte order as i86. 1987-04-13 15:57:33 +00:00
ceriel
3433445bbb Bug fix: did not accept loc 1 loc 4 cii 1987-04-13 12:52:38 +00:00
ceriel
81b1d21c35 Initial revision 1987-04-13 10:32:47 +00:00
ceriel
5fde79eab8 3rd distribution 1987-04-13 10:31:48 +00:00
ceriel
d94970b0ed bug fix 1987-04-13 08:22:22 +00:00
ceriel
ecf8a9b28f Allow for cumulative -V flags. 1987-04-10 18:03:12 +00:00
ceriel
5fbe427853 variable length names 1987-04-09 14:15:25 +00:00
ceriel
9ff877dce5 final update before distribution 3! 1987-04-09 10:08:52 +00:00
ceriel
0177bf59ff Bug fixes and made faster on PDP-11 1987-04-08 17:15:30 +00:00
ceriel
53a6ded473 fix; %ld is not proper for an int 1987-04-08 15:10:26 +00:00
ceriel
651e3d05e4 don't use $?, it does not work properly (?) 1987-04-08 08:56:34 +00:00
ceriel
bfa97d2311 *** empty log message *** 1987-04-07 11:00:10 +00:00
ceriel
7a8485f425 correction for access systemcall 1987-04-07 10:01:57 +00:00
ceriel
924d580670 yet another bug fix 1987-04-07 09:57:50 +00:00
ceriel
e98dffbb1d undid a fix. Actually, the fix was wrong 1987-04-07 09:08:28 +00:00
ceriel
8ebc170ec0 st_blksize does only exist on 4.2 systems 1987-04-07 08:46:15 +00:00
ceriel
a71813b911 Some more bug fixes 1987-04-06 17:59:57 +00:00
ceriel
a30cbae14d Ported to sun 1987-04-06 13:03:05 +00:00
ceriel
6f1166bcce bug fix 1987-04-06 12:33:28 +00:00
ceriel
e04b39f7a2 Added Pascal library 1987-04-06 07:56:49 +00:00
ceriel
7af2ecb17f minor bug fix 1987-04-03 20:13:08 +00:00
ceriel
a85ecb6719 use LDFLAGS, not LFLAGS 1987-04-03 19:58:39 +00:00
ceriel
aad62add90 Bug fix: a character was compared to op_lab, which is >= 128. 1987-04-03 16:48:53 +00:00
ceriel
80ff3e60c4 2 last minute-additions (oh dear ...) 1987-04-03 16:21:24 +00:00
ceriel
4fd846804a Seemed to prefer reg_any registers, which caused addresses of procedures
to end up in data registers on the m68020. This is temporarily fixed,
but actually, the descriptor files could be somewhat more general.
1987-04-03 15:38:52 +00:00
ceriel
e8bc890c10 improved somewhat 1987-04-03 15:06:25 +00:00
ceriel
f31c9f2a67 target optimizer must be installed before trying to install libraries! 1987-04-03 13:24:20 +00:00
ceriel
e4758a2c48 -K becomes -KR 1987-04-03 13:18:38 +00:00
ceriel
86b0bd5df3 Added some more documentation on the global optimizer 1987-04-03 13:14:37 +00:00
ceriel
96d15a6c05 minor mod 1987-04-03 11:18:49 +00:00
ceriel
4b30a95d7a minor mods 1987-04-03 11:16:46 +00:00
ceriel
e0c5bb9ffe some more fixes 1987-04-03 10:51:37 +00:00
ceriel
924f463126 some more corrections 1987-04-02 16:59:27 +00:00
ceriel
5f0802bd2c correct interpreter description files on SYStem V or Sun machines 1987-04-02 14:26:58 +00:00
ceriel
c42541c99b Added declaration for malloc 1987-04-02 14:12:21 +00:00
ceriel
8675bc2b01 bug fixes 1987-04-02 14:09:21 +00:00
ceriel
75a8a6cc64 some bug fixes 1987-04-02 14:04:17 +00:00
ceriel
1fdfb2b738 improved call to C_lin 1987-04-02 13:02:16 +00:00
ceriel
c73f576314 "word" is always a long 1987-04-02 10:26:42 +00:00
ceriel
d2734bbdd9 "word" is always a long 1987-04-02 10:17:06 +00:00
ceriel
5889533297 "word" now is always a long 1987-04-02 10:07:10 +00:00
ceriel
410bfa3cb2 "word" is always a "long" 1987-04-02 10:04:25 +00:00
ceriel
af7b083fd8 "word" is now always a "long" 1987-04-02 09:54:41 +00:00
ceriel
ab6816c074 Allow "|" in "system" lines, must be in quotes 1987-04-02 09:07:05 +00:00
ceriel
22c23521a3 corrected for 4.2 bsd 1987-04-01 15:37:14 +00:00
ceriel
f76127e364 updated for 3rd distribution 1987-04-01 13:50:18 +00:00
ceriel
75cd05c50e Adapted for distribution 3 1987-04-01 13:47:09 +00:00
ceriel
11db9b8fdc Added EMHOME 1987-04-01 08:54:00 +00:00
ceriel
d9f3663dcc Initial revision 1987-04-01 08:28:20 +00:00
ceriel
395b1bc424 Changed strategy somewhat 1987-04-01 08:20:39 +00:00
ceriel
6eee593f31 Initial revision 1987-03-31 22:17:51 +00:00
ceriel
dec576c89d improved "clean" entry 1987-03-31 13:11:31 +00:00
ceriel
1da25fb7a5 minor change to manual page 1987-03-31 12:44:15 +00:00
ceriel
82f042ba98 Also install manual page 1987-03-31 12:33:23 +00:00
ceriel
e97f144bf4 Initial revision 1987-03-31 12:14:08 +00:00
ceriel
8b90e3480a Added Rcs Id 1987-03-31 11:09:18 +00:00
ceriel
e80b36ded2 Added copyright notice 1987-03-31 11:06:20 +00:00
ceriel
b46981f4ce converted to 4-4 1987-03-31 10:58:30 +00:00
ceriel
5d32d4987e Added copyright notice 1987-03-31 10:50:20 +00:00
ceriel
94f87e3557 replaced copyright notice 1987-03-31 10:45:54 +00:00
ceriel
400c036c67 Added Rcs Id 1987-03-31 10:45:53 +00:00
ceriel
9dbda2e573 *** empty log message *** 1987-03-31 10:34:14 +00:00
ceriel
2fba4e5e99 made more portable 1987-03-31 10:05:26 +00:00
ceriel
bc6486d7b0 Ported to other m68000 systems 1987-03-31 09:23:20 +00:00
ceriel
526d769271 *** empty log message *** 1987-03-31 08:42:07 +00:00
ceriel
f67bfc485c moer robust version 1987-03-31 08:16:41 +00:00
ceriel
b53a5e2540 more robust version 1987-03-31 08:15:22 +00:00
ceriel
23aff10b83 Made to work on system V and SUN 1987-03-31 08:05:50 +00:00
ceriel
f18ec81394 *** empty log message *** 1987-03-31 08:02:40 +00:00
ceriel
0bf8f8ce34 layout improvements 1987-03-31 07:56:14 +00:00
ceriel
ceb3fb4ed3 dispatch tables generated now, layout improvements 1987-03-31 07:54:43 +00:00
ceriel
8e4718c760 modified to generate dispatch tables automatically 1987-03-31 07:51:34 +00:00
ceriel
b578202876 minor layout improvements 1987-03-31 07:45:17 +00:00
ceriel
7a583a86ef don't use /usr/lib/ditroff 1987-03-31 07:43:56 +00:00
ceriel
838e83c1f3 minor improvement in layout 1987-03-31 07:42:10 +00:00
ceriel
49e292676e Some improvements 1987-03-31 07:40:45 +00:00
ceriel
2e3f2a4a62 tail_em must be scanned twice, because tail_mon contains C-routines 1987-03-31 07:30:44 +00:00
ceriel
2e948de48c *** empty log message *** 1987-03-31 07:28:06 +00:00
ceriel
8d209d8e01 umount, NOT unmount! 1987-03-31 07:28:05 +00:00
ceriel
2cc1d41f57 Pass preprocessor flags 1987-03-30 13:20:05 +00:00
ceriel
8d5be706a8 No line directives 1987-03-30 13:18:10 +00:00
ceriel
18e5f78f21 Don't use reghp 1987-03-30 12:40:09 +00:00
ceriel
e07da4cad3 don't use reghp 1987-03-30 12:35:46 +00:00
ceriel
3233aaf5a5 renamed systemcalls 1987-03-30 09:39:38 +00:00
ceriel
3f4f469489 moved the mantra part to another place, because it now
also contains the interpreter part.
1987-03-30 09:19:00 +00:00
ceriel
0036c7bd8a Added interpreter 1987-03-30 09:18:03 +00:00
ceriel
db437cbda8 moved interpreter to another place 1987-03-30 09:05:14 +00:00
ceriel
6c84dcbf80 Initial revision 1987-03-30 08:02:43 +00:00
ceriel
44089a20ab Added occam 1987-03-30 08:00:59 +00:00
ceriel
8e8b8c27d7 use own occam library 1987-03-30 07:59:57 +00:00
ceriel
70c76be920 Use own occam library 1987-03-30 07:55:12 +00:00
ceriel
0170bb504b Added Occam 1987-03-30 07:51:20 +00:00
ceriel
0adc61842f Added ICRNL 1987-03-30 07:48:19 +00:00
ceriel
a0542acab4 removed ".byte" 1987-03-29 13:39:14 +00:00
ceriel
9c0aa5e7a3 updated 1987-03-29 13:33:37 +00:00
ceriel
4f41981cd8 modified to do more in the presence of errors 1987-03-29 13:07:44 +00:00
ceriel
a7c65b091b use print library 1987-03-29 13:00:40 +00:00
ceriel
c6cf0725d0 bug fixes 1987-03-29 12:55:25 +00:00
ceriel
de8fb5d489 Minor fixes 1987-03-27 16:39:57 +00:00
ceriel
5458134efb *** empty log message *** 1987-03-27 15:13:05 +00:00
ceriel
e3043b7dcb minor adaption, to close filedescriptor immediatelym if possible 1987-03-27 15:11:06 +00:00
ceriel
19d29e4018 changd values somewhat, added values for small machines 1987-03-27 13:56:50 +00:00
ceriel
1d443b6b4b bug fix 1987-03-27 13:34:46 +00:00
ceriel
ecc1b3b971 .fat --> .fatal 1987-03-27 12:43:17 +00:00
ceriel
dc44540ee8 *** empty log message *** 1987-03-27 12:27:17 +00:00
ceriel
fa4dfdf813 minor fix to LLlex.h 1987-03-27 10:37:58 +00:00
ceriel
46a405c131 *** empty log message *** 1987-03-27 10:06:59 +00:00
ceriel
129343dc94 Franks version 1987-03-27 10:05:53 +00:00
ceriel
0cc30a7e49 franks version 1987-03-27 09:58:03 +00:00
ceriel
2aa64be3a6 Franks version 1987-03-27 09:55:28 +00:00
ceriel
13c208de3b Fraks version 1987-03-27 09:50:57 +00:00
ceriel
ac395ba4a6 Initial revision 1987-03-27 09:47:16 +00:00
ceriel
3177072e2f Frans doodemans version 1987-03-27 09:33:02 +00:00
ceriel
2febff1a79 Frans Doodemans version 1987-03-27 09:28:16 +00:00
ceriel
f4fb73386e fixed 1987-03-27 09:21:14 +00:00
ceriel
cf8d769c73 fixed 1987-03-27 09:06:28 +00:00
ceriel
9c8b34c47d remainder now returned in d0 1987-03-27 08:57:38 +00:00
ceriel
ea63596eb3 remainder now is returned in d0. 1987-03-27 08:49:14 +00:00
ceriel
db5b8614f3 *** empty log message *** 1987-03-26 17:54:45 +00:00
ceriel
e190db8128 Initial revision 1987-03-26 17:36:49 +00:00
ceriel
da28bdd2f0 Adapted for system V 1987-03-26 17:33:23 +00:00
ceriel
21e0bd5996 Initial revision 1987-03-26 17:30:29 +00:00
ceriel
4e19ece566 another fix for an illegal initialisation struct 1987-03-26 16:16:21 +00:00
ceriel
bac2a42c82 added estack.str, minor fix 1987-03-26 15:32:26 +00:00
ceriel
044587ec57 added index 1987-03-26 15:28:08 +00:00
ceriel
32d12a9c7a Another adaption for small machines 1987-03-26 12:45:16 +00:00
ceriel
f37189ba9b modification to make it easier to edit 1987-03-26 12:44:04 +00:00
ceriel
1cfa4a7bec Don't use ranges in the "tr" command. They work differently on
System V
1987-03-26 11:16:28 +00:00
ceriel
4eb84b928b align parameters on word_size, not word_align 1987-03-26 11:05:28 +00:00
ceriel
2f74f819d4 Use "myecho" when using -n option 1987-03-26 10:33:30 +00:00
ceriel
09125cce6b redesign of ival, other minor changes 1987-03-25 23:14:43 +00:00
ceriel
db666da35a improved the "clean" entry 1987-03-25 22:48:25 +00:00
ceriel
8c20d513fd updated 1987-03-25 22:43:09 +00:00
ceriel
c65803b306 made a bit more verbose 1987-03-25 22:26:46 +00:00
ceriel
0cd2bbdc09 updated 1987-03-25 18:52:04 +00:00
ceriel
8a5f7d09c9 minor mods 1987-03-25 17:54:24 +00:00
ceriel
528ec8869b install a smaller malloc 1987-03-25 17:39:18 +00:00
ceriel
e5116f86dc Fixed a problem with SRU: no regs available 1987-03-25 16:26:58 +00:00
ceriel
3e694c1b9d made names of dynamically varying length 1987-03-25 16:24:41 +00:00
ceriel
eeb5148f29 BMASK was unsigned, which caused problems with some C compilers (ours) 1987-03-25 15:57:22 +00:00
ceriel
7f60f6f8c1 Added possibility to pass -V option to compilers 1987-03-25 12:42:12 +00:00
ceriel
032929c22c changed IDL 1987-03-25 10:53:47 +00:00
ceriel
9748f946ce Allow ANY to be used in a constraint 1987-03-25 08:35:01 +00:00
ceriel
a0897e2ed3 Generated illegal initialization constants. 1987-03-25 07:53:57 +00:00
ceriel
f408948925 description of asopt apparently has to be in front of the one for as. 1987-03-25 07:49:59 +00:00
ceriel
1dd241938c replaced cc by $(CC) 1987-03-24 11:10:23 +00:00
ceriel
34f41d7bf1 bug fix 1987-03-24 08:41:44 +00:00
ceriel
43c55159d6 more porting to pdp 11 1987-03-23 23:27:03 +00:00
ceriel
e67b672727 more porting to vu45 1987-03-23 23:22:54 +00:00
ceriel
91b39c7df7 Replaced comment char '#' with '!'.
Some shells use # as a comment char.
1987-03-23 21:01:36 +00:00
ceriel
1694c10f39 Adapted for new distribution 1987-03-23 21:00:02 +00:00
ceriel
391f6cc9ea could not be handled by MINIX pre-processor 1987-03-23 14:48:56 +00:00
ceriel
375b5e9182 Bug fix in BLM 1987-03-20 19:21:23 +00:00
ceriel
4e03fc78dd many minor fixes and modifications 1987-03-20 08:30:31 +00:00
ceriel
73818f1a53 bug fix 1987-03-19 11:21:54 +00:00
ceriel
bcd037018f still does not fit. Delete bitfields 1987-03-19 10:51:40 +00:00
ceriel
878cbab737 deleted "unsigned chars" 1987-03-19 10:20:40 +00:00
ceriel
b86dc9f84d adapted for 7 character significance 1987-03-19 10:16:56 +00:00
ceriel
8829d77144 made name shorter 1987-03-19 10:15:58 +00:00
ceriel
88db8b43da Added distr entry 1987-03-19 10:12:51 +00:00
ceriel
fd1682052d contained a switch on a long 1987-03-19 10:08:31 +00:00
ceriel
74a1a176c5 em?.o and C_failed.o must be at the end of the archive 1987-03-18 19:20:38 +00:00
ceriel
dcf7aa2723 Also install manual page 1987-03-18 19:15:56 +00:00
ceriel
80fd06aa6a Added LDFLAGS 1987-03-18 09:50:46 +00:00
ceriel
bede819e42 Made the dummy ranlib more verbose 1987-03-18 09:44:56 +00:00
ceriel
5fe6bf0fcd made to work on pdp-11 1987-03-18 09:35:31 +00:00
ceriel
8e9f1f781c changed some names of field selectors 1987-03-18 09:29:56 +00:00
ceriel
50a71251a1 contained calls of non-functions 1987-03-17 22:54:16 +00:00
ceriel
717af548d5 improved userhook handling, requiring a change in LLnext and LLskip 1987-03-17 22:50:40 +00:00
ceriel
451c0d6679 improved userhook handling, This required some changes in the semantics
of LLnext and LLskip.
1987-03-17 22:41:18 +00:00
ceriel
78303cdc07 improved storage allocation 1987-03-17 22:31:43 +00:00
ceriel
10080ca0f2 deleted exit.c 1987-03-17 22:28:15 +00:00
ceriel
f95c97b38c Use LDFLAGS 1987-03-17 16:37:04 +00:00
ceriel
bbce3bd894 use LDFLAGS 1987-03-17 16:33:55 +00:00
ceriel
15382edbd6 *** empty log message *** 1987-03-17 16:24:42 +00:00
ceriel
b7cd38ab12 Use LDFLAGS 1987-03-17 16:18:08 +00:00
ceriel
2d9f4d8c03 LDFLAGS: -i 1987-03-17 16:15:32 +00:00
ceriel
ee4d170525 Made constants dependant on size of machine 1987-03-17 14:42:12 +00:00
ceriel
a6b6375985 Don't switch on longs! 1987-03-17 11:12:09 +00:00
ceriel
e203ddb7b6 Don't use the -n option! 1987-03-17 11:02:37 +00:00
ceriel
321fa30a5f bug fix 1987-03-17 10:44:16 +00:00
ceriel
d676a5df2a Bug fix 1987-03-17 10:39:18 +00:00
ceriel
58923cbcc0 prevent use of ranlib on pdp-11's 1987-03-17 00:33:41 +00:00
ceriel
2e7ca940c2 many changes for installing 3rd distribution 1987-03-17 00:14:10 +00:00
ceriel
49714af3e6 *** empty log message *** 1987-03-17 00:13:03 +00:00
ceriel
c5b11f6ad3 Initial revision 1987-03-16 23:53:04 +00:00
ceriel
89c7440c0d Initial revision 1987-03-16 23:32:34 +00:00
ceriel
c41f370421 Added LEXLIB 1987-03-16 22:35:21 +00:00
ceriel
52cc95b957 Added a %p (number of positions). The BSD 2.9 lex has a too small default. 1987-03-16 22:28:27 +00:00
ceriel
9a07fc841f Default paths were computed wrong. This is corrected. 1987-03-16 22:26:03 +00:00
ceriel
d52e25949a Indirect function calls should be just that! 1987-03-16 15:14:52 +00:00
ceriel
e140a87a6b bug fix 1987-03-16 15:11:51 +00:00
ceriel
617303659c Deleted reference to unused varaibles 1987-03-16 15:09:36 +00:00
ceriel
2135ccd420 %c does not work with null-bytes on some systems (BSD 2.9) 1987-03-16 08:56:31 +00:00
ceriel
909a82d2d7 updated 1987-03-12 23:46:19 +00:00
ceriel
dbfe40a080 The updated installation guide for distribution 3 1987-03-12 23:44:29 +00:00
ceriel
3f75d2b08f Added -Dvoid=int to CFLAGS 1987-03-12 22:50:03 +00:00
ceriel
21b427d4df made just a little bit more robust 1987-03-12 22:29:25 +00:00
ceriel
4549b5129d don't use "void"! 1987-03-12 22:24:19 +00:00
ceriel
60f9d1b6c6 don't use void! 1987-03-12 22:23:17 +00:00
ceriel
9ab7bf2408 Bug fixes 1987-03-12 19:18:59 +00:00
ceriel
755ea27d46 Added room for data, made room for rom smaller 1987-03-12 17:53:32 +00:00
ceriel
3f566164c2 Bug fixed that prevented "aal x" from working properly 1987-03-12 17:16:04 +00:00
ceriel
dbac04eb47 removed the "void" stuff. Some compilers just don't digest it. 1987-03-12 11:33:24 +00:00
ceriel
991c568ee4 moved the definition of sys_filesize. It had a funny place. 1987-03-12 09:30:03 +00:00
ceriel
9d744c31c3 Replaced the comment character by a !.
The #-character caused problems.
1987-03-12 08:46:58 +00:00
ceriel
7ae0622730 replaced copyright notice 1987-03-12 08:25:15 +00:00
ceriel
e0aa93de4c replaced copyright 1987-03-12 08:23:08 +00:00
ceriel
d8463c9bc4 it's --> its 1987-03-11 21:47:25 +00:00
ceriel
4bbe1cfa65 Added ashow 1987-03-11 17:12:38 +00:00
ceriel
9a3d983659 Initial revision 1987-03-11 17:12:23 +00:00
ceriel
1452a26361 minor mod 1987-03-11 16:15:16 +00:00
ceriel
bdebe50836 *** empty log message *** 1987-03-11 15:55:51 +00:00
ceriel
edcea8f6db Updated for 3rd distribution 1987-03-11 15:51:35 +00:00
ceriel
50b2140d46 Adapted to current situation 1987-03-11 15:41:52 +00:00
ceriel
e2eeea5162 remove regnoglob.c and regglob.c before copying to them 1987-03-11 15:39:01 +00:00
ceriel
35f5f8e187 *** empty log message *** 1987-03-11 15:16:01 +00:00
ceriel
f8e02e5d4c Added arch.5 1987-03-11 15:09:25 +00:00
ceriel
32fa870855 Initial revision 1987-03-11 15:07:29 +00:00
ceriel
b99a714497 minor changes 1987-03-11 14:54:29 +00:00
ceriel
778948b661 Working version 1987-03-11 14:30:13 +00:00
ceriel
f6083608f9 minor change 1987-03-11 14:19:02 +00:00
ceriel
f694435063 minor change 1987-03-11 13:56:17 +00:00
ceriel
e86b8463ea minor change 1987-03-11 13:34:07 +00:00
ceriel
9d24b2a46b *** empty log message *** 1987-03-11 13:13:49 +00:00
ceriel
9e0913d6e4 Initial revision 1987-03-11 13:13:36 +00:00
ceriel
e03d11afa2 Bug fix. 1987-03-11 11:13:55 +00:00
ceriel
7aa7619c4e *** empty log message *** 1987-03-11 11:05:32 +00:00
ceriel
9db939f74e Added sun2 1987-03-11 09:50:23 +00:00
ceriel
96fd613e89 Added a "distr" entry 1987-03-11 09:49:33 +00:00
ceriel
8a9b2379dc Bug fixed that was introduced by Kees Visser's modifications 1987-03-11 09:23:23 +00:00
ceriel
07f5d3cce4 Fixed a bug with line-directives, added copyright notice 1987-03-10 17:51:10 +00:00
ceriel
94ff96cf1f bug fix 1987-03-10 17:41:37 +00:00
ceriel
fb775d4ead Bug fix 1987-03-10 17:38:55 +00:00
ceriel
12f56d6501 Initial revision 1987-03-10 16:49:13 +00:00
ceriel
b234851f00 Deleted -DUSG 1987-03-10 15:55:39 +00:00
ceriel
6338348877 Added __USG 1987-03-10 15:54:32 +00:00
ceriel
c6dee66c71 Deleted -DBSD4_2 1987-03-10 15:45:38 +00:00
ceriel
4cf6acb1e2 *** empty log message *** 1987-03-10 15:44:25 +00:00
ceriel
8fb04a83bc Removed -DBSD4_2 1987-03-10 15:41:20 +00:00
ceriel
587c766673 Added CC_ALIGN 1987-03-10 15:40:20 +00:00
ceriel
76fea1fbca __USG and __BSD4_2 introduced, dysize added 1987-03-10 15:07:26 +00:00
ceriel
6852a8ef39 use __BSD4_2 1987-03-10 14:50:48 +00:00
ceriel
517baed1b1 use __BSD4_2 and __USG 1987-03-10 14:49:29 +00:00
ceriel
2e4cf6fe8c Added a define for __BSD4_2 1987-03-10 14:14:38 +00:00
ceriel
85d5cf1407 ino_t is a long on 4.2 systems 1987-03-10 14:10:34 +00:00
ceriel
053564d9e9 Added Rcs Id 1987-03-10 11:58:22 +00:00
ceriel
6eaf182cee Added Rcs Id 1987-03-10 11:49:39 +00:00
ceriel
16687889e3 *** empty log message *** 1987-03-10 10:27:24 +00:00
ceriel
32ca133da5 Initial revision 1987-03-10 10:23:19 +00:00
ceriel
a18b0fbcff Initial revision 1987-03-10 10:09:07 +00:00
ceriel
4f0cb4abe1 Added Rcs Id 1987-03-10 09:24:02 +00:00
ceriel
6c812387fd Added copyright notice 1987-03-10 01:42:07 +00:00
ceriel
5537abbdfb Added copyright notice 1987-03-10 01:26:51 +00:00
ceriel
7649bba8f5 Added copyright notice 1987-03-10 00:12:40 +00:00
ceriel
0772a09303 *** empty log message *** 1987-03-09 23:50:41 +00:00
ceriel
b43fed4fbc Added copyright notice 1987-03-09 23:47:46 +00:00
ceriel
7270bbb7f0 Added copyright notice 1987-03-09 22:11:47 +00:00
ceriel
a0eea34497 Added copyright notice 1987-03-09 22:06:21 +00:00
ceriel
49ac6c4e07 Added copyright notice 1987-03-09 21:59:22 +00:00
ceriel
462cb0421f Added copyright notice 1987-03-09 21:33:18 +00:00
ceriel
d6e4d5a18c Added copyright notice 1987-03-09 21:20:21 +00:00
ceriel
815166e421 Added copyright notice 1987-03-09 19:15:41 +00:00
ceriel
7880748ecd Added copyright notice 1987-03-09 16:02:32 +00:00
ceriel
aae2cebccd Initial revision 1987-03-09 15:53:04 +00:00
ceriel
f43b2cb2bd Adapted for new version 1987-03-09 15:48:43 +00:00
ceriel
4e5611ac7b Added copyright notice 1987-03-09 15:22:58 +00:00
ceriel
b8835cee3f Added copyright notice 1987-03-09 15:15:03 +00:00
ceriel
c428b33acc replaced return by exit 1987-03-09 14:22:45 +00:00
ceriel
262490efaa Replaced return from main by exit 1987-03-09 13:29:04 +00:00
ceriel
11af9f9716 replaced returns from main by exits (bloody SUN) 1987-03-09 13:25:44 +00:00
ceriel
bb787ae7cb Added exit from main 1987-03-09 13:22:45 +00:00
ceriel
2fba9c579e Added exit to main program of tab.c 1987-03-09 13:19:38 +00:00
ceriel
1583b4191a Added an exit from main 1987-03-09 13:14:32 +00:00
ceriel
1fdc5a5fe6 replaced returns from main by exits (bloody SUN) 1987-03-09 13:07:42 +00:00
ceriel
717baa8bd8 Added exit to main 1987-03-09 13:04:58 +00:00
ceriel
0bec865e32 Added an exit from main 1987-03-09 13:01:51 +00:00
ceriel
29a4a0266b exit from main, instead of return (bloody SUN) 1987-03-09 12:59:18 +00:00
ceriel
40424d5864 exit from main instead of return (bloody SUN) 1987-03-09 12:55:24 +00:00
ceriel
ead0c95f43 Added an exit form main 1987-03-09 12:54:03 +00:00
ceriel
839be66f85 exit from main instead of return 1987-03-09 12:52:10 +00:00
ceriel
8fc79aa735 to3dig did not give a return value 1987-03-09 12:47:23 +00:00
ceriel
c094aebd80 Select did not handle these HOL's 1987-03-09 12:42:42 +00:00
ceriel
dea6cc76e3 exits instead of returns from main (bloody SUN) 1987-03-09 11:45:49 +00:00
ceriel
236c6c40f0 Added a warning for floating point constants 1987-03-09 11:25:28 +00:00
ceriel
49fc462ee5 *** empty log message *** 1987-03-09 10:43:44 +00:00
ceriel
fa0f6cd0c6 Lindseys fix to a bug with nested procedures 1987-03-09 10:15:51 +00:00
ceriel
539c95237e remove dummy when cleaning 1987-03-06 16:40:56 +00:00
ceriel
eef81c09bb Initial revision 1987-03-06 16:36:16 +00:00
ceriel
742a4d91d4 Initial revision 1987-03-06 14:41:52 +00:00
ceriel
1be18e9a48 Initial revision 1987-03-06 09:02:15 +00:00
ceriel
3c9b5ad0bd deleted idepth 1987-03-06 08:38:29 +00:00
ceriel
5f15b0bce0 Now really NOFLOAT 1987-03-06 00:00:34 +00:00
ceriel
f1f98288e0 Handle NOFLOAT 1987-03-05 19:55:40 +00:00
ceriel
4539fd3e09 bug fix 1987-03-05 19:27:53 +00:00
ceriel
a39c668bab *** empty log message *** 1987-03-05 19:24:35 +00:00
ceriel
1a5d5ddec2 procentry/procexit were not called properly 1987-03-05 19:22:33 +00:00
ceriel
f36ee6de55 could loop again 1987-03-05 17:40:48 +00:00
ceriel
7559525e48 ADB dumped core on the SUN, because of 0-indexes in the symbol table.
They are replaced by pointers to null-strings
1987-03-05 15:44:17 +00:00
ceriel
a1c73c0335 main exits instead of returns. Bloody SUNs 1987-03-05 15:22:05 +00:00
ceriel
1ac5d646cf *** empty log message *** 1987-03-05 15:04:44 +00:00
ceriel
6ac8c31b76 Improved installation procedure 1987-03-05 15:00:13 +00:00
ceriel
8fbd81a884 A wrong flag is no longer fatal 1987-03-05 14:57:15 +00:00
ceriel
11ef9eed01 divu.l, etc where encoded wrong. 1987-03-05 11:21:34 +00:00
ceriel
66c5ebf42f Only echo the newlines in comments, no formfeeds, etc, because
you don't know what you are preprocessing.
1987-03-05 11:07:16 +00:00
ceriel
3e68ea031b Bug fix in LIM instruction 1987-03-05 11:02:05 +00:00
ceriel
bb51b8f4c0 *** empty log message *** 1987-03-05 10:59:57 +00:00
ceriel
f87e83c697 ??? 1987-03-05 10:57:33 +00:00
ceriel
a3426ca0e2 *** empty log message *** 1987-03-04 16:43:03 +00:00
ceriel
8c3fc983bc Also remove "main" when making clean 1987-03-04 15:46:02 +00:00
ceriel
5380ae4768 Set "saveemp" before calling compute. compute might need it. 1987-03-04 10:34:57 +00:00
ceriel
0b92bc0cd7 Set saveemp before calling "compute". "compute" might need it! 1987-03-04 10:32:22 +00:00
ceriel
48296556f5 fixed typo 1987-03-04 10:14:13 +00:00
ceriel
55b3557f22 *** empty log message *** 1987-03-04 10:01:01 +00:00
ceriel
25dfa91caa *** empty log message *** 1987-03-04 09:54:23 +00:00
ceriel
bb6058feaa Remove .c files after making "all" 1987-03-03 15:52:36 +00:00
ceriel
a2da7ad5f8 Don't remove .c files 1987-03-03 15:52:09 +00:00
ceriel
b7ee0bf85e *** empty log message *** 1987-03-03 11:22:29 +00:00
ceriel
652354e59d Replaced returns from main by exits (bloody suns!) 1987-03-03 11:13:52 +00:00
ceriel
48cc05ccf2 *** empty log message *** 1987-03-03 11:11:39 +00:00
ceriel
004f017550 Initial revision 1987-03-03 10:59:52 +00:00
ceriel
4d4c8b45fb *** empty log message *** 1987-03-03 10:49:10 +00:00
ceriel
295380491f Initial revision 1987-03-03 10:44:56 +00:00
ceriel
2d362c2274 Added Henri's article 1987-03-03 10:43:03 +00:00
ceriel
fcaf807aed Initial revision 1987-03-03 10:25:25 +00:00
ceriel
2f9ab80205 Initial revision 1987-03-03 09:46:29 +00:00
ceriel
c32da75ccd Initial revision 1987-03-03 09:37:26 +00:00
ceriel
1194f5f28c Initial revision 1987-03-03 08:48:53 +00:00
ceriel
c4a8f2371d *** empty log message *** 1987-03-03 08:43:46 +00:00
ceriel
c5f0e41be9 clean up the mess after compiling 1987-03-02 19:30:24 +00:00
ceriel
154bb5df06 Now uses BIGMACHINE from local.h 1987-03-02 17:30:37 +00:00
ceriel
30d1a948c8 Added "BIGMACHINE" 1987-03-02 17:28:50 +00:00
ceriel
5097663cb8 Bug foix 1987-03-02 17:18:11 +00:00
ceriel
04618dbe64 Don't pass -O to lint. 1987-03-02 16:48:46 +00:00
ceriel
721de974ee Bug fix 1987-03-02 16:43:19 +00:00
ceriel
70a459a112 Be a bit more tolerant about line directives. 1987-03-02 16:40:14 +00:00
ceriel
cc70e683c7 Adapted for new framework. 1987-03-02 16:22:15 +00:00
ceriel
eb5d7ef3fe Improved userhooks 1987-03-02 16:15:07 +00:00
ceriel
b457c3dc09 Adapted to current situation 1987-03-02 13:30:52 +00:00
ceriel
27a779e535 Adapted to current situation and format 1987-03-02 13:13:24 +00:00
ceriel
e41a9f5b9c Added manual pages 1987-03-02 13:08:51 +00:00
ceriel
f9b1523794 Initial revision 1987-03-02 13:06:23 +00:00
ceriel
033000c4e1 Added manaul page 1987-03-02 13:03:17 +00:00
ceriel
a08ef0e369 *** empty log message *** 1987-03-02 12:54:52 +00:00
ceriel
bc1fb58cd6 SHARE --> SHR 1987-03-02 12:42:38 +00:00
ceriel
a584a04f03 fixed typo 1987-03-02 12:31:44 +00:00
ceriel
b0d2a7c913 Initial revision 1987-03-02 11:28:52 +00:00
ceriel
e4af749931 Adapted to current situation 1987-03-02 10:35:44 +00:00
ceriel
611c948140 reordering, becaiuseuse "cmisc" utilities were needed before "modules" 1987-03-02 09:09:16 +00:00
ceriel
f1fc51c85c Sun defines tmpfile in stdio.h. Renamed Tmpfile 1987-03-02 09:06:26 +00:00
ceriel
1e10c0cf98 maxchunk definition made static 1987-03-02 08:55:23 +00:00
ceriel
b10452c2dc Forced first linedirective with source filename 1987-03-02 08:50:08 +00:00
ceriel
8ed274e96e *** empty log message *** 1987-03-02 08:48:36 +00:00
ceriel
3115fb5402 Initial revision 1987-02-27 17:11:54 +00:00
ceriel
a40c4a87ba Patched to work also on machines on which the shell "remembers"
where a command is. (Bloody Sun).
1987-02-27 17:10:36 +00:00
bruce
2f204ff2ca Initial revision 1987-02-27 16:04:07 +00:00
ceriel
d0103bd7d9 *** empty log message *** 1987-02-27 13:07:49 +00:00
ceriel
a3d34a0e63 *** empty log message *** 1987-02-27 12:54:03 +00:00
ceriel
13a3574979 used to dump core on empty files 1987-02-27 09:54:23 +00:00
ceriel
f5099e7d9a *** empty log message *** 1987-02-26 19:54:57 +00:00
ceriel
f8204dc8a9 newer version 1987-02-26 19:49:42 +00:00
ceriel
7932234ed8 Added Occam 1987-02-26 19:47:01 +00:00
ceriel
59de9303c5 Initial revision 1987-02-26 19:46:35 +00:00
ceriel
e10e56542d *** empty log message *** 1987-02-26 19:41:49 +00:00
ceriel
474d2fb2c6 Ported to System V 1987-02-26 17:58:55 +00:00
ceriel
45bae5569b Deleed mantra4 1987-02-26 16:31:26 +00:00
ceriel
eee1d86fc3 *** empty log message *** 1987-02-26 16:22:08 +00:00
ceriel
d35866d832 Added cv 1987-02-26 16:18:39 +00:00
ceriel
5939ce9331 Added the cv program 1987-02-26 16:05:00 +00:00
ceriel
a7329c38e3 Updated 1987-02-26 15:44:00 +00:00
ceriel
0e0071d790 Added another pattern 1987-02-26 15:40:44 +00:00
ceriel
8c0d727dc1 Bug fix in strswap 1987-02-26 14:08:16 +00:00
ceriel
509439d906 Added ocm, m2, ego, opt2, . 1987-02-26 12:45:37 +00:00
ceriel
63f1aea871 Added the SUFFIX variable 1987-02-26 12:44:11 +00:00
ceriel
c4e1e516ee Adapted to current situation 1987-02-26 10:29:12 +00:00
ceriel
690cd32023 Initial revision 1987-02-26 10:26:19 +00:00
ceriel
00b8ca7b58 Added Occam 1987-02-26 10:24:07 +00:00
ceriel
f06b2707b9 Added Occam 1987-02-26 10:06:50 +00:00
ceriel
51eff14456 Initial revision 1987-02-26 09:55:46 +00:00
ceriel
84e04a4859 Added Occam 1987-02-25 19:45:49 +00:00
ceriel
cfd7ba8bbb *** empty log message *** 1987-02-25 19:45:18 +00:00
ceriel
4922093f24 Initial revision 1987-02-25 19:45:17 +00:00
ceriel
897d312a1d Adeded Occam 1987-02-25 19:44:22 +00:00
ceriel
457e3f6033 Added OPccam 1987-02-25 19:40:22 +00:00
ceriel
59e9948aac Initial revision 1987-02-25 19:16:28 +00:00
ceriel
3ab2228a8b *** empty log message *** 1987-02-25 19:10:01 +00:00
ceriel
992a6a39c5 Added occam 1987-02-25 19:05:21 +00:00
ceriel
b66b1b1965 adapted for new C-compiler 1987-02-25 19:00:04 +00:00
ceriel
3b2e80225a *** empty log message *** 1987-02-25 18:54:14 +00:00
ceriel
1fddbd0ee3 Initial revision 1987-02-25 18:30:22 +00:00
ceriel
32be4760cd Initial revision 1987-02-25 17:14:10 +00:00
ceriel
cc60420184 *** empty log message *** 1987-02-25 16:58:32 +00:00
ceriel
a5d96ae90f my version (CJ) 1987-02-25 16:56:31 +00:00
ceriel
cf04776017 *** empty log message *** 1987-02-25 16:42:41 +00:00
ceriel
0d6d5ff541 Initial revision 1987-02-25 16:41:54 +00:00
ceriel
362378a94a my version (CJ) 1987-02-25 16:41:09 +00:00
ceriel
59fd6b0334 *** empty log message *** 1987-02-25 13:47:15 +00:00
ceriel
a2c18875f6 *** empty log message *** 1987-02-25 11:04:30 +00:00
ceriel
c57a723546 *** empty log message *** 1987-02-24 18:41:53 +00:00
ceriel
2eeacf071a Initial revision 1987-02-24 18:36:02 +00:00
ceriel
bc94559e4d Initial revision 1987-02-24 17:05:53 +00:00
ceriel
a731f979b0 many new things 1987-02-24 16:41:01 +00:00
ceriel
7dc1c84031 Adapted to new distr3 1987-02-24 16:36:22 +00:00
ceriel
c05eb0a5c7 *** empty log message *** 1987-02-24 16:07:04 +00:00
ceriel
3edd0994c6 Added ncgg.6 1987-02-24 15:47:05 +00:00
ceriel
e51bf3a056 *** empty log message *** 1987-02-24 15:44:46 +00:00
ceriel
3a91ff6da5 renamed a parameters because a local had the same name 1987-02-24 15:41:16 +00:00
ceriel
ac7976eea9 *** empty log message *** 1987-02-24 15:36:34 +00:00
ceriel
40a36c570e vi Ma 1987-02-24 15:32:48 +00:00
ceriel
0d6f436e2f *** empty log message *** 1987-02-24 13:47:23 +00:00
ceriel
9cab0b0105 *** empty log message *** 1987-02-24 13:10:59 +00:00
ceriel
5817719a7c An #endif was missing 1987-02-24 12:38:21 +00:00
ceriel
c24b0dad86 Initial revision 1987-02-24 11:17:50 +00:00
ceriel
fef3cce6e0 solved some problems with include files 1987-02-24 10:54:20 +00:00
ceriel
45bffe9e26 solved a problem with include files 1987-02-24 10:49:54 +00:00
ceriel
141753d598 still referred to BadAssertion.c instead of BadAssert.c 1987-02-24 10:45:54 +00:00
ceriel
4c11fded37 4/4, new C compiler 1987-02-24 10:15:46 +00:00
ceriel
bbcf72b0e4 4/4, new C cmpiler 1987-02-24 10:00:37 +00:00
ceriel
ea8fd6991c *** empty log message *** 1987-02-23 23:35:42 +00:00
ceriel
aa2add89cd *** empty log message *** 1987-02-23 23:28:06 +00:00
ceriel
780c7ba10d *** empty log message *** 1987-02-23 22:49:20 +00:00
em
eb02375ee5 do not generate .c files when cleaninmg up 1987-02-23 22:38:45 +00:00
em
7a946c5bf4 cleanup --> clean 1987-02-23 22:35:21 +00:00
ceriel
98654d6c0f *** empty log message *** 1987-02-23 19:48:17 +00:00
ceriel
47d61c3ae9 Initial revision 1987-02-23 19:47:00 +00:00
ceriel
4fe6ea9c8a *** empty log message *** 1987-02-23 19:39:57 +00:00
ceriel
f8b59e9308 Initial revision 1987-02-23 19:38:14 +00:00
ceriel
3baea33f46 *** empty log message *** 1987-02-23 19:18:57 +00:00
ceriel
d640f098b9 updated to current situation 1987-02-23 19:15:33 +00:00
ceriel
75cfdc06c6 Initial revision 1987-02-23 19:14:34 +00:00
ceriel
a8ef006163 *** empty log message *** 1987-02-23 19:08:18 +00:00
ceriel
5bb235c02a Initial revision 1987-02-23 19:04:27 +00:00
ceriel
4ffb6fe8bd Initial revision 1987-02-23 18:58:58 +00:00
ceriel
318e1bfec8 *** empty log message *** 1987-02-23 18:28:42 +00:00
ceriel
925ec7555f bug fix 1987-02-23 15:48:27 +00:00
ceriel
e2ab98dea0 *** empty log message *** 1987-02-23 14:22:16 +00:00
ceriel
3ce0d62f83 Initial revision 1987-02-23 14:14:35 +00:00
ceriel
96f6adb74b *** empty log message *** 1987-02-23 14:06:17 +00:00
ceriel
ca1655c25e bug fixes:
- assignment operators for bit fields were wrong
- some conversions for characters were wrong
- result of assignment operator sometimes had wrong size
- character constant \377 was 255, not -1
- string constant generation was clumsy
1987-02-23 13:08:54 +00:00
ceriel
af2b497fdf Initial revision 1987-02-23 11:38:21 +00:00
ceriel
398021e77a Added No_Mem 1987-02-23 11:38:15 +00:00
ceriel
f98832f587 *** empty log message *** 1987-02-23 11:23:46 +00:00
ceriel
35e75e3d55 Added a dependency 1987-02-23 11:02:31 +00:00
ceriel
6f9a14000c Some minor improvements 1987-02-23 11:01:13 +00:00
ceriel
74be3a448f *** empty log message *** 1987-02-23 10:50:15 +00:00
ceriel
c6b3fb3aef Initial revision 1987-02-23 09:22:33 +00:00
ceriel
a7c40760cd Current results 1987-02-23 09:21:29 +00:00
ceriel
2d34e6f839 Delete temporary 1987-02-23 09:18:41 +00:00
ceriel
8a407d5ee9 remove temporary 1987-02-22 15:56:31 +00:00
ceriel
0c7c379d46 better versions, bug fixes in compiler 1987-02-22 15:28:26 +00:00
ceriel
0a70c8f525 Initial revision 1987-02-21 22:26:39 +00:00
ceriel
f2a77335b0 An attempt to make "erasereg" a little more efficient, as it seems
often to be called to erase the condition codes.
1987-02-21 22:20:10 +00:00
ceriel
d493ffcfde bug fix 1987-02-20 17:35:08 +00:00
ceriel
a3c78bffe6 Bug fix 1987-02-20 17:33:06 +00:00
ceriel
8612a70ea3 Initial revision 1987-02-20 14:36:01 +00:00
ceriel
429502815f Added description of strzero 1987-02-19 11:28:14 +00:00
ceriel
80fe557cf3 *** empty log message *** 1987-02-18 16:41:57 +00:00
ceriel
3e3ebc6b8b cardinality of sets was wrong! 1987-02-18 10:47:55 +00:00
ceriel
c3ae096e67 *** empty log message *** 1987-02-17 15:07:15 +00:00
ceriel
a08f3c3e9c Added doc on %onerror, and some other minor mods 1987-02-16 21:42:18 +00:00
ceriel
3f6a8abe1b adapted to allow for user intervention before error recovery 1987-02-16 21:38:52 +00:00
ceriel
255884b3fb Another adaption to allow for user intervention BEFORE error recovery 1987-02-16 21:36:05 +00:00
ceriel
e796cb0f27 Prevented looping of the code generator on illegal zer instructions 1987-02-16 09:49:32 +00:00
ceriel
428b24d51b minor update 1987-02-13 15:30:27 +00:00
ceriel
2238500f22 Added "standard" entries, rerun mkdep 1987-02-13 15:27:35 +00:00
ceriel
b9be625e9b Added a "-f" flag to the "rm" 1987-02-13 14:20:10 +00:00
ceriel
90cae7c6a5 Adapted to search for description files in either
~em/lib/descr/<file> or ~em/lib/<file>/descr
1987-02-13 13:39:30 +00:00
ceriel
04d031d33d Added some buffering for writes 1987-02-13 12:44:33 +00:00
ceriel
629c0a315c Some extra patterns added. 1987-02-13 12:41:31 +00:00
ceriel
3378831ba5 Made to work with some other compilers 1987-02-13 09:40:08 +00:00
ceriel
0905b2ba25 forgot a continue. 1987-02-12 13:54:37 +00:00
ceriel
a2f665de76 exporting EODDZ, etc 1987-02-12 13:36:55 +00:00
ceriel
71e01b58c0 Initial revision 1987-02-12 10:56:16 +00:00
ceriel
1706552f25 bug fix: csa descriptors contained upb instead of upb - lwb. 1987-02-11 16:05:25 +00:00
ceriel
55abae9d4f *** empty log message *** 1987-02-11 15:41:09 +00:00
ceriel
063bfe6cb7 other place for include files 1987-02-11 14:49:14 +00:00
ceriel
a6d90aaeec many bug fixes 1987-02-11 14:29:27 +00:00
ceriel
f18da9078c when printing floats in "e"-format, trailing zeros are significant! 1987-02-11 12:47:45 +00:00
ceriel
0f49b18986 *** empty log message *** 1987-02-10 17:18:16 +00:00
ceriel
9a64c052cc Added some code to handle -Oego,opt,asopt etc 1987-02-10 16:51:57 +00:00
ceriel
2295cd130a Added some code to handle -Oego,opt,asopt and the like.
By default, optimizers can be excluded by giving them a negative
priority in the description files. This is currently done for
the global optimizer
1987-02-10 16:50:32 +00:00
ceriel
5ab4d1d2f8 removed some %0's 1987-02-10 12:49:08 +00:00
ceriel
cd1007a972 removed some %0 stuff 1987-02-10 09:49:50 +00:00
ceriel
9a7949c79d Removed some more "%...D"s 1987-02-10 09:39:40 +00:00
ceriel
7cf87cb2a3 *** empty log message *** 1987-02-10 09:34:45 +00:00
ceriel
e04aa9639e Initial revision 1987-02-10 09:27:44 +00:00
ceriel
ad72edfa49 many changes: fixes and efficiency-oriented 1987-02-09 23:19:42 +00:00
ceriel
2f8580c380 replaced some more %D's 1987-02-09 22:48:14 +00:00
bruce
25a7b2ae22 Added local optimization of lin to lni. 1987-02-09 17:55:46 +00:00
ceriel
ced0ffabbd removed some %0 stuff 1987-02-09 17:41:25 +00:00
ceriel
522039cb60 replaced a %D 1987-02-09 17:31:25 +00:00
ceriel
17ddf81681 replaced some %D's 1987-02-09 17:28:22 +00:00
ceriel
8b15b193a2 replaced a %04x 1987-02-09 17:10:29 +00:00
ceriel
4793d80775 replaced some %D's by %ld 1987-02-09 17:06:20 +00:00
ceriel
1e0aef10d8 made to work on system V 1987-02-09 17:00:23 +00:00
ceriel
2556a95c48 make to work on System V 1987-02-09 16:57:40 +00:00
ceriel
0d1c90a23e Adapted to new assembler 1987-02-09 16:49:13 +00:00
ceriel
4d10540d8d removed %0 stuff 1987-02-09 16:47:04 +00:00
ceriel
e83991f533 *** empty log message *** 1987-02-09 16:39:05 +00:00
ceriel
78a60d9959 %03x --> %x_, because the former does not work on System V 1987-02-09 16:35:24 +00:00
ceriel
cea6f4751e removed something that would not work on System V 1987-02-09 16:33:49 +00:00
ceriel
6d0a4a9ce0 changed directory: nas --> as 1987-02-09 16:29:15 +00:00
ceriel
4be7b3dfa5 Removed a %03x, which does not work on USG systems 1987-02-09 16:26:56 +00:00
ceriel
3588a1599f Initial revision 1987-02-09 15:26:16 +00:00
ceriel
fa59fc325e changed so that it prints a separate line for each dependancy 1987-02-09 15:06:09 +00:00
ceriel
375e023d8b Initial revision 1987-02-09 14:55:59 +00:00
ceriel
97e0fbea33 *** empty log message *** 1987-02-09 14:54:29 +00:00
ceriel
21fbc5d6a6 belonging to new version of pascal compiler 1987-02-09 10:46:18 +00:00
ceriel
8f4a99cc24 The added ',' separator in token declarations did not work
(reported by Kees Bot, Edwin Scheffer). This is corrected (I hope).
1987-02-07 03:56:34 +00:00
ceriel
13d59d1427 Added cpp to the "clean" entry 1987-02-07 02:58:47 +00:00
ceriel
8360226526 Added "opt2" to the clean entry 1987-02-07 02:57:09 +00:00
ceriel
2c29e9f07c Changed an assertion that was no longer valid 1987-02-07 01:50:48 +00:00
ceriel
7dfb3c92ba target optimizer directory name is "top", not "opt" 1987-02-07 00:56:42 +00:00
ceriel
6d1f518209 Remove .m files before recreating them. The existing ones might
have another owner, so that you cannot write them
1987-02-07 00:52:30 +00:00
ceriel
3fc90a8000 Added some patterns, and avoided a bug in the VAX assembler 1987-02-07 00:45:06 +00:00
ceriel
729490c212 *** empty log message *** 1987-02-07 00:35:16 +00:00
ceriel
a1c7298f9d changed hash function 1987-02-07 00:14:51 +00:00
ceriel
622530ae68 Changed hash function, added "registers" 1987-02-07 00:13:56 +00:00
ceriel
4d92d60469 Added some "registers" 1987-02-07 00:04:05 +00:00
ceriel
ce47e41665 Another one. 1987-02-06 23:40:25 +00:00
ceriel
bdef113184 Bug fix (INPUT, not STDIN !!!) 1987-02-06 23:38:35 +00:00
ceriel
254364ca11 bug fix 1987-02-06 14:50:57 +00:00
ceriel
77f33b6762 did not work with bloody vax assemblerr 1987-02-06 14:44:56 +00:00
bruce
dd673a426f Changed name from .c to .r and now in format required by awk. 1987-02-06 14:21:04 +00:00
bruce
8248a41994 Initial revision 1987-02-06 14:15:49 +00:00
bruce
d5e9250405 Use awk program to generate distinct C_xxx routines in separate files. 1987-02-06 14:13:22 +00:00
ceriel
102790400d bug fix 1987-02-06 13:28:01 +00:00
ceriel
63af2a556b bug fix 1987-02-06 11:09:26 +00:00
ceriel
17a2c4977e bug fix 1987-02-06 10:37:09 +00:00
ceriel
e60f0f3981 bug fix 1987-02-06 10:27:57 +00:00
ceriel
d3f3afa6e7 bug fix 1987-02-06 10:03:18 +00:00
ceriel
010a311ab7 bug fixes 1987-02-05 21:36:42 +00:00
ceriel
3cddcb4482 typo 1987-02-05 21:07:09 +00:00
ceriel
775e473fb0 *** empty log message *** 1987-02-05 21:04:40 +00:00
ceriel
c6a224a6d1 output buffer is now called _sobuf 1987-02-05 20:56:06 +00:00
ceriel
c4b53d0710 buffer names: _sibuf and _sobuf 1987-02-05 20:54:27 +00:00
ceriel
060a309f82 array bound check added 1987-02-05 20:47:30 +00:00
ceriel
ac77d6c7fe Bug fix 1987-02-05 20:39:11 +00:00
ceriel
e0b23bbaea Added code to kill regvar(...) 1987-02-05 19:20:54 +00:00
ceriel
b11e35b7d4 Adapted some constants 1987-02-05 19:19:01 +00:00
ceriel
74b078c3f1 just for fun: do not call empty rules. 1987-02-05 19:14:55 +00:00
ceriel
4860deacf8 another bug fix 1987-02-05 18:37:12 +00:00
ceriel
d5d4c551c5 bug fix 1987-02-05 18:33:44 +00:00
ceriel
f5f7a6cb2a *** empty log message *** 1987-02-05 17:02:16 +00:00
ceriel
70fb5304d0 new dependencies 1987-02-05 17:01:12 +00:00
ceriel
a40ec68883 Added another structure for improved recursion detection 1987-02-05 17:00:14 +00:00
ceriel
d0d5c84689 bug fix 1987-02-05 16:39:39 +00:00
ceriel
46cfcbdf43 bug fix 1987-02-05 16:22:42 +00:00
ceriel
75e9a65bcd Added line_prefix.h 1987-02-05 14:58:24 +00:00
ceriel
78aae09a09 Initial revision 1987-02-05 14:47:47 +00:00
ceriel
467f680968 Adapted to the use of "convert.c" 1987-02-05 14:47:22 +00:00
ceriel
862e62b9e4 *** empty log message *** 1987-02-05 14:47:04 +00:00
ceriel
10f6d88ba1 *** empty log message *** 1987-02-05 14:11:46 +00:00
ceriel
49b619cec2 Added manual page 1987-02-05 13:20:03 +00:00
ceriel
439bf558cc *** empty log message *** 1987-02-05 13:17:00 +00:00
ceriel
5afc7363f0 *** empty log message *** 1987-02-04 17:43:20 +00:00
ceriel
45105f16c6 Added a few "nocoercions :" 1987-02-04 17:22:08 +00:00
ceriel
5627bb850e Initial revision 1987-02-04 16:44:15 +00:00
ceriel
b6a56fb7e8 *** empty log message *** 1987-02-04 16:21:03 +00:00
ceriel
6ce38d28ae fixed error in call of C_con_scon 1987-02-04 16:03:54 +00:00
ceriel
694f7dfee4 Added asopt 1987-02-04 15:55:32 +00:00
ceriel
59a5eb4591 Added libsys, top 1987-02-04 15:51:35 +00:00
ceriel
199f9d38ea archive name change 1987-02-04 15:47:57 +00:00
ceriel
2ca7e7e2b3 Added definition for ASAR 1987-02-04 15:41:00 +00:00
ceriel
827f3da238 Name change of archive 1987-02-04 15:39:00 +00:00
ceriel
41cdf11b46 *** empty log message *** 1987-02-04 15:31:50 +00:00
ceriel
fe3fe78538 Added some neccessary NC's 1987-02-04 15:11:51 +00:00
ceriel
a0dad9f908 adapted to new assembler syntax 1987-02-04 15:09:31 +00:00
ceriel
6dcf1995c1 Initial revision 1987-02-04 13:10:17 +00:00
ceriel
b5d0c2797b *** empty log message *** 1987-02-04 13:09:02 +00:00
ceriel
a3aa9aac88 removed the lflag, added check for '/' in filenames 1987-02-04 13:04:51 +00:00
ceriel
60cf3639ce Added "pr" and "opr" entries 1987-02-04 12:54:03 +00:00
ceriel
3c387987ed Added "cmp" entry 1987-02-04 12:51:31 +00:00
ceriel
b536e4101d Initial revision 1987-02-04 12:45:43 +00:00
ceriel
1b071fe5a2 Initial revision 1987-02-04 10:40:32 +00:00
ceriel
0cf7165841 *** empty log message *** 1987-02-04 10:39:27 +00:00
ceriel
23bbc93a92 Initial revision 1987-02-04 10:35:30 +00:00
ceriel
85830c5f63 Strings and character constants now stop at end-of-line, unless escaped
by a backslash
1987-02-03 23:28:09 +00:00
ceriel
f3b298586f Initial revision 1987-02-03 14:59:54 +00:00
ceriel
9b2329a49b *** empty log message *** 1987-02-03 14:57:24 +00:00
ceriel
eab8db26fe new include directories 1987-02-03 14:55:15 +00:00
ceriel
73e1381194 *** empty log message *** 1987-02-03 14:50:30 +00:00
ceriel
755170f752 Added pascal lib 1987-02-03 14:47:45 +00:00
ceriel
3a75a34c31 *** empty log message *** 1987-02-03 14:36:29 +00:00
ceriel
b69fd5feb8 adapted to new assembler syntax 1987-02-03 13:32:24 +00:00
ceriel
fe53d6ed3f adapted to new assembler syntax 1987-02-03 13:23:38 +00:00
ceriel
2ed0d80be5 lock ??? 1987-02-03 13:09:27 +00:00
ceriel
ea78c81da9 int --> int22 1987-02-03 09:57:57 +00:00
ceriel
6f1f0ef1bf int --> int44 1987-02-03 09:55:47 +00:00
ceriel
4ed7c62cca int22 --> int44 1987-02-03 09:55:06 +00:00
ceriel
5ac74e31e0 int22 --> int24 1987-02-03 09:53:20 +00:00
ceriel
6b753378bc int --> int24 1987-02-03 09:52:40 +00:00
ceriel
40dd8e2702 *** empty log message *** 1987-02-03 09:50:31 +00:00
ceriel
74114081ef ??? 1987-02-02 21:49:57 +00:00
ceriel
d76349f200 pdp instead of pdp11 1987-02-02 21:01:10 +00:00
ceriel
a8820459d5 obeyed a warning 1987-02-02 20:54:56 +00:00
ceriel
d70c1e2149 ASP with negative argument wasn't accepted 1987-02-02 20:48:02 +00:00
ceriel
1672c06a36 backend must accept .g files 1987-02-02 20:40:59 +00:00
ceriel
9abc993f08 back-end must accept .g files 1987-02-02 20:40:04 +00:00
ceriel
f5c1d53512 added asopt 1987-02-02 20:36:15 +00:00
ceriel
04a416828b *** empty log message *** 1987-02-02 20:31:55 +00:00
ceriel
836fc810b3 Added target optimizer 1987-02-02 20:23:42 +00:00
ceriel
3515a1818a Initial revision 1987-02-02 20:14:16 +00:00
ceriel
f67cdb8e44 Initial revision 1987-02-02 19:18:49 +00:00
ceriel
22a6938332 *** empty log message *** 1987-02-02 17:40:30 +00:00
ceriel
e471d036d1 Added pc 1987-02-02 17:37:18 +00:00
ceriel
319d1508c2 Initial revision 1987-02-02 16:57:13 +00:00
ceriel
0a4b847f50 new definition of ISALNUM 1987-02-02 16:37:59 +00:00
ceriel
78a61585ce *** empty log message *** 1987-02-02 16:27:36 +00:00
ceriel
19a0a9b769 *** empty log message *** 1987-02-02 16:21:59 +00:00
ceriel
3c210cae1e Name change in library 1987-02-02 16:19:04 +00:00
ceriel
d80d2a4c35 Initial revision 1987-02-02 16:12:55 +00:00
ceriel
563a799de2 Initial revision 1987-02-02 16:06:51 +00:00
ceriel
93ac463920 *** empty log message *** 1987-02-02 16:04:52 +00:00
ceriel
9ce25b36c4 library name change 1987-02-02 16:04:16 +00:00
ceriel
14138da395 bug fix 1987-02-02 15:28:31 +00:00
ceriel
ca1654eae2 Initial revision 1987-02-02 13:36:33 +00:00
ceriel
1ac26f9b67 new version for .o 1987-02-02 13:30:20 +00:00
ceriel
9cd6325ee1 Initial revision 1987-02-02 13:11:35 +00:00
ceriel
3feb7454c5 Added clean-entry, tail_mon --> tail_sys 1987-02-02 13:09:17 +00:00
ceriel
b96babed0a generating .o files 1987-02-02 13:07:28 +00:00
ceriel
345609b5ac version for new assembler 1987-02-02 12:44:39 +00:00
ceriel
d8e018a044 *** empty log message *** 1987-02-02 11:22:47 +00:00
ceriel
c51a2b3a6c *** empty log message *** 1987-02-02 11:15:48 +00:00
ceriel
60c746ed21 *** empty log message *** 1987-02-02 11:07:21 +00:00
ceriel
8ac474583b New version with new assembler, link editor 1987-02-02 10:55:41 +00:00
em
dc6b14760d *** empty log message *** 1987-02-02 10:52:23 +00:00
ceriel
8340d30d77 new version for new assembler and new c library 1987-02-02 10:50:09 +00:00
ceriel
b7477f4654 Initial revision 1987-02-02 10:45:26 +00:00
ceriel
e024792e68 Initial revision 1987-02-02 10:25:38 +00:00
ceriel
e41a2618f8 Made floating point stuff depend on a #define: FPPSIM 1987-02-02 10:16:40 +00:00
ceriel
ae3c81e0a6 Made floating point stuff depend on a #define: FPPSIM 1987-02-02 09:59:02 +00:00
ceriel
237d56ac16 *** empty log message *** 1987-02-01 22:32:23 +00:00
ceriel
60f9744253 Adapted to current situation 1987-02-01 22:13:26 +00:00
ceriel
ec29d3b4a1 Initial revision 1987-02-01 21:53:24 +00:00
ceriel
7ab43d62db *** empty log message *** 1987-02-01 21:27:52 +00:00
ceriel
e08ea100a4 Initial revision 1987-02-01 21:04:49 +00:00
ceriel
e5238c6fcf *** empty log message *** 1987-01-30 20:50:31 +00:00
ceriel
496bba9475 New version 1987-01-30 20:48:31 +00:00
ceriel
923a85f5cc *** empty log message *** 1987-01-30 20:39:45 +00:00
ceriel
2b9c2283db *** empty log message *** 1987-01-30 20:27:28 +00:00
ceriel
095367ac29 machine name change: l68k2 --> m68k2 1987-01-30 20:24:35 +00:00
ceriel
47a1e91c19 name change of lib 1987-01-30 20:23:09 +00:00
ceriel
f648d5d0ab Name change of lib, added head_em 1987-01-30 20:22:52 +00:00
ceriel
f88e8c3ba4 1987-01-30 20:06:04 +00:00
ceriel
471884cdf4 *** empty log message *** 1987-01-30 19:58:55 +00:00
ceriel
9dd16696ef *** empty log message *** 1987-01-30 19:31:26 +00:00
ceriel
c03c2ef9f2 Adapted to new assembler syntax 1987-01-30 19:20:31 +00:00
ceriel
1b09e55129 new assembler syntax 1987-01-30 18:41:42 +00:00
ceriel
5e36fd3351 Made more like other Makefiles 1987-01-30 18:24:42 +00:00
ceriel
7e68455893 *** empty log message *** 1987-01-30 18:15:22 +00:00
ceriel
076354168e error exit when compilation fails 1987-01-30 18:12:57 +00:00
ceriel
9390536d79 Error exit when compilation failes 1987-01-30 18:11:08 +00:00
ceriel
4b489cd254 Initial revision 1987-01-30 17:10:51 +00:00
ceriel
3c60c1918e changed #define m68020 to TBL68020.
Could otherwize cause problems when translated with ack
1987-01-30 10:57:17 +00:00
ceriel
4fb87d7c87 Initial revision 1987-01-30 10:49:21 +00:00
ceriel
0adac61dad *** empty log message *** 1987-01-30 10:18:40 +00:00
ceriel
ae504890c7 bug fix 1987-01-30 09:45:41 +00:00
ceriel
0452b7c326 *** empty log message *** 1987-01-29 23:30:46 +00:00
ceriel
e9d7db6f61 Initial revision 1987-01-29 23:25:01 +00:00
ceriel
0a279ebbbd Initial revision 1987-01-29 22:45:44 +00:00
ceriel
153e30bb1c Initial revision 1987-01-29 22:36:35 +00:00
ceriel
945d6a0188 Initial revision 1987-01-29 22:10:18 +00:00
ceriel
31b5e111bf Initial revision 1987-01-29 20:15:14 +00:00
ceriel
62746ef4ff Initial revision 1987-01-29 20:03:43 +00:00
ceriel
d0894b8c33 deleted NOFLOAT 1987-01-29 19:58:10 +00:00
ceriel
39bc96fbd1 Deleted NOFLOAT 1987-01-29 19:56:16 +00:00
ceriel
27e48672bb no F_DUM in dummy float 1987-01-29 19:49:35 +00:00
ceriel
536611f0a2 Initial revision 1987-01-29 19:42:53 +00:00
ceriel
c5897a8f81 Initial revision 1987-01-29 19:37:49 +00:00
ceriel
bfb89ae937 Added a check for unresolved references 1987-01-29 17:13:37 +00:00
ceriel
59a08bb733 Changed to handle new ack object format 1987-01-29 15:54:46 +00:00
ceriel
c9fce4aff9 typo fix 1987-01-29 14:54:26 +00:00
ceriel
91463b5a4e Initial revision 1987-01-29 14:17:23 +00:00
ceriel
3d00f0ea37 Adapted to current situation 1987-01-29 13:20:23 +00:00
ceriel
bc8229b952 don't use a sgttyb struct 1987-01-29 13:01:28 +00:00
ceriel
ef85335f8f name change of lib, moved head_em.s to libsys 1987-01-29 11:03:30 +00:00
ceriel
9871983602 Name change of lib 1987-01-29 11:01:27 +00:00
ceriel
7c658fff27 Name change of lib, added head_em 1987-01-29 10:47:27 +00:00
ceriel
de343361e5 Name change. 1987-01-29 10:46:53 +00:00
ceriel
1bbe040688 PC/IX is system 3, not V7 1987-01-29 10:33:53 +00:00
ceriel
c6f26eff9e Corrected syntax error 1987-01-29 09:43:40 +00:00
ceriel
0331b0a1e2 Added IOR, AND, XOR, COM without parameters, because the
Pascal runtime system needs at least one of them.
Also deleted some old bug circumvention
1987-01-28 23:22:07 +00:00
ceriel
7be94f7d44 more corrections 1987-01-28 22:54:52 +00:00
ceriel
eb0030af45 generate .o files 1987-01-28 22:26:27 +00:00
ceriel
e69ccee1f7 syntax error correction 1987-01-28 22:23:14 +00:00
ceriel
beaaa19ada generate .o files 1987-01-28 22:17:36 +00:00
ceriel
6aa3769e9f generating .o files 1987-01-28 22:14:40 +00:00
ceriel
1e5253e9e5 For generating .o files, aal archives 1987-01-28 22:14:12 +00:00
ceriel
f35c426e26 .byte --> .data1 1987-01-28 19:02:25 +00:00
ceriel
0bbda61037 adapted to new assembler 1987-01-28 18:57:04 +00:00
ceriel
eb703a6d80 Initial revision 1987-01-28 18:52:12 +00:00
ceriel
3bb50c7b8a endbss - begbss is no longer computable by the assembler 1987-01-28 18:49:59 +00:00
ceriel
de51d1ee8e Improvement of conversions 1987-01-28 17:36:21 +00:00
ceriel
a5c0f64d5e return exit status 1 when compilation failes 1987-01-28 17:26:52 +00:00
ceriel
160770d979 Bug fix: the STR instruction caused a translation with syntax errors 1987-01-28 17:22:25 +00:00
ceriel
f3a6d7c3ce correction of syntax error 1987-01-28 17:05:02 +00:00
ceriel
fc2e88758f declaration of gmtime added 1987-01-28 17:02:56 +00:00
ceriel
d35a16c30f Bug fix: %f did not work, if no width was specified 1987-01-28 16:52:16 +00:00
ceriel
f78cbc818f Avoid bug in VAX assembler. But i don't know what is happening. 1987-01-28 16:22:30 +00:00
bruce
9e61390e78 Corrected clean option to remove libopt.a 1987-01-28 15:39:10 +00:00
ceriel
aeacaeb08f Initial revision 1987-01-28 15:29:13 +00:00
ceriel
7cfd88dab7 Adapted to new assembler producing .o files 1987-01-28 15:27:59 +00:00
ceriel
187b008eb2 archive name change: tail --> libem_s.a 1987-01-28 15:23:22 +00:00
ceriel
aab8668d4b Bug fix 1987-01-28 15:15:28 +00:00
ceriel
50b2d9f4b8 Initial revision 1987-01-28 15:06:28 +00:00
ceriel
c996384000 Adapted for new assembler syntax 1987-01-28 15:06:01 +00:00
ceriel
0930a80dd3 adapted to new assembler syntax 1987-01-28 15:03:39 +00:00
ceriel
212579440e bug fix 1987-01-28 14:38:38 +00:00
ceriel
132ed11e0e _doprint -->_doprnt 1987-01-28 14:28:45 +00:00
ceriel
ce561e5f3a made stdin, stdout, and stderr into compile time constants 1987-01-28 14:21:56 +00:00
ceriel
fb8fc4e07c Fixed introduced bug 1987-01-28 13:00:33 +00:00
ceriel
ebd44261fe cc --> $(CC), added -O flag to CFLAGS 1987-01-28 12:49:42 +00:00
ceriel
77e82ac376 floating point constants are no longer fatal 1987-01-28 00:11:28 +00:00
ceriel
5f7937dd33 Added action for pc runtime library 1987-01-27 23:38:02 +00:00
ceriel
ca796567f3 errno was'nt exported 1987-01-27 22:58:33 +00:00
ceriel
c5fe8ce4dc new version for assembler producing .o files 1987-01-27 20:37:46 +00:00
ceriel
c69f56bd2f By default only install tail_cc.1s and tail_cc.2g 1987-01-27 20:09:55 +00:00
ceriel
846f27eebc Added some system V things 1987-01-27 16:51:19 +00:00
ceriel
846d9a0c2d Initial revision 1987-01-27 16:44:28 +00:00
ceriel
3ea542769f Initial revision 1987-01-27 16:33:21 +00:00
ceriel
c1bae75a85 Initial revision 1987-01-27 16:21:02 +00:00
ceriel
b5c4cd7a00 Initial revision 1987-01-27 15:57:55 +00:00
bruce
6fb688f882 Ported code to Mantra and general clean up. 1987-01-27 14:15:23 +00:00
bruce
bbd5b115dd Changed to reflect location of EMHOME and conform to standard syntax. 1987-01-27 11:42:08 +00:00
ceriel
884a281dd4 Improved "clean" entry" 1987-01-27 10:52:09 +00:00
ceriel
89bbe4c782 correction of syntax errors 1987-01-27 10:50:43 +00:00
ceriel
e969c006b7 Contained syntax errors 1987-01-27 10:45:01 +00:00
ceriel
cfb3324b6f Better "clean" entry" 1987-01-27 10:41:19 +00:00
ceriel
145326b368 Adaption to new assembler generating .o files 1987-01-26 22:35:41 +00:00
ceriel
5abd614e01 Initial revision 1987-01-26 22:33:58 +00:00
ceriel
55f63a8a12 system call numbers are longwords 1987-01-26 22:15:21 +00:00
ceriel
4133a3cbc3 Initial revision 1987-01-26 21:51:58 +00:00
ceriel
6db629db4d Added stty, gtty 1987-01-26 21:47:59 +00:00
ceriel
0b484452fd Initial revision 1987-01-26 21:43:12 +00:00
ceriel
2c2688a680 adapted to new assembler syntax 1987-01-26 21:22:23 +00:00
ceriel
0991948d3e Removed all those ../../.. references 1987-01-26 16:35:04 +00:00
ceriel
640f958d26 Improved "element size" handling. 1987-01-26 16:16:12 +00:00
ceriel
edae1fc950 Added a check that a tokenset in a stackpattern contains tokens
that all have the same size.
1987-01-26 16:14:39 +00:00
ceriel
88ea6fb11d new dependency 1987-01-26 15:01:25 +00:00
ceriel
74d48b9b91 bug fix for EM_MESARG 1987-01-26 14:04:33 +00:00
ceriel
80d363eac5 bug fixes in RMI and EXG 1987-01-26 13:36:40 +00:00
ceriel
8116e3181f now uses alloc module, bug fixes, -N option under USE_TMP, to not do so 1987-01-24 00:25:56 +00:00
ceriel
b4e4250144 added EM_wordsize, EM_pointersize 1987-01-23 16:15:57 +00:00
ceriel
df1b8c8f71 corrected typo 1987-01-23 16:04:20 +00:00
ceriel
872cd52f99 Bug fix: EM_MESARG gives em_arg, not em_args! 1987-01-23 16:00:37 +00:00
bruce
f4e7c2f6ce Fixed up indentation of trans.c output. 1987-01-22 14:27:02 +00:00
bruce
819136660e Don't put out "return" in outputtrans if action is not tested
otherwise compiling trans.c give warning about statment not reached.
1987-01-21 15:36:18 +00:00
ceriel
9acc354608 adapted to new assembler syntax 1987-01-21 15:21:49 +00:00
bruce
959800d9b5 Version that implements a C_XXX to O_XXX library interface. 1987-01-21 14:27:04 +00:00
ceriel
93c2a95860 new assembler producing .o files 1987-01-20 14:53:11 +00:00
ceriel
4f94fb9ea0 Bug fix (?) 1987-01-20 14:47:49 +00:00
ceriel
32f1fc504c new assembler producing .o files 1987-01-20 14:20:33 +00:00
ceriel
3a2030f3b6 assembler now produces .o format 1987-01-20 14:14:19 +00:00
ceriel
6c762a19e7 Changed /lib/cpp to ../../../lib/cpp 1987-01-20 13:09:56 +00:00
ceriel
feea5a269f Adapted to new assembler syntax 1987-01-20 10:04:32 +00:00
ceriel
a410519ff5 Bug fix
Under the '-x' option, the archive was opened in "APPEND" mode.
1987-01-20 09:53:32 +00:00
ceriel
9f47676fa3 Bug fix in translation of "cms" 1987-01-20 09:31:31 +00:00
ceriel
ba75d4c907 end.s separate from libem_s.a 1987-01-19 15:20:49 +00:00
ceriel
08ca9ba4a4 *** empty log message *** 1987-01-19 10:53:45 +00:00
ceriel
bd56763235 Added exit in case of compilation failure 1987-01-19 10:52:25 +00:00
ceriel
433346583e new version for new assembler syntax 1987-01-19 10:51:50 +00:00
ceriel
d899835b31 bug fix 1987-01-19 10:42:34 +00:00
ceriel
4d4854d610 ASAR=aal 1987-01-19 10:37:38 +00:00
ceriel
4dda9a5183 exit on compilation error 1987-01-19 10:36:27 +00:00
ceriel
035c115ca8 exit when compilation fails 1987-01-19 10:33:24 +00:00
ceriel
4e17f5b9a5 Initial revision 1987-01-19 10:32:32 +00:00
ceriel
f72b739e21 Initial revision 1987-01-19 10:26:43 +00:00
ceriel
6de2acea83 Improved "make clean" 1987-01-19 10:19:56 +00:00
ceriel
fcd2e936b4 Improved the "make clean" 1987-01-19 10:17:58 +00:00
ceriel
41622dc2a9 Added c-flag 1987-01-19 09:41:49 +00:00
ceriel
0efc7ae07d Added 'c'-flag 1987-01-19 09:36:35 +00:00
ceriel
4489801c4f New version 1987-01-16 19:25:44 +00:00
ceriel
faa0c191a4 minor bug fix 1987-01-16 19:20:58 +00:00
ceriel
f9f1db874f conversion to new assembler syntax 1987-01-16 17:17:12 +00:00
ceriel
c6ace07201 new archive name. 1987-01-16 17:04:03 +00:00
ceriel
649a32fa82 conversion to new assembler syntax 1987-01-16 16:59:41 +00:00
ceriel
8dc5f90a88 new name for archive 1987-01-16 16:51:14 +00:00
ceriel
08cc79e513 new version for generating .o files 1987-01-16 16:50:50 +00:00
ceriel
d2014ff946 conversion to new assembler format 1987-01-16 16:49:46 +00:00
ceriel
d5148e0b0f Initial revision 1987-01-16 16:49:12 +00:00
ceriel
a3b0f08d57 conversion to new assembler format 1987-01-16 16:34:45 +00:00
ceriel
8f27f92269 Bug fix with WorkingDir 1987-01-16 16:14:22 +00:00
ceriel
e346f6fc74 version generating .o files 1987-01-16 15:40:01 +00:00
ceriel
3e2d693b37 as --> nas 1987-01-16 15:21:51 +00:00
ceriel
e4a90bc417 Bug fix. 1987-01-16 13:59:02 +00:00
ceriel
0b941ef495 Bug fixes 1987-01-16 13:51:45 +00:00
ceriel
45238eea0f Some bug fixes and minor extensions 1987-01-16 13:51:42 +00:00
ceriel
382c88eb17 Using object library 1987-01-15 22:06:16 +00:00
bruce
97cd4953b0 Initial revision 1987-01-15 18:12:26 +00:00
ceriel
ece95a2ee4 Some bug fixes 1987-01-15 17:36:26 +00:00
ceriel
8af94099a3 Replaced an occurrence of EOI by EOF. 1987-01-14 21:37:22 +00:00
ceriel
324cbd8327 Fixed a minor problem with off_fmt, when it did not produce
a '-' sign when neccesary
1987-01-14 17:49:19 +00:00
ceriel
9877db53d9 Fixed a minor problem with off_fmt, when this format would not
produce the '-' sign.
1987-01-14 17:47:31 +00:00
ceriel
493efb1bf7 added EX_SIDEEFFECTS, options['p'] --> ! options['L'], fixed some bugs 1987-01-14 09:58:51 +00:00
ceriel
0ffdfb4f76 Added rd_fd and wr_fd. 1987-01-13 15:10:23 +00:00
ceriel
b2c0f64992 *** empty log message *** 1987-01-13 13:13:50 +00:00
ceriel
e6f18b2838 Initial revision 1987-01-13 11:31:24 +00:00
ceriel
630e5d8082 Initial revision 1987-01-13 11:01:26 +00:00
ceriel
6d499785be Initial revision 1987-01-13 10:53:33 +00:00
ceriel
424337507d Added standard entries 1987-01-13 10:43:12 +00:00
ceriel
876369b2f1 Added standard entries 1987-01-13 10:30:06 +00:00
ceriel
692d3702a1 Added "standard" entries 1987-01-13 10:08:47 +00:00
ceriel
3cb30fa873 Added a "clean" entry. 1987-01-13 10:07:25 +00:00
ceriel
673b1d79e2 Initial revision 1987-01-13 10:01:07 +00:00
ceriel
28b3286e21 Added "standard" entries install, cmp, opr 1987-01-13 09:56:17 +00:00
ceriel
177e335cad Initial revision 1987-01-13 09:24:13 +00:00
ceriel
3c7511780b Initial revision 1987-01-12 17:21:59 +00:00
ceriel
6adc4ef78b Added documentation on EM_wordsize and EM_pointersize. 1987-01-12 15:54:16 +00:00
ceriel
9639f0a87b Also export EM_wordsize and EM_pointersize. 1987-01-12 15:42:38 +00:00
ceriel
e77bde5e75 Added TABLEFLAGS and CGGFLAGS. 1987-01-12 15:10:49 +00:00
ceriel
031d26deb4 Preprocess table. 1987-01-12 14:50:25 +00:00
ceriel
9e528bef6f Allow reading from standard input 1987-01-12 14:38:45 +00:00
ceriel
5ddf83ab5a force first line directive 1987-01-12 14:21:14 +00:00
ceriel
281f83968c This one works. 1987-01-12 14:06:47 +00:00
ceriel
cb2b167849 New Makefile, also generating opt2 (t.i. peephole optimizer after global ..) 1987-01-12 14:01:26 +00:00
ceriel
896de3243e Corrected the "install" entry. 1987-01-12 12:30:16 +00:00
ceriel
961d298b3f In some cases, the number after a HOL was'nt accurate. 1987-01-09 15:16:22 +00:00
ceriel
77f4f0f0c9 Bug fix. 1987-01-09 14:11:59 +00:00
ceriel
7d4d9c5c34 %c did not work on systems that have their bytes or their words reversed. 1987-01-08 17:40:25 +00:00
ceriel
5a0140cf3a Bug fix: order in archive longs is PDP-11 order! 1987-01-08 17:39:37 +00:00
ceriel
3ca2fcad1c added doc for C_init 1987-01-08 16:35:00 +00:00
ceriel
6f5afaa410 Added C_init 1987-01-08 16:20:59 +00:00
ceriel
0a8436a862 Added C_init. 1987-01-08 16:19:16 +00:00
ceriel
a26a4f7c9d arhdr --> ar_hdr.
updated docs on rd_arhdr.
1987-01-08 16:05:52 +00:00
ceriel
4219306f55 rd_arhdr now returns 1 if it succeeds, and 0 at end-of-file. 1987-01-08 16:04:20 +00:00
ceriel
ecf93dbf4f made error in macro parameter count into a warning 1987-01-08 14:57:18 +00:00
ceriel
3245258560 Added exclusive or operator 1987-01-08 14:27:07 +00:00
ceriel
e5820bdbaa Added bitwise operators 1987-01-08 14:22:32 +00:00
ceriel
0a237df13d Added xor-oprator 1987-01-08 14:21:56 +00:00
ceriel
ceee24a4cd Added bitwise and and or operators 1987-01-08 14:11:23 +00:00
ceriel
01ac83b971 fix to prevent loop resulting in stack overflow 1987-01-08 14:10:02 +00:00
ceriel
bfb60b8a33 small adaption to "awayreg". 1987-01-08 14:09:14 +00:00
ceriel
1239449207 Added bitwise EX_OR and EX_AND. 1987-01-08 14:03:43 +00:00
ceriel
cfc9f38ccd Generate line directives that are similar to the ones generated
by the Reiser preprocessor.
1987-01-08 12:42:44 +00:00
ceriel
0c5feb7493 wrong number of parameters no longer is an error. 1987-01-08 12:38:05 +00:00
ceriel
61158d4693 New description file, using LED. 1987-01-08 11:22:44 +00:00
ceriel
97f8083ee0 adapted to get .o files 1987-01-08 11:09:06 +00:00
ceriel
8f8e0242d8 "l86" --> "i86". 1987-01-08 11:04:25 +00:00
ceriel
c2805a25bd Initial revision 1987-01-08 10:41:08 +00:00
ceriel
037c2426ab Adapted to get .o files. 1987-01-08 10:29:45 +00:00
ceriel
669c5cf23f use "compare" shell script 1987-01-08 10:28:26 +00:00
ceriel
1a6f092a39 Initial revision 1987-01-08 10:21:35 +00:00
ceriel
9c50da1e82 changed name back: libem_s.a --> tail_em.a 1987-01-08 10:19:47 +00:00
ceriel
c754f6ca69 adapted to new assembler syntax 1987-01-08 10:13:48 +00:00
ceriel
5cc2c0ccfc Initial revision 1987-01-08 10:07:43 +00:00
ceriel
11695db3e3 I don't know! but it was changed. 1987-01-08 09:56:17 +00:00
ceriel
0fd6417833 Adapted to new assembler syntax. 1987-01-08 09:39:54 +00:00
ceriel
18376b38cf Initial revision 1987-01-07 17:13:41 +00:00
ceriel
be68581019 *** empty log message *** 1987-01-07 11:10:33 +00:00
ceriel
debef378c9 3 --> 3ACK 1987-01-06 18:54:48 +00:00
ceriel
ceff6f834a Removed a bug that led to infinite looping in obscure cases. 1987-01-06 18:49:00 +00:00
ceriel
300ac178de Initial revision 1987-01-06 18:45:35 +00:00
ceriel
70f8f5e921 Initial revision 1987-01-06 18:31:02 +00:00
ceriel
143b2531bb Initial revision 1987-01-06 15:16:53 +00:00
ceriel
56c9ada9e0 Initial revision 1987-01-06 14:04:26 +00:00
ceriel
ec678ff800 removed the Xmalloc entry 1987-01-06 13:46:48 +00:00
ceriel
9cb5c80981 Initial revision 1987-01-06 13:42:33 +00:00
ceriel
0f42cf1bd9 Added a "pr" and an "opr" entry. 1987-01-06 12:59:16 +00:00
ceriel
3d5a9bc78c Added a "pr" and an "opr" entry. 1987-01-06 12:42:31 +00:00
ceriel
a7aa5d93ff Initial revision 1987-01-06 11:41:50 +00:00
ceriel
3788350d7c Initial revision 1987-01-06 11:25:09 +00:00
ceriel
56a28240ff Initial revision 1987-01-06 11:05:35 +00:00
ceriel
cb96da9bfa Initial revision 1987-01-05 17:37:37 +00:00
ceriel
b63bf2720c Initial revision 1987-01-05 17:31:38 +00:00
ceriel
eb28fd80f9 Initial revision 1987-01-05 17:20:13 +00:00
ceriel
0de3e4a0af Initial revision 1987-01-05 14:56:11 +00:00
ceriel
2254b35256 Initial revision 1987-01-05 14:44:25 +00:00
ceriel
26326c178e Initial revision 1987-01-05 13:26:29 +00:00
ceriel
8addf6e9a5 Initial revision 1987-01-05 12:59:41 +00:00
ceriel
da3976277f Extended for new read_em module. 1987-01-05 12:51:37 +00:00
ceriel
0329b9ef9a added cleanup.c 1987-01-05 11:12:55 +00:00
ceriel
e32480406f Initial revision 1987-01-05 11:08:47 +00:00
ceriel
caeb6b311d Initial revision 1987-01-05 10:58:34 +00:00
ceriel
a92c8bf067 D_BUSY added, to check recursive deps in def modules 1986-12-16 15:22:33 +00:00
ceriel
33a89a8684 bug fix in LLlex.c, "string_token" 1986-12-16 14:30:33 +00:00
ceriel
9919cc1ba6 Introduced EMHOME. 1986-12-16 13:50:54 +00:00
ceriel
974e2f7d4a Added exit.c stty.c gtty.c 1986-12-16 10:25:44 +00:00
ceriel
7e78bd904d Initial revision 1986-12-16 10:23:21 +00:00
dick
78aaf2fd9d some small changes, asm() yields error message 1986-12-13 20:57:40 +00:00
ceriel
5bbac46b88 No longer use the "system-independant" tail_mon. 1986-12-12 17:56:05 +00:00
ceriel
70df23f6f8 head_em now resides in system dependant library. 1986-12-12 17:54:21 +00:00
ceriel
595cc41d9c Removed almost the whole file, as we now use assembly routines to
interface the systemcalls.
1986-12-12 17:51:03 +00:00
ceriel
184f06453a Initial revision 1986-12-12 16:12:19 +00:00
ceriel
cb19bd1dd4 Bloody assembler does not recognize ',' in .globl 1986-12-12 14:45:20 +00:00
ceriel
980953f861 .globl does not accept comma's 1986-12-12 14:40:25 +00:00
ceriel
d62336a718 Initial revision 1986-12-12 13:43:06 +00:00
ceriel
4c956c400e Initial revision 1986-12-12 12:49:50 +00:00
ceriel
9e6fe01229 Improved testing for 0-strings in the routine "mycat". 1986-12-11 17:04:40 +00:00
ceriel
e98c02b831 Corrected a typo. 1986-12-11 17:03:11 +00:00
ceriel
c6a49a018f Entry for "top", different entry for "LLgen". 1986-12-10 16:53:24 +00:00
ceriel
7d1822d04e Added EMHOME. 1986-12-10 15:30:42 +00:00
ceriel
19477f95a9 Adapted to typesetter and added a reference for LLgen. 1986-12-10 15:28:30 +00:00
ceriel
fcaf1a73b4 Added a reference for LLgen. 1986-12-10 15:28:06 +00:00
ceriel
0159b3297d Adapted to possible use of troff 1986-12-10 15:27:36 +00:00
ceriel
9ddde1cf40 Documented LLmessage(-1). 1986-12-10 15:26:10 +00:00
ceriel
cb6b68a05f added nmclash.c, mods to Makefile/Resolve 1986-12-10 15:13:04 +00:00
ceriel
42162f7b37 simplified 0-padding, minor cosmetic changes 1986-12-10 12:00:55 +00:00
ceriel
df86573d4c Initial revision 1986-12-10 11:40:00 +00:00
ceriel
96d9890d86 minor mods. 1986-12-10 11:31:35 +00:00
ceriel
1335534aae Initial revision 1986-12-10 10:38:42 +00:00
ceriel
c501c762cf removed the -n flag, but not its effect. The generated parser will
call LLmessage(-1) when saying "garbage at end of input".
1986-12-10 09:32:57 +00:00
ceriel
fe2e67d1c6 minor fixes 1986-12-09 17:41:06 +00:00
ceriel
7752bb27f6 Adapted to new assembler 1986-12-09 11:13:14 +00:00
erikb
8a95b29c86 added: file_info.h 1986-12-09 08:19:55 +00:00
ceriel
a6ecac6f1d Only call "newrelo" when needed. 1986-12-08 10:39:13 +00:00
ceriel
6bf947ee6e *** empty log message *** 1986-12-08 09:24:58 +00:00
erikb
ad5c92044c corrected basename() 1986-12-08 08:58:21 +00:00
ceriel
8702a522d8 *** empty log message *** 1986-12-05 17:18:54 +00:00
ceriel
4b3e6a8ab6 Working version. 1986-12-05 17:17:03 +00:00
ceriel
8fd1977ab0 *** empty log message *** 1986-12-05 17:12:24 +00:00
ceriel
b2f0b281cd Initial revision 1986-12-05 17:10:12 +00:00
ceriel
555c29971f initial version 1986-12-05 17:09:41 +00:00
ceriel
9aac83a83e *** empty log message *** 1986-12-05 16:59:51 +00:00
ceriel
28036b3741 Initial revision 1986-12-05 16:58:29 +00:00
ceriel
13a63ae5fe ??? 1986-12-05 16:36:40 +00:00
ceriel
947461e31f Removed DUK 1986-12-04 16:35:04 +00:00
ceriel
53d6dfcb6b version using input module and detecting preprocessor loops 1986-12-04 16:29:44 +00:00
ceriel
91aad0b28e Improved relocation reading code for the !incore strategy. 1986-12-03 13:09:15 +00:00
ceriel
24b7ad602a Improved compactification code. It was much to persistent, and
also too greedy. This causes long LONG linking times.
The current version is less greedy, but also gives up more
easily. Linking times are acceptable now.
1986-12-03 13:06:48 +00:00
ceriel
db43d1d8a7 Added definitions for "alloc", "hard_alloc". 1986-12-03 13:02:37 +00:00
ceriel
3e4629b077 made to work on small machines. 1986-12-02 16:16:08 +00:00
ceriel
abc2ba9a3c bug fix: size 0 error messages also appeared for labels 1986-12-02 11:39:34 +00:00
ceriel
149c764ca1 Added -i to LDFLAGS. 1986-12-02 11:25:51 +00:00
ceriel
e188fe0956 Version that uses libobject.a 1986-12-01 15:41:29 +00:00
ceriel
b44e39cce8 Version that uses libobject.a. 1986-12-01 15:35:28 +00:00
ceriel
c57d4ff268 some minor bug fixes 1986-12-01 10:06:53 +00:00
ceriel
ad40a77afd handle void properly, avoid 0-alignments, handle #if defined(..) 1986-12-01 10:00:23 +00:00
ceriel
36adbe54a5 Removed some signal handling stuff. The Ack-program should do that. 1986-12-01 09:43:00 +00:00
sater
59861f883b added support for modhead 1986-11-28 13:47:44 +00:00
sater
17f5bc21e7 debugging stuff happened to end up on stdout instead of stderr. 1986-11-28 13:41:09 +00:00
ceriel
a0c21bf820 many bug fixes, and added flexibility in alignments 1986-11-28 11:59:08 +00:00
ceriel
da54801353 newer version 1986-11-26 16:40:45 +00:00
ceriel
552f5a3f61 Initial revision 1986-11-24 21:52:09 +00:00
ceriel
8b718ee54b Initial revision 1986-11-24 21:45:03 +00:00
ceriel
dbb351f078 Handled gen.c wrong. This is corrected. 1986-11-24 21:30:57 +00:00
ceriel
00a2314999 make to work with newer version of LLgen. 1986-11-24 21:24:42 +00:00
ceriel
7c5553640e Added -DNDEBUG 1986-11-24 21:01:42 +00:00
ceriel
5ced6d6aef Initial revision 1986-11-24 20:58:35 +00:00
ceriel
3b2d51a96b Initial revision 1986-11-24 20:42:13 +00:00
ceriel
eba14fa801 Bug fix in "inc loc adi" patterns and the like. 1986-11-24 10:42:29 +00:00
ceriel
596c631a71 Check more, when an error occurred 1986-11-17 13:08:18 +00:00
ceriel
9d0ee46068 Trying to check more of an expression, giving some more sophisticated error messages,and be less wasteful with space for subranges 1986-11-17 11:41:28 +00:00
erikb
22d4d72ef4 adapted default IDEPTH value 1986-11-14 08:16:38 +00:00
ceriel
86018d09e1 changed sizes of labstr and argstr to accomodate longer identifiers. 1986-11-12 21:14:05 +00:00
ceriel
f7a6dc503c Changed sizes of "argstr" and "labstr", to accomodate longer
identifiers.
1986-11-12 21:04:38 +00:00
erikb
ed106b7feb removed the debug message for encountering STRING-type Values 1986-11-12 09:55:28 +00:00
erikb
d51281b576 updated the manual pages 1986-11-12 09:53:18 +00:00
erikb
f784236908 merged the vax and mantra versions 1986-11-11 13:47:58 +00:00
ceriel
45f608bac0 Initial revision 1986-11-11 13:44:58 +00:00
ceriel
fb16148641 Adapted to use of GCIPM. 1986-11-11 13:44:13 +00:00
ceriel
3bc3818955 Adapted to use General C Identifier processing Module (GCIPM).
Also changed so that output for "cid" or "cpp" is in alphabetical order.
1986-11-11 13:42:42 +00:00
ceriel
3860ab6f68 Adapted to new versions of programs 1986-11-11 13:42:16 +00:00
ceriel
94634ace27 Initial revision 1986-11-11 13:34:20 +00:00
erikb
6f8b72bfb3 corrected the treatment of static functions declared on non-global level 1986-11-10 09:16:27 +00:00
erikb
3ebe2a7176 use programs and modules from ACK instead of local versions 1986-11-10 09:14:29 +00:00
ceriel
87af36724b Avoid a bug in the C-optimizer of 4.1 BSD. 1986-11-07 17:54:30 +00:00
ceriel
7fd4e395da Constants changed to more sensible values. 1986-11-07 16:20:33 +00:00
ceriel
981bea82f4 Added "register" to a declaration. 1986-11-07 16:01:45 +00:00
ceriel
a761166dfa *** empty log message *** 1986-11-05 21:31:23 +00:00
ceriel
9291d87dab Several bug fixes 1986-11-05 14:33:00 +00:00
ceriel
97e027db33 Added some code to skip to EOF with LL_NEWMESS. 1986-11-03 14:09:28 +00:00
ceriel
7d2ee932e9 That was: LL_NEWMESS, not LL_NEWMESSAGE! 1986-11-03 10:28:21 +00:00
sater
79a736a9f6 Output was wrong with maxmembers<2 1986-11-03 09:13:32 +00:00
ceriel
541f3caf50 Removed the integer overflow check, as it is'nt checked by
"cg".
1986-10-30 15:44:25 +00:00
ceriel
162eb9bb70 forgot to restore return address in case ".trp" is called. 1986-10-30 15:01:16 +00:00
ceriel
a0a3f2d2b6 Added code that calls LLmessage(-1) when needed, and when LL_NEWMESS is
defined.
1986-10-29 11:30:50 +00:00
ceriel
eedc332a04 Added "nflag". 1986-10-29 11:29:47 +00:00
ceriel
ee27adc926 Added nflag, that allows the LLmessage(-1) call, to indicate garbage
at end of program.
1986-10-29 11:27:47 +00:00
ceriel
de5ac65dd6 Bug fix. Error recovery did not always work as expected. The generated
parser sometimes assumed that a token would not be deleted, and inserted
tokens in front of it, and then deleted the token after all. It should
at each error, first delete, and then insert.
1986-10-29 11:16:55 +00:00
ceriel
200034075d Some name changes in ../../modules/lib. 1986-10-28 17:04:40 +00:00
ceriel
f793e823ec Made the trap message more readable. 1986-10-27 10:17:36 +00:00
ceriel
3d016f7385 Did not work properly, printed wrong trap number. Does not work
properly now, because it does no save the registers.
1986-10-27 09:57:42 +00:00
sater
02ff84337a Typo corrected 1986-10-24 16:58:46 +00:00
ceriel
ca44bfc681 newer version with some bug fixes 1986-10-22 15:38:24 +00:00
ceriel
aac1207beb Error messages are printed differently now. A '%' in an error message
used to cause difficulties.
1986-10-22 15:30:46 +00:00
ceriel
c19358ee50 Bug fix involving '\\'. 1986-10-22 13:36:22 +00:00
ceriel
0595f74596 minor simplification. 1986-10-22 13:36:04 +00:00
ceriel
f932863ee1 minor fix to LLlex.c 1986-10-21 14:45:43 +00:00
ceriel
5f638d7aac newer version 1986-10-20 17:40:41 +00:00
ceriel
697ea6d946 Added an entry for the util/cmisc directory. 1986-10-20 15:00:14 +00:00
ceriel
cb2543df8a Improved the "clean"-entry 1986-10-20 14:58:25 +00:00
ceriel
8129bf95a4 Initial revision 1986-10-20 14:56:37 +00:00
ceriel
991df05826 *** empty log message *** 1986-10-20 14:42:41 +00:00
ceriel
83e08e04d7 Added "Modules" 1986-10-20 14:09:09 +00:00
ceriel
d8ba814b26 Adapted to the use of ../../modules/lib/libstr.a 1986-10-20 13:59:14 +00:00
ceriel
11d442c0a0 Use our own string-routines "strindex" and "strrindex". At least we
know their name!
1986-10-20 13:52:16 +00:00
ceriel
784bd9ec54 Use our own string routines strindex and strrindex. At least we know
their name!
1986-10-20 13:48:26 +00:00
ceriel
84f0869fde Fixed a bug: ack could not see the difference between ".mod" and ".m".
This is corrected.
1986-10-20 13:47:26 +00:00
ceriel
3a076895bb Caused a core dump on 68000-based machines (read: non-VAX) when called
at a certain (high) level of verbosity, -v5 for instance.
Cause: a null-reference. This is fixed.
1986-10-20 13:28:59 +00:00
ceriel
b8bb269c72 Replaced a few "bss 2" by "bss EM_WSIZE". 1986-10-20 11:28:29 +00:00
ceriel
baf5b74da2 A new version, that no longer tries to move all null parts to the end
of a segment. It also uses the "object" library to read and write ACK-
object files and libraries.
1986-10-20 10:17:57 +00:00
ceriel
8ffde3c86a I don't really know why, but the file was changed. 1986-10-20 09:35:51 +00:00
ceriel
e0926981a4 Deleted the #ifdef JOHAN stuff, and
added a #define MAXSECT.
1986-10-16 16:36:00 +00:00
ceriel
908eeaf9cd Removed some ridiculous code. 1986-10-15 13:58:51 +00:00
ceriel
b40489973e Removed part of test 127. It tried a LFR after doing a LOC and an ASS.
This is of course not allowed.
1986-10-13 14:45:18 +00:00
ceriel
256847556e Added a NOFLOAT define. (Taken from Koen Langendoen) 1986-10-13 14:42:31 +00:00
ceriel
36ef5b504b Apparently, ex_ap disappeared. Put it in again. 1986-10-10 15:21:35 +00:00
ceriel
1d0f716a4e Oops, forgot to remove the id_first definition. 1986-10-10 15:09:34 +00:00
ceriel
a43d257715 Added a "fmt_id" define, to prevent that no '_' is placed in front
of an identifier longer than 8 characters.
1986-10-10 15:05:10 +00:00
sater
2672c87f68 empty string was returned when it was not so good. 1986-10-09 16:15:00 +00:00
sater
ae2f236663 nullpointer and empty string were confused.
Long live the PDP and VAX
1986-10-09 16:12:24 +00:00
ceriel
703eb4e7a0 Added RANLIB 1986-10-09 13:21:33 +00:00
ceriel
591a0db767 Removed the "wordsize" variable. it was'nt needed, as we also have
EM_WSIZE.
1986-10-09 11:44:28 +00:00
ceriel
ec2b3e61c6 Addition of some changes by Kees Visser.
In packed structures, subrange types now occupy 1 byte if they fit in
1 byte, they occupy 2 bytes if they fit in 2, etc.
1986-10-09 11:09:27 +00:00
ceriel
9d54fe57f8 Changed a test that was word_size and alignment dependant. 1986-10-09 10:37:56 +00:00
ceriel
3030eb8cae newer version 1986-10-06 20:36:30 +00:00
ceriel
f3bf7cd5bc There was an error in test 026. It used local variables but declared none.
This is corrected.
1986-09-30 11:13:44 +00:00
erikb
5af21dfc79 modified the treatment of op=, ++ and -- operators 1986-09-29 14:01:34 +00:00
erikb
42112db262 modified the treatment of op=, ++ and -- operators 1986-09-29 13:16:11 +00:00
dick
66c247ba9c some very minor changes 1986-09-28 20:33:15 +00:00
ceriel
c3d4d40d1b many bug fixes 1986-09-25 19:39:06 +00:00
erikb
c967d1ab3a put heavily used pointer variables in registers 1986-09-24 13:53:16 +00:00
ceriel
bfad7d30f0 Added a pattern for "ldc ads". 1986-09-24 12:17:25 +00:00
ceriel
6a4a13d041 Initial revision 1986-09-24 11:24:37 +00:00
ceriel
a2599744f0 Addition of new patterns. 1986-09-23 09:41:47 +00:00
sater
9092e509c6 changed ad2str function not to add +0 at labels 1986-09-22 13:15:15 +00:00
sater
b5009c57b4 made debiug output better 1986-09-22 13:14:54 +00:00
erikb
f21743e213 if NOPP: made #line directives treated correctly 1986-09-22 13:04:04 +00:00
erikb
dad1ab3b22 some minor fixes 1986-09-17 12:31:45 +00:00
erikb
a968ce8437 changed some large static data structures into STATIC 1986-09-15 08:47:53 +00:00
erikb
225f1fb724 added one byte to ibuf 1986-09-12 12:58:22 +00:00
erikb
c6a51a39f0 built in the compile time flag NOFLOAT to get rid of the float stuff 1986-09-12 09:16:07 +00:00
ceriel
b6dde9472f Bug fix: The "cmp.l" instruction was sometimes used in an illegal way. 1986-09-10 16:03:11 +00:00
erikb
ecf5219493 corrected the treatment of the <<= and >>= operators 1986-09-10 10:23:26 +00:00
erikb
b9bce39f1e simplified the return expression in loadbuf() 1986-09-09 13:49:46 +00:00
em
c685aa11b5 set limit on optimization passes to prevent loop
in optimizer in case of bad table.
1986-09-09 13:10:15 +00:00
erikb
d7716c5e5a corrected the compile-time evaluation of ~<unsigned value> 1986-09-09 09:47:43 +00:00
ceriel
9dbd1060ad An improvement to prevent calls to the .cuu routine. 1986-09-05 16:35:12 +00:00
erikb
5927f264a8 various null-dereference problems fixed 1986-09-02 15:22:54 +00:00
erikb
c84c57be67 added some LINT facilities 1986-09-02 15:00:50 +00:00
sater
14b982346f Error fixed where w==2 was assumed 1986-08-28 10:28:42 +00:00
erikb
361613bb23 first operand to intexpr is arith typed 1986-08-26 14:59:36 +00:00
ceriel
a0db745586 newer version with bug fixes 1986-08-26 14:33:24 +00:00
erikb
e1c67b1fba unknown-sized locals retain their type 1986-08-26 10:30:39 +00:00
erikb
901d1b3af8 generate a con instruction for each character in a string constant 1986-08-25 08:47:07 +00:00
erikb
fc9f365b47 some minor bugs 1986-08-22 09:20:13 +00:00
erikb
06c0a20b4d made less environ and machine dependent 1986-08-22 09:10:12 +00:00
erikb
a7e97524e4 revised the treatment of "e op= f" expression 1986-08-13 10:05:39 +00:00
erikb
8217bef1eb added some #ifdef USE_TMP lines 1986-07-29 12:49:38 +00:00
erikb
7f74cabf12 added -T<path> option: create temporary file(s) in directory <path> 1986-07-29 11:46:00 +00:00
ceriel
cf8e8a5b96 Added a test for BLS with a blockmove of wordsize bytes. 1986-07-25 16:08:56 +00:00
ceriel
023073b422 Bug fix: the BLS instruction did'nt work with block moves of one word. 1986-07-25 15:57:03 +00:00
ceriel
6dd1a052d3 inn and set must be word-orientated, not byte-orientated. 1986-07-25 15:01:15 +00:00
ceriel
c422c4e130 Bug fix 1986-07-25 14:17:23 +00:00
ceriel
37320faecc Bug fix 1986-07-25 13:19:51 +00:00
ceriel
f68d0ffb7d Made tail_mon dependant on tail_mon.a 1986-07-23 11:06:29 +00:00
ceriel
79eab3513d Added a ".sect .text". The text "landed" in the bss segment. 1986-07-23 11:04:40 +00:00
ceriel
5d188dee44 Bug fix. It just did'nt work. 1986-07-22 15:11:09 +00:00
ceriel
729774d6f8 *** empty log message *** 1986-07-22 14:49:46 +00:00
ceriel
a067d1bc0d Adapted to the use of the new assembler. 1986-07-22 13:42:21 +00:00
ceriel
399a46eb92 Adapted to new assembler and made re-entrant. 1986-07-22 13:37:16 +00:00
ceriel
f514411cea Adapted to use of new assembler. 1986-07-22 13:23:14 +00:00
ceriel
aee6a1648a Initial revision 1986-07-22 11:07:48 +00:00
ceriel
f45f393b71 replaced all occurrences of "cc" by "$(CC)". 1986-07-22 11:01:54 +00:00
ceriel
2acc260239 Adapted so that anybody can do "make install". 1986-07-22 10:47:51 +00:00
ceriel
a184032321 Changed default machine to "vax4". 1986-07-22 10:36:04 +00:00
ceriel
4f3b82565f Added code to use different integer constants when compiled with
word_size >= 4.
1986-07-21 12:26:38 +00:00
ceriel
2934d628b5 Added -Vi... flag to Pascal compiler options. 1986-07-21 09:58:19 +00:00
ceriel
3c76cbaa1e Some changes needed for the new 4-4 Pascal compiler. 1986-07-21 09:53:44 +00:00
ceriel
83d21d8076 Added instructions to make pem44.m 1986-07-21 09:40:20 +00:00
ceriel
d0fdcb18db This is the result of the merging of 2.5 with 2.4.1.1, with some
minor fixes.
1986-07-21 09:30:11 +00:00
ceriel
5fd9c608ed Temporary variables are no longer overlapping. The operlapping caused
problems with register variables.
Also, code is added to prevent the generation of static exchanges.
only included if the preprocessor-constant
NO_EXC is defined.
1986-07-21 09:23:39 +00:00
dick
3434e1c53f some leaks plugged (as detected by the leak detector) 1986-07-18 22:23:23 +00:00
dick
824293a681 some leaks plugged (as detected by the leak detector) 1986-07-18 21:10:42 +00:00
dick
c9a188825d option NORCSID for lint in Makefile is nonsense 1986-07-17 22:17:59 +00:00
ceriel
d5a95fcac0 Some bug fixes 1986-07-14 15:00:08 +00:00
ceriel
832bdeb3be better compatibility between CARDINAL and ADDRESS 1986-07-10 16:27:26 +00:00
ceriel
965e75761d newer version 1986-07-08 14:59:02 +00:00
ceriel
bcfca75b56 newer version 1986-06-26 09:39:36 +00:00
ceriel
9932033365 newer version 1986-06-20 14:36:49 +00:00
ceriel
a9dfdc494b newer version 1986-06-17 12:04:05 +00:00
sater
f1a0c90fb1 removed sanity checking on result from sprintf
System IIIish systems seem to have their own idea.
1986-06-17 09:13:11 +00:00
sater
4398053245 Conversions from 1 byte integers were wrong.
Only discovered after new C-frontend.
1986-06-16 11:35:12 +00:00
ceriel
ec528b797e newer version 1986-06-10 13:18:52 +00:00
ceriel
966213238a There was a bug in the printing of the trap number.
This is corrected.
1986-06-06 23:35:42 +00:00
ceriel
7a9d436a56 newer version 1986-06-06 09:35:11 +00:00
ceriel
caf99ea472 newer version 1986-06-06 02:22:09 +00:00
ceriel
db258b68ea Increased the size of the expression node table. 1986-06-05 13:56:31 +00:00
ceriel
f12ea12eda Rediscovered a bug in the VAX 4.1 UNIX assembler. It handles $0f0.0 wrong!
The changes is the table insure that $0f0.0 is never generated.
1986-06-05 12:43:56 +00:00
ceriel
9e0ab0029b first, almost complete, version 1986-06-04 09:01:48 +00:00
ceriel
db795bc07a newer version 1986-05-30 18:48:00 +00:00
ceriel
6382054ae5 newer version 1986-05-28 18:36:51 +00:00
erikb
441ba991fa revised the type checking of expr in "switch (expr)" 1986-05-28 08:40:06 +00:00
ceriel
f56f8f56f3 newer version 1986-05-23 19:25:21 +00:00
ceriel
1cfe2b5dac newer version 1986-05-23 09:46:31 +00:00
ceriel
0f04bc72bd newer version 1986-05-21 18:32:20 +00:00
sater
5a84f07281 Non existing token fields in the format string caused memfaults
because fields were checked beyond the end of the tokeninfo. Fixed.
1986-05-21 15:08:57 +00:00
ceriel
a4887558b8 newer version 1986-05-16 17:15:36 +00:00
ceriel
15896e422c newer version 1986-05-14 09:03:51 +00:00
ceriel
0bf57a9c64 newer version 1986-05-01 19:06:53 +00:00
ceriel
53e3cd60d0 newer version 1986-04-28 18:06:58 +00:00
erikb
dd5b8dfabf various small layout corrections 1986-04-28 09:56:33 +00:00
ceriel
4173e3c487 newer version 1986-04-25 10:14:08 +00:00
ceriel
a254a8acb1 newer version 1986-04-23 22:12:22 +00:00
ceriel
ce160b4f1a newer version 1986-04-22 23:22:19 +00:00
ceriel
fef8659bf1 newer version 1986-04-22 22:36:16 +00:00
keie
de21842485 Added EODDZ to the exported externals.
It should have been there from the start.
1986-04-22 10:40:29 +00:00
ceriel
674791bf91 newer version 1986-04-21 17:27:06 +00:00
ceriel
6715e3b171 newer version 1986-04-18 17:53:47 +00:00
erikb
53255dcf48 various small corrections 1986-04-17 14:42:54 +00:00
ceriel
d3d6e637d6 newer version 1986-04-17 09:28:09 +00:00
ceriel
426c273de8 newer version 1986-04-15 17:51:53 +00:00
ceriel
7d76f2829a newer version 1986-04-12 02:21:24 +00:00
ceriel
64a9f1e5d7 newer version 1986-04-11 11:57:19 +00:00
ceriel
ba47f9fe7c newer version 1986-04-10 01:08:49 +00:00
ceriel
d1a2112163 safety commit 1986-04-09 18:14:49 +00:00
ceriel
b853ce1546 newer version 1986-04-08 23:51:11 +00:00
ceriel
6ff4d852e1 newer version 1986-04-08 23:34:10 +00:00
ceriel
629b8fdb88 newer version 1986-04-08 18:15:46 +00:00
ceriel
3de71150a6 newer version 1986-04-07 22:15:08 +00:00
ceriel
f2b68c8261 newer version 1986-04-07 17:40:38 +00:00
ceriel
376c47c98f newer version, partial parse trees 1986-04-06 17:42:56 +00:00
ceriel
0e4311490c A newer version 1986-04-04 13:47:04 +00:00
erikb
b5e1097890 corrected the treatment of PREDEF-ed macros 1986-04-04 11:31:03 +00:00
erikb
bb8d6b5143 revised the treatment of strings in initialisations 1986-04-04 09:54:50 +00:00
ceriel
c8453bb3f7 newer version, safety commit 1986-04-03 17:41:26 +00:00
erikb
4c75213caa adapted to print(3L) module 1986-04-03 14:32:56 +00:00
erikb
725d3fa6ea revised check_ival() (among some other small changes) 1986-04-03 11:33:32 +00:00
ceriel
52d743f223 Newer version, safety commit 1986-04-03 00:44:39 +00:00
ceriel
b89155a64a newer version, safety commit 1986-04-02 17:34:21 +00:00
erikb
66c571d217 revised the administration of Value expressions 1986-04-02 08:37:17 +00:00
ceriel
fac31cce07 Newer version, safety commit 1986-03-29 01:04:49 +00:00
dick
ad1feaf35c expression nodes now can have a flag EX_ERROR 1986-03-27 18:17:48 +00:00
ceriel
f2764393be safety commit, newer version 1986-03-27 17:37:41 +00:00
sater
851a68883c repaired inreg() pseudofunction, it delivered total nonsense 1986-03-27 15:49:16 +00:00
erikb
5bdb108e47 modified the string-constant printing routines; bts2str() is invoked 1986-03-27 11:01:12 +00:00
ceriel
f2ff7661e4 safety commit, newer version 1986-03-26 22:46:48 +00:00
ceriel
4a91a6bf4b newer version, safety commit 1986-03-26 17:53:13 +00:00
erikb
e8505e4434 introduced the string(3L) module 1986-03-26 16:58:43 +00:00
ceriel
7f174a46c3 A newer version, safety commit 1986-03-26 15:11:02 +00:00
dick
8546fbe868 identifier pfd_type renamed to fdtpp 1986-03-26 14:01:10 +00:00
erikb
80155f7b4c introduced the em_code(3L) and em_mes(3L) modules 1986-03-25 16:40:43 +00:00
erikb
1afbf0e20f adapted to the system(3L) interface 1986-03-25 10:39:23 +00:00
ceriel
0e39681621 some improvements 1986-03-24 17:29:57 +00:00
erikb
0d63470af3 fixed a garbage collection problem 1986-03-21 13:26:28 +00:00
ceriel
b683a21217 Initial version 1986-03-20 14:52:03 +00:00
erikb
9f8f8c1a9c fixed a bug in check_*_expr() 1986-03-20 13:09:47 +00:00
sater
5c71bad6e1 Relaxed input syntax for from STACK coercions
No gen clause is necessary anymore.
1986-03-19 16:14:12 +00:00
erikb
ea73b04ef3 improved lay-out 1986-03-19 16:07:32 +00:00
erikb
f14b5ead0e Added C_init(), an empty-bodied routine 1986-03-19 12:36:02 +00:00
erikb
48cbb00cbe Recovered from some inconsistencies. 1986-03-19 12:31:05 +00:00
erikb
fe073353c0 last modifications in order to introduce the EM library mechanism 1986-03-18 09:01:59 +00:00
dick
5880700ab4 some long lines split 1986-03-17 17:47:04 +00:00
dick
021d8d1fec more calls of expr_error() for better error reporting 1986-03-15 18:16:30 +00:00
dick
c80f2c0817 improved error reporting for initialization expressions
miscellaneous changes
1986-03-14 16:15:16 +00:00
erikb
6e53274b6a simplified the EM con/rom functions (86/03/13) 1986-03-13 13:27:44 +00:00
erikb
43e75cec60 renamed some EM code functions according to the 86/03/11 EMCODE definition 1986-03-11 15:21:30 +00:00
erikb
4b2ac75e94 added the possibility to prepend your own libc.a before the default 1986-03-11 14:46:46 +00:00
erikb
5f734a6210 removed a reference to declarator.str 1986-03-10 15:59:43 +00:00
erikb
c0becb6dc7 Introduced the ALLOCDEF mechanism 1986-03-10 15:20:30 +00:00
erikb
3dbb828d82 Introduction of ALLOCDEF 1986-03-10 15:18:00 +00:00
erikb
69e7c2d0ae introduced the ALLOCDEF mechanism 1986-03-10 15:16:33 +00:00
erikb
5d1e9f0c86 renamed declarator.h as declar.h 1986-03-10 15:10:56 +00:00
erikb
787061ffd4 *** empty log message *** 1986-03-10 13:15:40 +00:00
erikb
bc296e2dcc *** empty log message *** 1986-03-10 13:07:55 +00:00
em
c21def03db updated 1986-03-05 17:12:39 +00:00
dick
916a65f5d6 generated itables no longer in RCS; avoid overflow in app.codes.pr 1986-03-05 16:58:40 +00:00
em
c2dc6da49f Added the possibility of a third field in the pseudo-instruction
description.
This change is upwards compatible with the previous version, t.i., it still
works the same with the previous version of "em_table".
1986-03-05 14:27:08 +00:00
em
0f84a92306 Added a third field to the pseudos indicating the type(s) of argument(s).
New types are:
	t	cst	{0,1}
	a	par
	v	val
	e	dlb
Also added : ?, * and +, having the usual regular expression meaning.
1986-03-05 13:45:38 +00:00
dick
f0cb9591ec adapting to phototypesetter 1986-03-04 15:30:45 +00:00
ceriel
249314e586 Bug fix: The "calls" instruction could be called with
first argument > 255. This is corrected.
1986-03-04 11:39:22 +00:00
dick
10569743c8 adapting to phototypesetter 1986-02-28 18:02:00 +00:00
dick
1cd71875ac small adjustments 1986-02-28 17:46:09 +00:00
dick
43fd3df629 entry clean added 1986-02-27 14:57:35 +00:00
keie
7592c2cb1a Adapted to our ack environment. 1986-02-11 11:22:43 +00:00
keie
7606d347a0 Added a warning message. 1986-02-11 11:18:57 +00:00
keie
9c10e17f06 Ack is using good old cpp again. 1986-02-11 11:15:19 +00:00
keie
2d429613e6 *** empty log message *** 1986-02-11 11:14:11 +00:00
keie
2ff183fd2a Too long ago. 1986-02-11 11:13:41 +00:00
bal
b48d45c38d increased STACK_DEPTH from 50 to 250 1986-02-10 11:04:33 +00:00
ceriel
e2cfecffe3 Added some new patterns involving multiplies with 0, 1 etc. 1986-02-10 10:14:41 +00:00
ceriel
847de065d6 A minor improvement. 1986-02-10 10:08:27 +00:00
dick
9694054674 updated for photo-typesetter 1986-02-04 17:37:41 +00:00
em
f3e2248cc4 fixed bug in number() -- hex letters mistreated 1986-02-03 14:30:19 +00:00
sater
ef48465b2a Hex numbers didn't work. Corrected bug in myatoi(). 1986-01-24 16:08:34 +00:00
dick
d112eb710c adapted to phototypesetter 1986-01-20 20:39:09 +00:00
sater
144ef77113 Some old changes by keie, plus added tbl to ncg.doc 1985-12-04 16:08:21 +00:00
sater
5c0660793d Changed to be printed on laserprinter.
Removed paragraph about bug, since bug is now solved
1985-12-04 15:52:51 +00:00
sater
a91e33ce96 Corrected error in otime of initialisation of booleans 1985-12-02 13:55:06 +00:00
ceriel
5b09f4211d A minor change in the LL.output format. 1985-11-26 13:27:51 +00:00
ceriel
4b31842ecc Remove targets before installing new ones 1985-11-25 16:26:59 +00:00
ceriel
7e978197d2 New manual page for a completely new version of LLgen. 1985-11-25 16:00:18 +00:00
ceriel
1284cf0187 Changed dependancies 1985-11-25 15:57:43 +00:00
ceriel
fb36b6b633 New version of LLgen, new version of this Makefile ... 1985-11-25 15:52:56 +00:00
ceriel
8b48512de7 New version, with a much faster parser. 1985-11-25 15:50:51 +00:00
ceriel
70a5d416d1 New version, much faster 1985-11-25 15:50:19 +00:00
ceriel
42d0e056fb Completely new version, generating a much faster parser 1985-11-25 15:48:42 +00:00
ceriel
f055d610d3 Completely new version, generating a much faster parser. 1985-11-25 15:47:51 +00:00
bal
5ac646f89f Yet another bug reported by sater. 1985-11-18 16:55:53 +00:00
keie
b493f98f39 The extra BSD4.2 code caused two branches to be out of range. 1985-10-15 15:53:48 +00:00
keie
2e947a5e91 BSD4.3 size returns an error when it cannot find one of
its arguments.
1985-10-15 15:47:12 +00:00
bal
c9c168d853 Several optimization patterns for DAS (Delftse Ada Subset) frontend added. 1985-10-14 09:27:24 +00:00
ceriel
e494e09063 Initial revision 1985-10-03 18:31:47 +00:00
ceriel
aab6140bfa different interface. 1985-10-03 17:19:14 +00:00
bal
98d06cffb2 0 / -1 confusion for properties (bug reported by sater). 1985-10-03 14:47:28 +00:00
bal
de79024451 0 / -1 confusion for properties (2 bugs reported by sater). 1985-10-03 14:45:53 +00:00
bal
dcb4b71a3d 0 / -1 confusion for properties (bug reported by sater). 1985-10-03 14:41:44 +00:00
ceriel
d07e8114c6 More safety, also after terms and nonterminals. 1985-10-03 12:38:55 +00:00
ceriel
67beb0c4d5 *** empty log message *** 1985-10-03 10:36:07 +00:00
ceriel
ca4cc6fe80 Initial revision 1985-10-03 10:35:55 +00:00
ceriel
4ed4dab397 *** empty log message *** 1985-10-03 10:25:40 +00:00
ceriel
6b74749c12 Initial revision 1985-10-03 10:25:23 +00:00
ceriel
b83ab7873e A more precise safety after a term. 1985-10-02 22:49:16 +00:00
ceriel
73153b484b Initial revision 1985-10-02 22:20:04 +00:00
ceriel
40915d76c6 Name change : tail_em.vend -> end_em.s 1985-09-19 14:03:13 +00:00
bal
8668e313f8 bug fixed: same problem as in r1.3, now with csb.
Solution: only do block fusion if first block end on bra.
1985-09-19 11:14:55 +00:00
bal
a18c5dd9c4 bug fixed: last instruction of first block in block fusion optimization
can be a conditional branch. (bug detected by Ceriel).
1985-09-18 16:27:29 +00:00
bal
53f6b51cde sprintf does not return pointer to string so the assert(s==string) does
not make any sense.
1985-09-06 11:39:06 +00:00
bal
6a4d9703cc exit(0) added (trouble with make) 1985-09-06 11:38:00 +00:00
bal
0d9459bdd6 MAXSTAB set to 2500 (problem with argument list of ROM for new C front-end). 1985-09-06 11:06:32 +00:00
bal
57a2371a16 bug fixed: null-pointer dereference. 1985-08-13 14:03:23 +00:00
em
cd5fb7ea8c Added str0 and str 1. 1985-07-26 17:38:22 +00:00
em
8ebd47f7d7 The identifier ns occurs in C programs. 1985-07-26 17:15:15 +00:00
em
bccc87a808 Annita's versie 1985-07-26 17:14:13 +00:00
em
478209a840 This one works correctly for programs failing to translate. 1985-07-26 17:04:31 +00:00
em
1c5cb87985 removed a superfluous line. 1985-07-26 15:37:11 +00:00
em
83103c314b Initial revision 1985-07-26 12:52:13 +00:00
em
bc759a2903 *** empty log message *** 1985-07-26 12:51:45 +00:00
em
6bdc39213b Initial revision 1985-07-26 11:56:24 +00:00
em
0e7eb937b4 Not using libmon. 1985-07-26 11:47:54 +00:00
em
e63968056e Added RCSID 1985-07-26 11:45:49 +00:00
em
9ef57888fa Initial revision 1985-07-26 11:38:59 +00:00
em
6710f21388 *** empty log message *** 1985-07-26 11:29:08 +00:00
em
b5efab645f Initial revision 1985-07-26 11:05:30 +00:00
ceriel
5d86ead6c0 There was a bug in the "str $1==0" instruction. It said:
str $1==0	| source4 |
			remove(ALL) "jsb\t.strlb"	|	| |
It should of course have been
str $1==0	| STACK |	jsb\t.strlb"	|	| |
1985-07-21 11:34:33 +00:00
bal
7b4b53af21 bugs for ngf 8 and fif 4 fixed (asp 16 --> asp 8). 1985-07-19 18:02:25 +00:00
bal
2e5bf801a0 patterns for "loc loc cii/cui/ciu/cuu $1==$2" added. 1985-07-19 17:58:34 +00:00
bal
04cee55976 .sect .text added 1985-07-19 13:43:03 +00:00
bal
479827380c .sect .text added 1985-07-18 14:52:56 +00:00
keie
6f22e5b7d9 %D => %ld 1985-06-21 12:55:17 +00:00
keie
6de8b41da2 *** empty log message *** 1985-06-19 13:42:49 +00:00
keie
3e6e781c8d Now using AALMAG instead of ARMAG for led libraries. 1985-06-12 10:31:28 +00:00
keie
57acada057 *** empty log message *** 1985-06-10 16:57:01 +00:00
keie
68e92c8319 *** empty log message *** 1985-06-10 16:05:04 +00:00
keie
1b972eff60 *** empty log message *** 1985-06-10 15:32:18 +00:00
keie
b11d9ce683 *** empty log message *** 1985-06-10 14:52:43 +00:00
keie
1c19000977 *** empty log message *** 1985-06-10 13:55:48 +00:00
keie
eea5656df7 *** empty log message *** 1985-06-10 13:50:36 +00:00
keie
8749fb1da8 Using new magic number for 'aal' archives. 1985-06-10 12:41:51 +00:00
keie
a90254c045 Added AALMAG, for making distiction between 'led' archives
with SYMDEF and archives made/altered with 'arch'.
1985-06-10 11:28:06 +00:00
keie
dacde83aae Removed debugging printout. 1985-06-10 11:23:22 +00:00
keie
42c2a9754f Adapted by Sjoerd to amoeba. 1985-06-10 10:53:15 +00:00
keie
44ccf469d9 Changed to get led working under amoeba.
Author: K.S. Mullender.
1985-06-10 10:48:49 +00:00
keie
1c9723afd7 Using new assembler & linker. 1985-06-04 11:43:01 +00:00
keie
23bf60a80e Adapated to use of new linker & assembler. 1985-06-04 11:30:54 +00:00
keie
04e97ce36b *** empty log message *** 1985-06-04 11:18:43 +00:00
keie
0370ea6d61 Adapted to use of the new assembler & linker 1985-06-04 11:18:09 +00:00
keie
a9bbf81f93 Adapted to use of new assembler & linker 1985-06-04 10:57:42 +00:00
keie
fa2547ddf7 Adapted to use of new linker & assembler. 1985-06-04 10:44:10 +00:00
keie
a26a8318da Adapted to using the new assembler & linker. 1985-06-04 10:40:50 +00:00
keie
206c33b6bc Added a module for fake floating point. 1985-06-04 10:39:45 +00:00
keie
5acb12ebe0 Now prevents inclusion of failed compilations into libraries. 1985-06-04 10:32:27 +00:00
keie
040aa7115c Adapted to use of new assmbler and linker. 1985-06-04 10:32:07 +00:00
keie
531353e14d More adapted to use by march. 1985-06-04 10:30:18 +00:00
keie
3f83d34dd9 Adapted to use of the new assembler and linker. 1985-06-04 10:29:56 +00:00
keie
5fc5b3c32d A version that tells march to not try to include objects
of modules that failed to translate in the library.
1985-06-04 10:26:06 +00:00
keie
227a684c70 Adapted tu use new assembler & linker. 1985-06-04 10:25:30 +00:00
keie
be932f0f5b 1 - Changed %D into %ld.
2 - Adapted to the new linker.
1985-06-04 10:21:15 +00:00
em
37c3bced4b Adapted to using the new linker. 1985-06-04 09:48:00 +00:00
em
4eed0fe226 Added one remark intended for bug circumvention. 1985-05-28 15:57:52 +00:00
em
4d183a3757 *** empty log message *** 1985-05-23 13:56:24 +00:00
keie
177af75c93 *** empty log message *** 1985-05-13 11:19:24 +00:00
keie
f90babad30 Adapted to installation in the EM tree. 1985-05-13 11:09:53 +00:00
keie
8cbd17b1ba *** empty log message *** 1985-05-13 11:06:30 +00:00
bal
0db1db10b8 Bug fixed: cg generated instructions like "and.l #2,a4", which are
not allowed on the 68000.
The condition "inreg($...) < 2" is added to every EM-pattern that
accesses local non-register variables. So the ordering of the
patterns for regvar/non-regvar is no longer important.
1985-05-01 12:53:33 +00:00
keie
eb025dae5c Added a message to the effect that 'local commons' can not be handled. 1985-04-29 11:55:30 +00:00
keie
cec503a1b4 Changed trap number into bit shifted by number for ignore mask.
The whole example is, at leat, unclear.
The trap for EFOVL never occurs!
1985-04-25 13:37:59 +00:00
keie
5472fafa56 Add hoc solution of .align problem. 1985-04-23 12:55:01 +00:00
em
a0a7a48c3b The reading of the input is now machine independent. 1985-04-22 15:13:24 +00:00
em
89a37681fc *** empty log message *** 1985-04-22 14:12:26 +00:00
keie
7b6ed6733f Added assignment for debuuging info. 1985-04-19 13:28:56 +00:00
keie
78961d37c1 Now using out.h from ../../h 1985-04-18 15:22:22 +00:00
keie
b391be598b Now using arch.h, out.h and ranlib.h from ../../h 1985-04-18 15:21:16 +00:00
bal
d0e857ddb2 Initial revision 1985-04-18 15:14:37 +00:00
bal
928e341f16 Bug fixed: incorrect return value
New version adapted from m68k4 version.
1985-04-18 15:12:29 +00:00
bal
3759de23eb Extra systems calls added 1985-04-18 15:12:06 +00:00
ceriel
9c9976c121 Er zat een bug in het patroon
lol adp stl met $1 < 0.
Ten onrechte werd in de gegenereerde code het AP register gebruikt.
Dit moest natuurlijk FP zijn.
1985-04-17 13:38:36 +00:00
keie
eb3fc1d43e Added provision to print (possibly in mach.h defined) modhead
on the output assmble file as the very first text.
1985-04-16 16:14:55 +00:00
bal
7b745d6fb2 Bug fixed for pattern 'sti $1 > 4' (ADDREG -> ADDSCR)
Bug was present since version 1.1
1985-04-16 15:24:23 +00:00
1671 changed files with 339 additions and 160155 deletions

135
Action
View File

@@ -1,135 +0,0 @@
name "System definition"
dir first
action did_first
failure "You have to run the shell script first in the directory first"
fatal
end
name "EM definition"
dir etc
end
name "C preprocessor"
dir util/cpp
end
name "EM definition library"
dir util/data
end
name "Encode/Decode"
dir util/misc
end
name "Shell files in bin"
dir util/shf
end
name "EM assembler"
dir util/ass
end
name "EM Peephole optimizer"
dir util/opt
end
name "ACK archiver"
dir util/arch
end
name "Program 'ack'"
dir util/ack
end
name "Bootstrap for backend tables"
dir util/cgg
end
name "LL(1) Parser generator"
dir util/LLgen
end
name "Bootstrap for newest form of backend tables"
dir util/ncgg
end
name "C frontend"
dir lang/cem/comp
end
name "Basic frontend"
dir lang/basic/src
end
name "Intel 8086 support"
dir mach/i86
indir
end
name "MSC6500 support"
dir mach/6500
indir
end
name "Motorola 6800 support"
dir mach/6800
indir
end
name "Motorola 6805 support"
dir mach/6805
indir
end
name "Motorola 6809 support"
dir mach/6809
indir
end
name "Intel 8080 support"
dir mach/i80
indir
end
name "2-2 Interpreter support"
dir mach/int22
indir
end
name "2-4 Interpreter support"
dir mach/int24
indir
end
name "4-4 Interpreter support"
dir mach/int44
indir
end
name "IBM PC/IX support"
dir mach/ix
indir
end
name "Motorola 68000 2-4 support"
dir mach/m68k2
indir
end
name "Motorola 68000 4-4 support"
dir mach/m68k4
indir
end
name "NS16032 support"
dir mach/ns
indir
end
name "PDP 11 support"
dir mach/pdp
indir
end
name "PMDS support"
dir mach/pmds
indir
end
name "PMDS 4/4 support"
dir mach/pmds4
indir
end
name "Signetics 2650 support"
dir mach/s2650
indir
end
name "Vax 2-4 support"
dir mach/vax2
indir
end
name "Vax 4-4 support"
dir mach/vax4
indir
end
name "Z80 support"
dir mach/z80
indir
end
name "Zilog Z8000 support"
dir mach/z8000
indir
end
name "Pascal frontend"
dir lang/pc/pem
end

View File

@@ -1,17 +0,0 @@
/*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
*
* This product is part of the Amsterdam Compiler Kit.
*
* Permission to use, sell, duplicate or disclose this software must be
* obtained in writing. Requests for such permissions may be sent to
*
* Dr. Andrew S. Tanenbaum
* Wiskundig Seminarium
* Vrije Universiteit
* Postbox 7161
* 1007 MC Amsterdam
* The Netherlands
*
*/

View File

@@ -1 +0,0 @@
exec sh TakeAction distr distr/Action

17
NEW
View File

@@ -1,17 +0,0 @@
What's new:
A lot of things have changed since that previous distribution.
It is not wise to mix files created by the previous version of the Kit
with files belonging to this version, although that might sometimes work.
The major additions are:
- Basic frontend
- New codegenerator
- LL(1) parser generator
- Vax backend with 4-byte wordsize
- Motorola 68000 backend with 4-byte wordsize
- Motorola 68000 interpreter for 2- and 4-byte wordsize
- Z8000 assembler and backend.
- 6805 assembler
- NatSem 16032 assembler
- Intel 8080 backend
- Zilog Z80 backend
- Signetics 2650 assembler

2
README
View File

@@ -1,2 +0,0 @@
Before starting installation you should read
the file doc/install.pr

View File

@@ -1,109 +0,0 @@
case $# in
0) PAR=install ; CMD=Action ;;
1) PAR="$1" ; CMD=Action ;;
2) PAR="$1" ; CMD="$2" ;;
*) echo Syntax: "$0" [param [file]] ; exit 1 ;;
esac
if test -r "$CMD"
then :
else
case "$CMD" in
Action) echo No Action file present ;;
*) echo No Action file "($CMD)" present ;;
esac
fi
THISFILE=`pwd`/$0
SYS=
RETC=0
{ while read LINE
do
eval set $LINE
case x"$1" in
x#*) ;;
xname) SYS="$2"
ACTION='make $PAR'
DIR=.
FM=no
FAIL='Failed for $SYS, see $DIR/Out'
SUCC='$SYS -- done'
ATYPE=
FATAL=no
DOIT=yes
;;
xfatal) FATAL=yes ;;
xaction|xindir) case x$ATYPE in
x) ACTION=$2 ; ATYPE=$1
case $ATYPE$FM in
indirno) FAIL='Failed for $SYS' ;;
esac
;;
*) echo Already specified an $ATYPE for this name
RETC=65 ;;
esac ;;
xfailure) FM=yes
FAIL="$2" ;;
xsuccess) SUCC="$2" ;;
xdir) DIR="$2" ;;
xsystem) case `ack_sys` in
$2) ;;
*) echo "Sorry, $SYS can only be made on $2 systems"
DOIT=no
;;
esac ;;
xend) case $DOIT in
no) continue ;;
esac
case x$SYS in
x) echo Missing name line; RETC=65 ;;
*) if test -d $DIR
then (
cd $DIR
X=
case $ATYPE in
indir)
if sh $THISFILE $PAR $ACTION
then eval echo $SUCC
else RETC=2 ; eval echo $FAIL
fi ;;
*)
if eval "$ACTION >Out 2>&1 </dev/null"
then eval echo $SUCC
else RETC=1 ; X=: ; eval echo $FAIL
fi
;;
esac
(echo ------- `pwd`
cat Out
$X rm -f Out
) 2>/dev/null 1>&- 1>&3
exit $RETC
)
case $? in
0) ;;
*) case $RETC in
0) RETC=$? ;;
esac ;;
esac
else
echo Directory $DIR for $SYS is inaccessible
RETC=66
fi ;;
esac
case $FATAL$RETC in
yes0) ;;
yes*) echo Fatal error, installation stopped.
exit $RETC ;;
esac
SYS=
;;
*) echo Unknown keyword "$1"
RETC=67 ;;
esac
done
exit $RETC
} <$CMD
RETX=$?
case $RETX in
0) exit $RETC ;;
*) exit $RETX ;;
esac

View File

@@ -1 +0,0 @@
exec /usr/em/doc/em.doc/int/em /usr/em/doc/em.doc/int/tables ${1-e.out} core

View File

@@ -1,15 +0,0 @@
name "Installation manual"
dir doc
end
name "EM documentation"
dir doc/em.doc
end
name "Pascal bootstrap files"
dir lang/pc/pem
end
name "LLgen bootstrap files"
dir util/LLgen
end
name "MSC6500 vend_library"
dir mach/6500/libem
end

View File

@@ -1,6 +0,0 @@
name "vax2/cg bootstrap files"
dir mach/vax2/cg
end
name "vax4/cg bootstrap files"
dir mach/vax4/cg
end

View File

@@ -1,42 +0,0 @@
-- ./bin/em.pascal no RCS file
-- ./doc/em.doc/doc.pr no RCS file
-- ./doc/install.pr no RCS file
-- ./h/em_mnem.h no RCS file
-- ./h/em_pseu.h no RCS file
-- ./h/em_spec.h no RCS file
-- ./lang/basic/src/y.tab.c no RCS file
-- ./lang/basic/src/y.tab.h no RCS file
-- ./lang/pc/pem/pem22.m no RCS file
-- ./lang/pc/pem/pem24.m no RCS file
-- ./lib/LLgen/incl no RCS file
-- ./lib/LLgen/rec no RCS file
-- ./lib/ix/head_em no RCS file
-- ./lib/ix/head_i no RCS file
-- ./lib/ix/tail_em no RCS file
-- ./lib/ix/tail_em.vend no RCS file
-- ./lib/ix/tail_mon no RCS file
-- ./mach/6500/libem/tail_em.ve.s.a no RCS file
-- ./mach/vax2/cg/tables1.c no RCS file
-- ./mach/vax2/cg/tables1.h no RCS file
-- ./mach/vax4/cg/tables1.c no RCS file
-- ./mach/vax4/cg/tables1.h no RCS file
-- ./mach/z80/int/libpc/pc_tail.c.a no RCS file
-- ./mkun/pubmac no distr2 yet
-- ./mkun/tmac.q no distr2 yet
-- ./mkun/tmac.q1 no distr2 yet
-- ./mkun/tmac.q2 no distr2 yet
-- ./mkun/tmac.q3 no distr2 yet
-- ./mkun/tmac.q4 no distr2 yet
-- ./mkun/tmac.q5 no distr2 yet
-- ./mkun/tmac.q6 no distr2 yet
-- ./mkun/tmac.q7 no distr2 yet
-- ./mkun/tmac.q8 no distr2 yet
-- ./util/LLgen/src/parser no RCS file
-- ./util/LLgen/src/LLgen.c no RCS file
-- ./util/LLgen/src/Lpars.c no RCS file
-- ./util/LLgen/src/Lpars.h no RCS file
-- ./util/LLgen/src/tokens.c no RCS file
-- ./util/data/em_flag.c no RCS file
-- ./util/data/em_mnem.c no RCS file
-- ./util/data/em_pseu.c no RCS file
-- ./util/data/em_ptyp.c no RCS file

View File

@@ -1,74 +0,0 @@
How to make a fresh distribution:
For a distribution you need ".distr" files and RCS files.
The EM home directory contains a file called ".distr". It contains
the names of all the files and directories you want to have in the distribution.
The directories should contain .distr files, the other files should
be placed under RCS.
The current RCS revision name is "distr2".
The are files that derive from other files and yet should be placed
in the distribution.
These files should not be placed under RCS.
The file "Exceptions" in this directory contains the current list of
these files.
When all this is correct, use the shell script mktree the extract
the distribution from the EM tree.
cd /usr/em ; sh distr/mktree destination_tree >distr/f.attf 2>&1
Make sure that the destination tree exists and is empty!
Failing to do that will almost certainly result in a welter of
error messages.
The file f.attf contains mktree error messages and should be compared
to Exceptions.
The actions of mktree are quite complicated. It starts in the current
directory reading the ".distr" file, after copying that file to the
destination tree.
For each file mentioned there it performes certain actions:
1- Directory Change to that directory and call yourself recursively.
2- File
a- Try to do "co -rdistr2 destination_tree/path/destination_file"
on succes "chmod +w destination_file"
else
b- Try to do "co destination_tree/destination_file"
on succes "chmod +w destination_file" and
give message that says "Missing distr2 entry" (or some such).
else
c- I Does a file LIST exist in this directory AND
is the first line of LIST equal to the name of the
destination file? If so, try to extract all the files
named in the rest of the LIST file and call the program
arch to create a library "arch cr `cat LIST`".
In this manner libraries can be distributed whose members
have their own RCS file!
else
II try to do "cp file destination_tree/path/destination_file"
on succes give message that says "Missing RCS entry"
(or some such).
else
d-
give message that says "Missing entry" (or some such).
Now you have the tree but not everything is kosher yet.
Some files derive from other files in the tree, those derivations should
be done with the use of an already installed distribution.
The files Action and Action1 in this directory contain the actions
we now take. (Confession: most of the time we use /usr/em)
One warning, to re-nroff the IR-81 report it takes more then just nroff
because most nroff's can't stand that report and stop half-way.
The ntroff program does the trick, but only on the 11's.
tbl sources | ntroff -Tlp | ntlp
After running these re-derivation programs the distrubtion tree starts
to look like the tree you need.
There are too many files there though, especially the files created by
the derivation process.
That is why we now give the command:
dtar cdf distr2 .
The file distr2 is the one you should put on tape!
But,.... before doing that: Try it out!
Repeat the process described in the installation manual.
Only if that succeeds you are sure that you included the files needed,
and gave all other files the correct "distr2" RCS id.
After you sent the tape away, forbid ANYBODY to touch the distr2 id
in your RCS files.
Good Luck,
Ed Keizer, 85/4/15.

View File

@@ -1,25 +0,0 @@
: ${CDIR=.}
if test ! -r .distr
then
echo ++ no .distr in $CDIR
exit 0
fi
${DS-:} $CDIR
for i in `cat .distr`
do
if test -d $i
then
( if cd $i
then
${DD-:} $CDIR $i
CDIR=$CDIR/$i
export CDIR
exec /usr/em/distr/dwalk
else
echo ++ Could not access $CDIR/$i
fi
)
else
${DF-:} $CDIR $i
fi
done

View File

@@ -1 +0,0 @@
echo $1/$2

View File

@@ -1,42 +0,0 @@
-- ./bin/em.pascal no RCS file
-- ./doc/em.doc/doc.pr no RCS file
-- ./doc/install.pr no RCS file
-- ./h/em_mnem.h no RCS file
-- ./h/em_pseu.h no RCS file
-- ./h/em_spec.h no RCS file
-- ./lang/basic/src/y.tab.c no RCS file
-- ./lang/basic/src/y.tab.h no RCS file
-- ./lang/pc/pem/pem22.m no RCS file
-- ./lang/pc/pem/pem24.m no RCS file
-- ./lib/LLgen/incl no RCS file
-- ./lib/LLgen/rec no RCS file
-- ./lib/ix/head_em no RCS file
-- ./lib/ix/head_i no RCS file
-- ./lib/ix/tail_em no RCS file
-- ./lib/ix/tail_em.vend no RCS file
-- ./lib/ix/tail_mon no RCS file
-- ./mach/6500/libem/tail_em.ve.s.a no RCS file
-- ./mach/vax2/cg/tables1.c no RCS file
-- ./mach/vax2/cg/tables1.h no RCS file
-- ./mach/vax4/cg/tables1.c no RCS file
-- ./mach/vax4/cg/tables1.h no RCS file
-- ./mach/z80/int/libpc/pc_tail.c.a no RCS file
-- ./mkun/pubmac no distr2 yet
-- ./mkun/tmac.q no distr2 yet
-- ./mkun/tmac.q1 no distr2 yet
-- ./mkun/tmac.q2 no distr2 yet
-- ./mkun/tmac.q3 no distr2 yet
-- ./mkun/tmac.q4 no distr2 yet
-- ./mkun/tmac.q5 no distr2 yet
-- ./mkun/tmac.q6 no distr2 yet
-- ./mkun/tmac.q7 no distr2 yet
-- ./mkun/tmac.q8 no distr2 yet
-- ./util/LLgen/src/parser no RCS file
-- ./util/LLgen/src/LLgen.c no RCS file
-- ./util/LLgen/src/Lpars.c no RCS file
-- ./util/LLgen/src/Lpars.h no RCS file
-- ./util/LLgen/src/tokens.c no RCS file
-- ./util/data/em_flag.c no RCS file
-- ./util/data/em_mnem.c no RCS file
-- ./util/data/em_pseu.c no RCS file
-- ./util/data/em_ptyp.c no RCS file

View File

@@ -1,10 +0,0 @@
case $# in
0) DIR=. ;;
1) DIR=$1 ;;
*) echo $0 [directory] ; exit 1 ;;
esac
DD=`pwd`/listall.d
DW=`pwd`/dwalk
export DD
cd $DIR
$DW

View File

@@ -1,2 +0,0 @@
echo "<$1/$2>"
ls -bCdx `cat .distr`

View File

@@ -1,10 +0,0 @@
case $# in
0) DIR=. ;;
1) DIR=$1 ;;
*) echo $0 [directory] ; exit 1 ;;
esac
DD=`pwd`/echod
DW=`pwd`/dwalk
export DD
cd $DIR
$DW

View File

@@ -1,9 +0,0 @@
set -e
for i in `tail +2 $DESTDIR/$1/LIST`
do
${DF-false} $1 $i
done
cd $DESTDIR/$1
arch cr `cat LIST`
: I do not remove the files constituating the library, because
: they might be present in .distr

View File

@@ -1 +0,0 @@
mkdir $DESTDIR/$1/$2

View File

@@ -1,23 +0,0 @@
if co -q -rdistr2 $DESTDIR/$1/$2 >/dev/null 2>&1
then
chmod +w $DESTDIR/$1/$2
elif co -q $DESTDIR/$1/$2 >/dev/null 2>&1
then
chmod +w $DESTDIR/$1/$2
echo -- $1/$2 no distr2 yet
elif grep LIST .distr >/dev/null 2>&1 &&
(test "$2" = "`head -1 $DESTDIR/$1/LIST`") >/dev/null 2>&1 &&
${DA-false} "$1" "$2"
then
: Fetched library contents one by one and put them together
elif cp $2 $DESTDIR/$1/$2 >/dev/null 2>&1
then
echo -- $1/$2 no RCS file
else
echo ++ $1/$2 not present
fi
case $2 in
LIST) if (test -r $DESTDIR/$1/`head -1 $DESTDIR/$1/LIST`) >/dev/null 2>&1
then echo ++ LIST files must be in .distr before their libraries!!!
fi ;;
esac

View File

@@ -1 +0,0 @@
cp .distr $DESTDIR/$1

View File

@@ -1,15 +0,0 @@
case $# in
1) ;;
*) echo $0 directory ; exit 1 ;;
esac
DDIR=/usr/em/distr
case $1 in
/*) DESTDIR=$1 ;;
*) DESTDIR=`pwd`/$1 ;;
esac
DS=$DDIR/mks
DD=$DDIR/mkd
DF=$DDIR/mkf
DA=$DDIR/mka
export DESTDIR DS DD DF DA
$DDIR/dwalk

View File

@@ -1,26 +0,0 @@
REV=
FILE=
while :
do
case $# in
0) break ;;
esac
ARG="$1"
shift
case "$ARG" in
-r*) REV=`echo "$ARG"| sed s/-r//` ;;
-*) FLAGS="$FLAGS $ARG" ;;
*) case x$FILE in
x) FILE="$ARG" ;;
*) echo todistr can only be done on one file at the time
exit 1 ;;
esac
esac
done
case x$REV in
x) REV=`rlog -h "$FILE"|sed -n -e '/head/s/^head:[ ]*//p'` ;;
esac
case x$REV in
x) exit 2 ;;
esac
rcs -ndistr2:$REV $FLAGS $FILE

View File

@@ -1,2 +0,0 @@
DD=`pwd`/ts
echo OK

File diff suppressed because it is too large Load Diff

View File

@@ -1,53 +0,0 @@
# $Header$
SUF=pr
PRINT=cat
RESFILES=cref.$(SUF) pcref.$(SUF) val.$(SUF) v7bugs.$(SUF) install.$(SUF)\
ack.$(SUF) cg.$(SUF) regadd.$(SUF) peep.$(SUF) toolkit.$(SUF) LLgen.$(SUF)\
basic.$(SUF) 6500.$(SUF) ncg.$(SUF)
NROFF=nroff
MS=-ms
cref.$(SUF): cref.doc
tbl $? | $(NROFF) >$@
v7bugs.$(SUF): v7bugs.doc
$(NROFF) $(MS) $? >$@
ack.$(SUF): ack.doc
$(NROFF) $(MS) $? >$@
cg.$(SUF): cg.doc
$(NROFF) $(MS) $? >$@
ncg.$(SUF): ncg.doc
$(NROFF) $(MS) $? >$@
regadd.$(SUF): regadd.doc
$(NROFF) $(MS) $? >$@
install.$(SUF): install.doc
$(NROFF) $(MS) $? >$@
pcref.$(SUF): pcref.doc
$(NROFF) $? >$@
basic.$(SUF): basic.doc
$(NROFF) $(MS) $? >$@
peep.$(SUF): peep.doc
$(NROFF) $(MS) $? >$@
val.$(SUF): val.doc
$(NROFF) $? >$@
toolkit.$(SUF): toolkit.doc
$(NROFF) $(MS) $? >$@
LLgen.$(SUF): LLgen.doc
eqn $? | $(NROFF) $(MS) >$@
6500.$(SUF): 6500.doc
$(NROFF) $(MS) $? >$@
install cmp:
distr: install.doc
nroff -Tlp install.doc >install.pr
pr:
@make "SUF="$SUF "NROFF="$NROFF "PRINT="$PRINT $(RESFILES) \
>make.pr.out 2>&1
@$(PRINT) $(RESFILES)
opr:
make pr | opr
clean:
-rm -f *.old $(RESFILES) *.t

View File

@@ -1,420 +0,0 @@
.\" $Header$
.nr LL 7.5i
.tr ~
.nr PD 1v
.TL
Ack Description File
.br
Reference Manual
.AU
Ed Keizer
.AI
Wiskundig Seminarium
Vrije Universiteit
Amsterdam
.NH
Introduction
.PP
The program \fIack\fP(I) internally maintains a table of
possible transformations and a table of string variables.
The transformation table contains one entry for each possible
transformation of a file.
Which transformations are used depends on the suffix of the
source file.
Each transformation table entry tells which input suffixes are
allowed and what suffix/name the output file has.
When the output file does not already satisfy the request of the
user, with the flag \fB-c.suffix\fP, the table is scanned
starting with the next transformation in the table for another
transformation that has as input suffix the output suffix of
the previous transformation.
A few special transformations are recognized, among them is the
combiner.
A program combining several files into one.
When no stop suffix was specified (flag \fB-c.suffix\fP) \fIack\fP
stops after executing the combiner with as arguments the -
possibly transformed - input files and libraries.
\fIAck\fP will only perform the transformations in the order in
which they are presented in the table.
.LP
The string variables are used while creating the argument list
and program call name for
a particular transformation.
.NH
Which descriptions are used
.PP
\fIAck\fP always uses two description files: one to define the
front-end transformations and one for the machine dependent
back-end transformations.
Each description has a name.
First the way of determining
the name of the descriptions needed is described.
.PP
When the shell environment variable ACKFE is set \fIack\fP uses
that to determine the front-end table name, otherwise it uses
\fBfe\fP.
.PP
The way the backend table name is determined is more
convoluted.
.br
First, when the last filename in the program call name is not
one of \fIack\fP, \fIcc\fP, \fIacc\fP, \fIpc\fP or \fIapc\fP,
this filename is used as the backend description name.
Second, when the \fB-m\fP is present the \fB-m\fP is chopped of this
flag and the rest is used as the backend description name.
Third, when both failed the shell environment variable ACKM is
used.
Last, when also ACKM was not present the default backend is
used, determined by the definition of ACKM in h/local.h.
The presence and value of the definition of ACKM is
determined at compile time of \fIack\fP.
.PP
Now, we have the names, but that is only the first step.
\fIAck\fP stores a few descriptions at compile time.
This descriptions are simply files read in at compile time.
At the moment of writing this document, the descriptions
included are: pdp, fe, i86, m68k2, vax2 and int.
The name of a description is first searched for internally,
then in the directory lib/ack and finally in the current
directory of the user.
.NH
Using the description file
.PP
Before starting on a narrative of the description file,
the introduction of a few terms is necessary.
All these terms are used to describe the scanning of zero
terminated strings, thereby producing another string or
sequence of strings.
.IP Backslashing 5
.br
All characters preceded by \e are modified to prevent
recognition at further scanning.
This modification is undone before a string is passed to the
outside world as argument or message.
When reading the description files the
sequences \e\e, \e# and \e<newline> have a special meaning.
\e\e translates to a single \e, \e# translates to a single #
that is not
recognized as the start of comment, but can be used in
recognition and finally, \e<newline> translates to nothing at
all, thereby allowing continuation lines.
.nr PD 0
.IP "Variable replacement"
.br
The scan recognizes the sequences {{, {NAME} and {NAME?text}
Where NAME can be any combination if characters excluding ? and
} and text may be anything excluding }.
(~\e} is allowed of course~)
The first sequence produces an unescaped single {.
The second produces the contents of the NAME, definitions are
done by \fIack\fP and in description files.
When the NAME is not defined an error message is produced on
the diagnostic output.
The last sequence produces the contents of NAME if it is
defined and text otherwise.
.PP
.IP "Expression replacement"
.br
Syntax: (\fIsuffix sequence\fP:\fIsuffix sequence\fP=\fItext\fP)
.br
Example: (.c.p.e:.e=tail_em)
.br
If the two suffix sequences have a common member -~\&.e in this
case~- the text is produced.
When no common member is present the empty string is produced.
Thus the example given is a constant expression.
Normally, one of the suffix sequences is produced by variable
replacement.
\fIAck\fP sets three variables while performing the diverse
transformations: HEAD, TAIL and RTS.
All three variables depend on the properties \fIrts\fP and
\fIneed\fP from the transformations used.
Whenever a transformation is used for the first time,
the text following the \fIneed\fP is appended to both the HEAD and
TAIL variable.
The value of the variable RTS is determined by the first
transformation used with a \fIrts\fP property.
.LP
Two runtime flags have effect on the value of one or more of
these variables.
The flag \fB-.suffix\fP has the same effect on these three variables
as if a file with that \fBsuffix\fP was included in the argument list
and had to be translated.
The flag \fB-r.suffix\fP only has that effect on the TAIL
variable.
The program call names \fIacc\fP and \fIcc\fP have the effect
of an automatic \fB-.c\fB flag.
\fIApc\fP and \fIpc\fP have the effect of an automatic \fB-.p\fP flag.
.IP "Line splitting"
.br
The string is transformed into a sequence of strings by replacing
the blank space by string separators (nulls).
.IP "IO replacement"
.br
The > in the string is replaced by the output file name.
The < in the string is replaced by the input file name.
When multiple input files are present the string is duplicated
for each input file name.
.nr PD 1v
.LP
Each description is a sequence of variable definitions followed
by a sequence of transformation definitions.
Variable definitions use a line each, transformations
definitions consist of a sequence of lines.
Empty lines are discarded, as are lines with nothing but
comment.
Comment is started by a # character, and continues to the end
of the line.
Three special two-characters sequences exist: \e#, \e\e and
\e<newline>.
Their effect is described under 'backslashing' above.
Each - nonempty - line starts with a keyword, possibly
preceded by blank space.
The keyword can be followed by a further specification.
The two are separated by blank space.
.PP
Variable definitions use the keyword \fIvar\fP and look like this:
.DS X
var NAME=text
.DE
The name can be any identifier, the text may contain any
character.
Blank space before the equal sign is not part of the NAME.
Blank space after the equal is considered as part of the text.
The text is scanned for variable replacement before it is
associated with the variable name.
.br
.sp 2
The start of a transformation definition is indicated by the
keyword \fIname\fP.
The last line of such a definition contains the keyword
\fIend\fP.
The lines in between associate properties to a transformation
and may be presented in any order.
The identifier after the \fIname\fP keyword determines the name
of the transformation.
This name is used for debugging and by the \fB-R\fP flag.
The keywords are used to specify which input suffices are
recognized by that transformation,
the program to run, the arguments to be handed to that program
and the name or suffix of the resulting output file.
Two keywords are used to indicate which run-time startoffs and
libraries are needed.
The possible keywords are:
.IP \fIfrom\fP
.br
followed by a sequence of suffices.
Each file with one of these suffices is allowed as input file.
Preprocessor transformations, those with the \fBP\fP property
after the \fIprop\fP keyword, do not need the \fIfrom\fP
keyword. All other transformations do.
.nr PD 0
.IP \fIto\fP
.br
followed by the suffix of the output file name or in the case of a
linker -~indicated by C option after the \fIprop\fP keyword~-
the output file name.
.IP \fIprogram\fP
.br
followed by name of the load file of the program, a pathname most likely
starts with either a / or {EM}.
This keyword must be
present, the remainder of the line
is subject to backslashing and variable replacement.
.IP \fImapflag\fP
.br
The mapflags are used to grab flags given to \fIack\fP and
pass them on to a specific transformation.
This feature uses a few simple pattern matching and replacement
facilities.
Multiple occurences of this keyword are allowed.
This text following the keyword is
subjected to backslashing.
The keyword is followed by a match expression and a variable
assignment separated by blank space.
As soon as both description files are read, \fIack\fP looks
at all transformations in these files to find a match for the
flags given to \fIack\fP.
The flags \fB-m\fP, \fB-o\fP,
\fI-O\fP, \fB-r\fP, \fB-v\fP, \fB-g\fP, -\fB-c\fP, \fB-t\fP,
\fB-k\fP, \fB-R\fP and -\f-.\fP are specific to \fIack\fP and
not handed down to any transformation.
The matching is performed in the order in which the entries
appear in the definition.
The scanning stops after first match is found.
When a match is found, the variable assignment is executed.
A * in the match expression matches any sequence of characters,
a * in the right hand part of the assignment is
replaced by the characters matched by
the * in the expression.
The right hand part is also subject to variable replacement.
The variable will probably be used in the program arguments.
The \fB-l\fP flags are special,
the order in which they are presented to \fIack\fP must be
preserved.
The identifier LNAME is used in conjunction with the scanning of
\fB-l\fP flags.
The value assigned to LNAME is used to replace the flag.
The example further on shows the use all this.
.IP \fIargs\fP
.br
The keyword is followed by the program call arguments.
It is subject to backslashing, variable replacement, expression
replacement, line splitting and IO replacement.
The variables assigned to by \fImapflags\P will probably be
used here.
The flags not recognized by \fIack\fP or any of the transformations
are passed to the linker and inserted before all other arguments.
.IP \fIprop\fB
.br
This -~optional~- keyword is followed by a sequence of options,
each option is indicated by one character
signifying a special property of the transformation.
The possible options are:
.DS X
< the input file will be read from standard input
> the output file will be written on standard output
p the input files must be preprocessed
m the input files must be preprocessed when starting with #
O this transformation is an optimizer and may be skipped
P this transformation is the preprocessor
C this transformation is the linker
.DE
.IP \fIrts\fP
.br
This -~optional~- keyword indicates that the rest of the line must be
used to set the variable RTS, if it was not already set.
Thus the variable RTS is set by the first transformation
executed which such a property or as a result from \fIack\fP's program
call name (acc, cc, apc or pc) or by the \fB-.suffix\fP flag.
.IP \fIneed\fP
.br
This -~optional~- keyword indicates that the rest of the line must be
concatenated to the NEEDS variable.
This is done once for every transformation used or indicated
by one of the program call names mentioned above or indicated
by the \fB-.suffix\fP flag.
.br
.nr PD 1v
.NH
Conventions used in description files
.PP
\fIAck\fP reads two description files.
A few of the variables defined in the machine specific file
are used by the descriptions of the front-ends.
Other variables, set by \fack\fB, are of use to all
transformations.
.PP
\fIAck\fP sets the variable EM to the home directory of the
Amsterdam Compiler Kit.
The variable SOURCE is set to the name of the argument that is currently
being massaged, this is usefull for debugging.
.br
The variable M indicates the
directory in mach/{M}/lib/tail_..... and NAME is the string to
be defined by the preprocessor with -D{NAME}.
The definitions of {w}, {s}, {l}, {d}, {f} and {p} indicate
EM_WSIZE, EM_SSIZE, EM_LSIZE, EM_DSIZE, EM_FSIZE and EM_PSIZE
respectively.
.br
The variable INCLUDES is used as the last argument to \fIcpp\fP,
it is currently used to add the directory {EM}/include to
the list of directories containing #include files.
{EM}/include contains a few files used by the library routines
for part III from the
.UX
manual.
These routines are included in the kit.
.PP
The variables HEAD, TAIL and RTS are set by \fIack\fP and used
to compose the arguments for the linker.
.NH
Example
.sp 1
description for front-end
.DS X
name cpp # the C-preprocessor
# no from, it's governed by the P property
to .i # result files have suffix i
program {EM}/lib/cpp # pathname of loadfile
mapflag -I* CPP_F={CPP_F?} -I* # grab -I.. -U.. and
mapflag -U* CPP_F={CPP_F?} -U* # -D.. to use as arguments
mapflag -D* CPP_F={CPP_F?} -D* # in the variable CPP_F
args {CPP_F?} {INCLUDES?} -D{NAME} -DEM_WSIZE={w} -DEM_PSIZE={p} \
-DEM_SSIZE={s} -DEM_LSIZE={l} -DEM_FSIZE={f} -DEM_DSIZE={d} <
# The arguments are: first the -[IUD]...
# then the include dir's for this machine
# then the NAME and size valeus finally
# followed by the input file name
prop >P # Output on stdout, is preprocessor
end
name cem # the C-compiler proper
from .c # used for files with suffix .c
to .k # produces compact code files
program {EM}/lib/em_cem # pathname of loadfile
mapflag -p CEM_F={CEM_F?} -Xp # pass -p as -Xp to cem
mapflag -L CEM_F={CEM_F?} -l # pass -L as -l to cem
args -Vw{w}i{w}p{p}f{f}s{s}l{l}d{d} {CEM_F?}
# the arguments are the object sizes in
# the -V... flag and possibly -l and -Xp
prop <>p # input on stdin, output on stdout, use cpp
rts .c # use the C run-time system
need .c # use the C libraries
end
name decode # make human readable files from compact code
from .k.m # accept files with suffix .k or .m
to .e # produce .e files
program {EM}/lib/em_decode # pathname of loadfile
args < # the input file name is the only argument
prop > # the output comes on stdout
end
.DE
.DS X
Example of a backend, in this case the EM assembler/loader.
var w=2 # wordsize 2
var p=2 # pointersize 2
var s=2 # short size 2
var l=4 # long size 4
var f=4 # float size 4
var d=8 # double size 8
var M=int # Unused in this example
var NAME=int22 # for cpp (NAME=int results in #define int 1)
var LIB=mach/int/lib/tail_ # part of file name for libraries
var RT=mach/int/lib/head_ # part of file name for run-time startoff
var SIZE_FLAG=-sm # default internal table size flag
var INCLUDES=-I{EM}/include # use {EM}/include for #include files
name asld # Assembler/loader
from .k.m.a # accepts compact code and archives
to e.out # output file name
program {EM}/lib/em_ass # load file pathname
mapflag -l* LNAME={EM}/{LIB}* # e.g. -ly becomes
# {EM}/mach/int/lib/tail_y
mapflag -+* ASS_F={ASS_F?} -+* # recognize -+ and --
mapflag --* ASS_F={ASS_F?} --*
mapflag -s* SIZE_FLAG=-s* # overwrite old value of SIZE_FLAG
args {SIZE_FLAG} \
({RTS}:.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
(.p:{TAIL}={EM}/{LIB}pc) \
(.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
(.c.p:{TAIL}={EM}/{LIB}mon)
# -s[sml] must be first argument
# the next line contains the choice for head_cc or head_pc
# and the specification of in- and output.
# the last three args lines choose libraries
prop C # This is the final stage
end
.DE
The command "ack -mint -v -v -I../h -L -ly prog.c"
would result in the following
calls (with exec(II)):
.DS X
1) /lib/cpp -I../h -I/usr/em/include -Dint22 -DEM_WSIZE=2 -DEM_PSIZE=2
-DEM_SSIZE=2 -DEM_LSIZE=4 -DEM_FSIZE=4 -DEM_DSIZE=8 prog.c
2) /usr/em/lib/em_cem -Vw2i2p2f4s2l4d8 -l
3) /usr/em/lib/em_ass -sm /usr/em/mach/int/lib/head_cc -o e.out prog.k
/usr/em/mach/int/lib/tail_y /usr/em/mach/int/lib/tail_cc.1s
/usr/em/mach/int/lib/tail_cc.2g /usr/em/mach/int/lib/tail_mon
.DE

View File

@@ -1,849 +0,0 @@
.\" $Header$
.TL
.de Sy
.LP
.IP \fBsyntax\fR 10
..
.de PU
.IP \fBpurpose\fR 10
..
.de RM
.IP \fBremarks\fR 10
..
The ABC compiler
.AU
Martin L. Kersten
.AI
Department of Mathematics and Computer Science.
.br
Vrije Universiteit
.AB
This manual describes the
programming language BASIC and its compiler
included in the Amsterdam Compiler Kit.
.AE
.SH
INTRODUCTION.
.LP
The BASIC-EM compiler is an extensive implementation of the
programming language BASIC.
The language structure and semantics are modelled after the
BASIC interpreter/compiler of Microsoft (tr), a detailed comparison
is provided in appendix A.
.LP
The compiler generates code for a virtual machine, the EM machine
[[ACM, etc]]
Using EM as an intermediate machine results in a highly portable
compiler and BASIC code.
The drawback of EM is that it does not directly reflect one particular
hardware design, which means that many of
the low level operations available within
BASIC are ill-defined or even inapplicable.
To mention a few, the peek and poke instructions are likely
to be behave errorneous, while line printer and tapedeck
primitives are unknown.
.LP
This manual is divided into three chapters.
The first chapter discusses the general language syntax and semantics.
Chapter two describes the statements available in BASIC-EM.
Chapter 3 describes the predefined functions,
ordered alphabetically.
Appendix A discusses the differences with
Microsoft BASIC. Appendix B describes all reserved symbols.
Appendix C lists the error messages in use.
.SH
SYNTAX NOTATION
.LP
The conventions for syntax presentation are as follows:
.IP CAPS 10
Items are reserved words, must be input as shown
.IP <> 10
Items in lowercase letters enclosed in angular brackets
are to be supplied by the user.
.IP [] 10
Items are optional.
.IP \.\.\. 10
Items may be repeated any number of times
.IP {} 10
A choice between two or more alternatives. At least one of the entries
must be chosen.
.IP | 10
Vertical bars separate the choices within braces.
.LP
All punctuation must be included where shown.
.NH 1
GENERAL INFORMATION
.LP
The BASIC-EM compiler is designed for a UNIX based environment.
It accepts a text file with your BASIC program (suffix .b) and generates
an executable file, called a.out.
.NH 2
LINE FORMAT
.LP
A BASIC program consists of a series of lines, starting with a
positive line number in the range 0 to 65529.
A line may consists of more then one physical line on your terminal, but must
is limited to 1024 characters.
Multiple BASIC statements may be placed on a single line, provided
they are separated by a colon (:).
.NH 2
CONSTANTS
.LP
The BASIC compiler character set is comprised of alphabetic
characters, numeric characters, and special characters shown below.
.DS
= + - * / ^ ( ) % # $ \\ _
! [ ] , . ; : & ' ? > < \\ (blanc)
.DE
.LP
BASIC uses two different types of constants during processing:
numeric and string constants.
.br
A string constant is a sequence of characters taken from the ASCII
character set enclosed by double quotation marks.
.br
Numeric constants are positive or negative numbers, grouped into
five different classes.
.IP "a) integer constants" 25
Whole numbers in the range of -32768 and 32767. Integer constants do
not contain decimal points.
.IP "b) fixed point constants" 25
Positive or negative real numbers, i.e. numbers with a decimal point.
.IP "c) floating point constants" 25
Real numbers in scientific notation. A floating point constant
consists of an optional signed integer or fixed point number
followed by the letter E (or D) and an optional signed integer
(the exponent).
The allowable range of floating point constants is 10^-38 to 10^+38.
.IP "d) Hex constants" 25
Hexadecimal numbers, denoted by the prefix &H.
.IP "d) Octal constants" 25
Octal numbers, denoted by the prefix &O.
.NH 2
VARIABLES
.LP
Variables are names used to represent values in a BASIC program.
A variable is assigned a value by assigment specified in the program.
Before a variable is assigned its value is assumed to be zero.
.br
Variable names are composed of letters, digits or the decimal point,
starting with a letter. Up to 40 characters are significant.
A variable name be be followed by any of the following type
declaration characters:
.IP % 5
Defines an integer variable
.IP ! 5
Defines a single precision variable (see below)
.IP # 5
Defines a double precision variable
.IP $ 5
Defines a string variable.
.LP
NOTE: Two variables with the same name but different type is
considered illegal.
.LP
Beside single valued variables, values may be grouped
into tables or arrays.
Each element in an array is referenced by the array name and an index,
such a variable is called a subscripted variable.
An array has as many subscripts as there are dimensions in the array,
the maximum of which is 11.
.br
If a variable starts with FN it is assumed to be a call to a user defined
function.
.br
A variable name may not be a reserved word nor the name
of a predefined function.
A list of all reserved identifiers is included as Appendix ?.
.NH 2
EXPRESSIONS
.LP
BASIC-EM differs from Microsoft BASIC in supporting floats in one precision
only (due to EM).
All floating point constants have the same precision, i.e. 16 digits.
.LP
When necessary the compiler will convert a numeric value from
one type to another.
A value is always converted to the precision of the variable it is assigned
to.
When a floating point value is converted to an integer the fractional
portion is rounded.
In an expression all values are converted to the same degree of precision,
i.e. that of the most precise operand.
.br
Division by zero results in the message "Division by zero".
If overflow (or underflow) occurs, the "Overflow (underflow)" message is
displayed and execution is terminated (contrary to Microsoft).
.SH
Arithmetic
.LP
The arithmetic operators in order of precedence,a re:
.DS L
\^ Exponentiation
- Negation
*,/,\\,MOD Multiplication, Division, Remainder
+,- Addition, Substraction
.DE
The operator \\\\ denotes integer division, its operands are rounded to
integers before the operator is applied.
Modulus arithmetic is denoted by the operator MOD, which yields the
integer value that is the remainder of an integer division.
.br
The order in which operators are performed can be changec with parentheses.
.SH
Relational
.LP
The relational operators in order of precedence, are:
.DS
= Equality
<> Inequality
< Less than
> Greater than
<= Less than or equal to
>= Greater than or equal to
.DE
The relational operators are used to compare two values and returns
either "true" (-1) or "false" (0) (See IF statement).
The precedence of the relational operators is lower
then the arithmetic operators.
.SH
Logical
.LP
The logical operators performs tests on multiple relations, bit manipulations,
or Boolean operations.
The logical operators returns a bitwise result ("true" or "false").
In an expression, logical operators are performed after the relational and
arithmetic operators.
The logical operators work by converting their operands to signed
two-complement integers in the range -32768 to 32767.
.DS
NOT Bitwise negation
AND Bitwise and
OR Bitwise or
XOR Bitwise exclusive or
EQV Bitwise equivalence
IMP Bitwise implies
.DE
.SH
Functional
.LP
A function is used in an expression to call a system or user defined
function.
A list of predefined functions is presented in chapter 3.
.SH
String operations
.LP
Strings can be concatenated by using +. Strings can be compared with
the relational operators. String comparison is performed in lexicographic
order.
.NH 2
ERROR MESSAGES
.LP
The occurence of an error results in termination of the program
unless an ON....ERROR statement has been encountered.
.NH 1
B-EM STATEMENTS
.LP
This chapter describes the statements available within the BASIC-EM
compiler. Each description is formatted as follows:
.Sy
Shows the correct syntax for the statement. See introduction of
syntax notation above.
.PU
Describes the purpose and details of the instructions.
.RM
Describes special cases, deviation from Microsoft BASIC etc.
.LP
.NH 2
CALL
.Sy
CALL <variable name>[(<argument list>)]
.PU
The CALL statement provides the means to execute procedures
and functions written in another language included in the
Amsterdam Compiler Kit.
The argument list consist of (subscripted) variables.
The BASIC compiler pushes the address of the arguments on the stack in order
of encounter.
.RM
Not yet available
.NH 2
CLOSE
.Sy
CLOSE [[#]<file number>[,[#]<file number...>]]
.PU
To terminate I/O on a disk file.
<file number> is the number associated with the file
when it was OPENed (See OPEN). Ommission of parameters results in closing
all files.
.sp
The END statement and STOP statement always issue a CLOSE of
all files.
.NH 2
DATA
.Sy
DATA <list of constants>
.PU
DATA statements are used to construct a data bank of values that are
accessed by the program's READ statement.
DATA statements are non-executable,
the data items are assembled in a data file by the BASIC compiler.
This file can be replaced, provided the layout remains
the same (otherwise the RESTORE won't function properly).
.sp
The list of data items consists of numeric and string constants
as discussed in section 1.
Moreover, string constants starting with a letter and not
containing blancs, newlines, commas, colon need not be enclosed with
the string quotes.
.sp
DATA statements can be reread using the RESTORE statement.
.NH 2
DEF FN
.Sy
DEF FN<name> [(<parameterlist>)]=<expression>
.PU
To define and name a function that is written by the user.
<name> must be an identifier and should be preceded by FN,
which is considered integral part of the function name.
<expression> defines the expression to be evaluated upon function call.
.sp
The parameter list is comprised of a comma separated
list of variable names, used within the function definition,
that are to replaced by values upon function call.
The variable names defined in the parameterlist, called formal
parameters, do not affect the definition and use of variables
defined with the same name in the rest of the BASIC program.
.sp
A type declaration character may be suffixed to the function name to
designate the data type of the function result.
.NH 2
DEFINT/SNG/DBL/STR
.Sy
DEF<type> <range of letters>
.PU
Any undefined variable starting with the letter included in the range of
letters is declared of type <type> unless a type declaration character
is appended.
The range of letters is a comma separated list of characters and
character ranges (<letter>-<letter>).
.NH 2
DIM
.Sy
DIM <list of subscripted variable>
.PU
The DIM statement allocates storage for subscripted variables.
If an undefined subscripted variable is used
the maximum value of the array subscript(s) is assumed to be 10.
A subscript out of range is signalled by the program (when RCK works)
The minimum subscript value is 0, unless the OPTION BASE statement has been
encountered.
.sp
All variables in a subscripted variable are initially zero.
.sp
BUG. Multi-dimensional arrays MUST be defined.
.NH 2
END
.Sy
END
.PU
END terminates a BASIC program and returns to the UNIX shell.
An END statement at the end of the BASIC program is optional.
.NH 2
ERR and ERL
.PU
Whenever an error occurs the variable ERR contains the
error number and ERL the BASIC line where the error occurred.
The variables are usually used in error handling routines
provided by the user.
.NH 2
ERROR
.Sy
ERROR <integer expression>
.PU
To simulate the occurrence of a BASIC error.
To define your own error code use a value not already in
use by the BASIC runtime system.
The list of error messages currently in use
can be found in appendix B.
.NH 2
FIELD
.PU
To be implemented.
.NH 2
FOR...NEXT
.Sy
FOR <variable>= <low>TO<high>[STEP<size>]
.br
......
.br
NEXT [<variable>][,<variable>...]
.PU
The FOR statements allows a series of statements to be performed
repeatedly. <variable> is used as a counter. During the first
execution pass it is assigned the value <low>,
an arithmetic expression. After each pass the counter
is incremented with the step size <size>, an expression.
Ommission of the step size is intepreted as an increment of 1.
Execution of the program lines specified between the FOR and the NEXT
statement is terminated as soon as <low> is greater than <high>
.sp
The NEXT statement is labeled with the name(s) of the counter to be
incremented.
.sp
The body of the FOR statement is skipped when the initial value of the
loop times the sign of the step exceeds the value of the highest value
times the sign of the step.
.sp
The variables mentioned in the NEXT statement may be ommitted, in which case
the variable of increment the counter of the most recent FOR statement.
If a NEXT statement is encountered before its corresponding FOR statement,
the error message "NEXT without FOR" is generated.
.NH 2
GET
.Sy
GET [#]<file number>[, <record number>]
.PU
To be implemented.
.NH 2
GOSUB...RETURN
.Sy
GOSUB <line number
...
.br
RETURN
.PU
The GOSUB statement branches to the first statement of a subroutine.
The RETURN statement cause a branch back to the statement following the
most recent GOSUB statement.
A subroutine may contain more than one RETURN statement.
.sp
Subroutines may be called recursively.
Nesting of subroutine calls is limited, upon exceeding the maximum depth
the error message "XXXXX" is displayed.
.NH 2
GOTO
.Sy
GOTO <line number>
.PU
To branch unconditionally to a specified line in the program.
If <line number> does not exists, the compilation error message
"Line not defined" is displayed.
.RM
Microsoft BASIC continues at the first line
equal or greater then the line specified.
.NH 2
IF...THEN
.Sy
.br
IF <expression> THEN {<statements>|<line number>}
[ELSE {<statements>|<line number>}]
.br
.Sy
IF <expression> GOTO <line number>
[ELSE {<statements>|<line number>}]
.PU
The IF statement is used
to make a decision regarding the program flow based on the
result of the expressions.
If the expression is not zero, the THEN or GOTO clause is
executed. If the result of <expression> is zero, the THEN or
GOTO clause is ignored and the ELSE clause, if present is
executed.
.br
IF..THEN..ELSE statements may be nested.
Nesting is limited by the length of the line.
The ELSE clause matches with the closests unmatched THEN.
.sp
When using IF to test equality for a value that is the
result of a floating point expression, remember that the
internal representation of the value may not be exact.
Therefore, the test should be against a range to
handle the relative error.
.RM
Microsoft BASIC allows a comma before THEN.
.NH 2
INPUT
.Sy
INPUT [;][<"prompt string">;]<list of variables>
.PU
An INPUT statement can be used to obtain values from the user at the
terminal.
When an INPUT statement is encountered a question mark is printed
to indicate the program is awaiting data.
IF <"prompt string"> is included, the string is printed before the
the question mark. The question mark is suppressed when the prompt
string is followed by a comma, rather then a semicolon.
.sp
For each variable in the variable a list a value should be supplied.
Data items presented should be separated by a comma.
.sp
The type of the variable in the variable list must aggree with the
type of the data item entered. Responding with too few or too many
data items causes the message "?Redo". No assignment of input values
is made until an acceptable response is given.
.RM
The option to disgard the carriage return with the semicolon after the
input symbol is not yet implemented.
.NH 2
INPUT [#]
.Sy
INPUT #<file number>,<list of variables>
.PU
The purpose of the INPUT# statement is to read data items from a sequential
file and assign them to program variables.
<file number> is the number used to open the file for input.
The variables mentioned are (subscripted) variables.
The type of the data items read should aggree with the type of the variables.
A type mismatch results in the error message "XXXXX".
.sp
The data items on the sequential file are separated by commas and newlines.
In scanning the file, leading spaces, new lines, tabs, and
carriage returns are ignored. The first character encountered
is assumed to be the state of a new item.
String items need not be enclosed with double quotes, provided
it does not contain spaces, tabs, newlines and commas,
.RM
Microsoft BASIC won't assign values until the end of input statement.
This means that the user has to supply all the information.
.NH 2
LET
.Sy
[LET]<variable>=<expression>
.PU
To assign the value of an expression to a (subscribted) variable.
The type convertions as dictated in section 1.X apply.
.NH 2
LINE INPUT
.Sy
LINE INPUT [;][<"prompt string">;]<string variable>
.PU
An entire line of input is assigned to the string variable.
See INPUT for the meaning of the <"prompt string"> option.
.NH 2
LINE INPUT [#]
.Sy
LINE INPUT #<file number>,<string variable>
.PU
Read an entire line of text from a sequential file <file number>
and assign it to a string variable.
.NH 2
LSET and RSET
.PU
To be implemented
.NH 2
MID$
.Sy
MID$(<string expr1>,n[,m])=<string expr2>
.PU
To replace a portion of a string with another string value.
The characters of <string expr2> replaces characters in <string expr1>
starting at position n. If m is present, at most m characters are copied,
otherwise all characters are copied.
However, the string obtained never exceeds the length of string expr1.
.NH 2
ON ERROR GOTO
.Sy
ON ERROR GOTO <line number>
.PU
To enable error handling within the BASIC program.
An error may result from arithmetic errors, disk problems, interrupts, or
as a result of the ERROR statement.
After printing an error message the program is continued at the
statements associated with <line number>.
.sp
Error handling is disabled using ON ERROR GOTO 0.
Subsequent errors result in an error message and program termination.
.NH 2
ON...GOSUB and ON ...GOTO
.Sy
ON <expression> GOSUB <list of line numbers>
ON <expression> GOTO <list of line numbers>
.PU
To branch to one of several specified line numbers or subroutines, based
on the result of the <expression>. The list of line numbers are considered
the first, second, etc alternative. Branching to the first occurs when
the expression evaluates to one, to the second alternative on two, etc.
If the value of the expression in zero or greater than the number of alternatives, processing continues at the first statement following the ON..GOTO
(ON GOSUB) statement.
When the expression results in a negative number the
an "Illegal function call" error occurs.
.NH 2
OPEN
.NH 2
OPTION BASE
.Sy
OPTION BASE n
.PU
To declare the lower bound of subsequent array subscripts as either
0 or 1. The default lower bound is zero.
.NH 2
POKE
.Sy
POKE <expr1>,<expr2>
.PU
To poke around in memory. The use of this statement is not recommended,
because it requires full understanding of both
the implementation of the Amsterdam
Compiler Kit and the hardware characteristics.
.NH 2
PRINT [USING]
.NH 2
PUT
.PU
To be implemented
.NH 2
RANDOMIZE
.Sy
RANDOMIZE [<expression>]
.PU
To reset the random seed. When the expression is ommitted, the system
will ask for a value between -32768 and 32767.
The random number generator returns the same sequence of values provided
the same seed is used.
.NH 2
READ
.Sy
READ <list of variables>
.PU
To read values from the DATA statements and assign them to variables.
The type of the variables should match to the type of the items being read,
otherwise a "Syntax error" occurs.
.NH 2
REM
.Sy
REM <remark>
.PU
To include explantory information in a program.
The REM statements are not executed.
A single quote has the same effect as : REM, which
allows for the inclusion of comment at the end of the line.
.RM
Microsoft BASIC does not allow REM statements as part of
DATA lines.
.NH 2
RESTORE
.Sy
RESTORE [<line number>]
.PU
To allow DATA statements to be re-read from a specific line.
After a RESTORE statement is executed, the next READ accesses
the first item of the DATA statements.
If <line number> is specified, the next READ accesses the first
item in the specified line.
.sp
Note that data statements result in a sequential datafile generated
by the compiler, being read by the read statements.
This data file may be replaced using the operating system functions
with a modified version, provided the same layout of items
(same number of lines and items per line) is used.
.NH 2
STOP
.Sy
STOP
.PU
To terminate the execution of a program and return to the operating system
command interpreter. A STOP statement results in the message "Break in line
???"
.NH 2
SWAP
.Sy
SWAP <variable>,<variable>
.PU
To exchange the values of two variables.
.NH 2
TRON/TROFF
.Sy
TRON
.Sy
TROFF
.PU
As an aid in debugging the TRON statement results in a program
listing each line being interpreted. TROFF disables generation of
this code.
.NH 2
WHILE...WEND
.Sy
WHILE <expression>
.....
WEND
.PU
To execute a series of BASIC statements as long as a conditional expression
is true. WHILE...WEND loops may be nested.
.NH 2
WRITE
.Sy
WRITE [<list of expressions>]
.PU
To write data at the terminal in DATA statement layout conventions.
The expressions should be separated by commas.
.NH 2
WRITE #
.Sy
WRITE #<file number> ,<list of expressions>
.PU
To write a sequential data file, being opened with the "O" mode.
The values are being writting using the DATA statements layout conventions.
.NH
FUNCTIONS
.LP
.IP ABS(X) 12
Returns the absolute value of expression X
.IP ASC(X$) 12
Returns the numeric value of the first character of the string.
If X$ is not initialized an "Illegal function call" error
is returned.
.IP ATN(X) 12
Returns the arctangent of X in radians. Result is in the range
of -pi/2 to pi/2.
.IP CDBL(X) 12
Converts X to a double precision number.
.IP CHR$(X) 12
Converts the integer value X to its ASCII character.
X must be in the range of 0 to 127.
It is used for cursor addressing and generating bel signals.
.IP CINT(X) 12
Converts X to an integer by rounding the fractional portion.
If X is not in the range -32768 to 32767 an "Overflow"
error occurs.
.IP COS(X) 12
Returns the cosine of X in radians.
.IP CSNG(X) 12
Converts X to a double precision number.
.IP CVI(<2-bytes>) 12
Convert two byte string value to integer number.
.IP CVS(<4-bytes>) 12
Convert four byte string value to single precision number.
.IP CVD(<8-bytes>) 12
Convert eight byte string value to double precision number.
.IP EOF[(<file-number>)] 12
Returns -1 (true) if the end of a sequential file has been reached.
.IP EXP(X) 12
Returns e(base of natural logarithm) to the power of X.
X should be less then 10000.0.
.IP FIX(X) 12
Returns the truncated integer part of X. FIX(X) is
equivalent to SGN(X)*INT(ABS(X)).
The major difference between FIX and INT is that FIX does not
return the next lower number for negative X.
.IP HEX$(X) 12
Returns the string which represents the hexadecimal value of
the decimal argument. X is rounded to an integer using CINT
before HEX$ is evaluated.
.IP INT(X) 12
Returns the largest integer <= X.
.IP INPUT$(X[,[#]Y]) 12
Returns the string of X characters read from the terminal or
the designated file.
.IP LEX(X$) 12
Returns the number of characters in the string X$.
Non printable and blancs are counted too.
.IP LOC(<file\ number>) 12
For sequential files LOC returns
position of the read/write head, counted in number of bytes.
For random files the function returns the record number just
read or written from a GET or PUT statement.
If nothing was read or written 0 is returned.
.IP LOG(X) 12
Returns the natural logarithm of X. X must be greater than zero.
.IP MID$(X,I,[J]) 12
To be implemented.
.IP MKI$(X) 12
Converts an integer expression to a two-byte string.
.IP MKS$(X) 12
Converts a single precision expression to a four-byte string.
.IP MKD$(X) 12
Converts a double precision expression to a eight-byte string.
.IP OCT$(X) 12
Returns the string which represents the octal value of the decimal
argument. X is rounded to an integer using CINT before OCTS is evaluated.
.IP PEEK(I) 12
Returns the byte read from the indicated memory. (Of limited use
in the context of ACK)
.IP POS(I) 12
Returns the current cursor position. To be implemented.
.IP RIGHT$(X$,I)
Returns the right most I characters of string X$.
If I=0 then the empty string is returned.
.IP RND(X) 12
Returns a random number between 0 and 1. X is a dummy argument.
.IP SGN(X) 12
If X>0 , SGN(X) returns 1.
.br
if X=0, SGN(X) returns 0.
.br
if X<0, SGN(X) returns -1.
.IP SIN(X) 12
Returns the sine of X in radians.
.IP SPACE$(X) 12
Returns a string of spaces length X. The expression
X is rounded to an integer using CINT.
.IP STR$(X)
Returns the string representation value of X.
.IP STRING$(I,J) 12
Returns thes string of length Iwhose characters all
have ASCII code J. (or first character when J is a string)
.IP TAB(I) 12
Spaces to position I on the terminal. If the current
print position is already beyond space I,TAB
goes to that position on the next line.
Space 1 is leftmost position, and the rightmost position
is width minus 1. To be used within PRINT statements only.
.IP TAN(X) 12
Returns the tangent of X in radians. If TAN overflows
the "Overflow" message is displayed.
.IP VAL(X$) 12
Returns the numerical value of string X$.
The VAL function strips leading blanks and tabs from the
argument string.
.SH
APPENDIX A DIFFERENCES WITH MICROSOFT BASIC
.LP
The following list of Microsoft commands and statements are
not recognized by the compiler.
.DS
SPC
USR
VARPTR
AUTO
CHAIN
CLEAR
CLOAD
COMMON
CONT
CSAVE
DELETE
EDIT
ERASE
FRE
KILL
LIST
LLIST
LOAD
LPRINT
MERGE
NAME
NEW
NULL
RENUM
RESUME
RUN
SAVE
WAIT
WIDTH LPRINT
.DE
Some statements are in the current implementation not available,
but will be soon. These include:
.DS
CALL
DEFUSR
FIELD
GET
INKEY
INPUT$
INSTR$
LEFT$
LSET
RSET
PUT
.DE

1857
doc/cg.doc

File diff suppressed because it is too large Load Diff

View File

@@ -1,324 +0,0 @@
.\" $Header$
.ll 72
.nr ID 4
.de hd
'sp 2
'tl ''-%-''
'sp 3
..
.de fo
'bp
..
.tr ~
. TITLE
.de TL
.sp 15
.ce
\\fB\\$1\\fR
..
. AUTHOR
.de AU
.sp 15
.ce
by
.sp 2
.ce
\\$1
..
. DATE
.de DA
.sp 3
.ce
( Dated \\$1 )
..
. INSTITUTE
.de VU
.sp 3
.ce 4
Wiskundig Seminarium
Vrije Universteit
De Boelelaan 1081
Amsterdam
..
. PARAGRAPH
.de PP
.sp
.ti +\n(ID
..
.nr CH 0 1
. CHAPTER
.de CH
.nr SH 0 1
.bp
.in 0
\\fB\\n+(CH.~\\$1\\fR
.PP
..
. SUBCHAPTER
.de SH
.sp 3
.in 0
\\fB\\n(CH.\\n+(SH.~\\$1\\fR
.PP
..
. INDENT START
.de IS
.sp
.in +\n(ID
..
. INDENT END
.de IE
.in -\n(ID
.sp
..
.de PT
.ti -\n(ID
.ta \n(ID
.fc " @
"\\$1@"\c
.fc
..
. DOUBLE INDENT START
.de DS
.sp
.in +\n(ID
.ll -\n(ID
..
. DOUBLE INDENT END
.de DE
.ll +\n(ID
.in -\n(ID
.sp
..
. EQUATION START
.de EQ
.sp
.nf
..
. EQUATION END
.de EN
.fi
.sp
..
. ITEM
.de IT
.sp
.in 0
\\fB~\\$1\\fR
.ti +5
..
.de CS
.br
~-~\\
..
.br
.fi
.TL "Ack-C reference manual"
.AU "Ed Keizer"
.DA "September 12, 1983"
.VU
.wh 0 hd
.wh 60 fo
.CH "Introduction"
The C frontend included in the Amsterdam Compiler Kit
translates UNIX-V7 C into compact EM code [1].
The language accepted is described in [2] and [3].
This document describes which implementation dependent choices were
made in the Ack-C frontend and
some restrictions and additions.
.CH "The language"
.PP
Under the same heading as used in [2] we describe the
properties of the Ack-C frontend.
.IT "2.2 Identifiers"
External identifiers are unique up to 7 characters and allow
both upper and lower case.
.IT "2.3 Keywords"
The word \fBvoid\fP is also reserved as a keyword.
.IT "2.4.3 Character constants"
The ASCII-mapping is used when a character is converted to an
integer.
.IT "2.4.4 Floating constants"
To prevent loss of precision the compiler does not perform
floating point constant folding.
.IT "2.6 Hardware characteristics"
The size of objects of the several arithmetic types and
pointers depend on the EM-implementation used.
The ranges of the arithmetic types depend on the size used,
the C-frontend assumes two's complement representation for the
integral types.
All sizes are multiples of bytes.
The calling program \fIack\fP[4] passes information about the
size of the types to the compiler proper.
.br
However, a few general remarks must be made:
.sp 1
.IS
.PT (a)
The size of pointers is a multiple of
(or equal to) the size of an \fIint\fP.
.PT (b)
The following relations exist for the sizes of the types
mentioned:
.br
.ti +5
\fIchar<=short<=int<=long\fP
.PT (c)
Objects of type \fIchar\fP use one 8-bit byte of storage,
although several bytes are allocated sometimes.
.PT (d)
All sizes are in multiples of bytes.
.PT (e)
Most EM implementations use 4 bytes for floats and 8 bytes
for doubles, but exceptions to this rule occur.
.IE
.IT "4 What's in a name"
The type \fIvoid\fP is added.
Objects of type void do not exist.
Functions declared as returning void, do not return a value at all.
.IT "6.1 Characters and integers"
Objects of type \fIchar\fP are unsigned and do not cause
sign-extension when converted to \fIint\fP.
The range of characters values is from 0 to 255.
.IT "6.3 Floating and integral"
Floating point numbers are truncated towards zero when
converted to the integral types.
.IT "6.4 Pointers and integers"
When a \fIlong\fP is added to or subtracted from a pointer and
longs are larger then pointers the \fIlong\fP is converted to an
\fIint\fP before the operation is performed.
.IT "7.2 Unary operators"
It is allowed to cast any expression to the type \fIvoid\fP.
.IT "8.2 Type specifiers"
One type is added to the type-specifiers:
.br
.IS
void
.IE
.IT "8.5 Structure and union declarations"
The only type allowed for fields is \fIint\fP.
Fields with exactly the size of \fIint\fP are signed,
all other fields are unsigned.
.br
The size of any single structure must be less then 4096 bytes.
.IT "8.6 Initialization"
Initialization of structures containing bit fields is not
allowed.
There is one restriction when using an 'address expression' to initialize
an integral variable.
The integral variable must have the same size as a pointer.
Conversions altering the size of the address expression are not allowed.
.IT "9.10 Return statement"
Return statements of the form:
.IS
return ;
.IE
are the only form of return statement allowed in a function of type
function returning void.
.IT "10.1 External function definitions"
The total amount for storage used for parameters
in any function must be less then 4096 bytes.
The same holds for the total amount of storage occupied by the
automatic variables declared inside any function.
.sp
Using formal parameters whose size is smaller the the size of an int
is less efficient on several machines.
At procedure entry these parameters are converted from integer to the
declared type, because the compiler doesn't know where the least
significant bytes are stored in the int.
.IT "11.2 Scope of externals"
Most C compilers are rather lax in enforcing the restriction
that only one external definition without the keyword
\fIextern\fP is allowed in a program.
The Ack-C frontend is very strict in this.
The only exception is that declarations of arrays with a
missing first array bounds expression are regarded to have an
explicit keyword \fIextern\fP.
.IT "14.4 Explicit pointer conversions"
Pointers may be larger the ints, thus assigning a pointer to an
int and back will not always result in the same pointer.
The process mentioned above works with integrals
of the same size or larger as pointers in all EM implementations
having such integrals.
When converting pointers to an integral type or vice-versa,
the pointers is seen as an unsigned int.
.br
EM guarantees that any object can be placed at a word boundary,
this allows the C-programs to use \fIint\fP pointers
as pointers to objects of any type not smaller than an \fIint\fP.
.CH "Frontend options"
The C-frontend has a few options, these are controlled
by flags:
.IS
.PT -V
This flag is followed by a sequence of letters each followed by
positive integers. Each letter indicates a
certain type, the integer following it specifies the size of
objects of that type. One letter indicates the wordsize used.
.IS
.sp 1
.TS
center tab(:);
l l16 l l.
letter:type:letter:type
w:wordsize:i:int
s:short:l:long
f:float:d:double
p:pointer::
.TE
.sp 1
All existing implementations use an integer size equal to the
wordsize.
.IE
The calling program \fIack\fP[4] provides the frontend with
this flag, with values depending on the machine used.
.sp 1
.PT -l
The frontend normally generates code to keep track of the line
number and source file name at runtime for debugging purposes.
Currently a pointer to a
string containing the filename is stored at a fixed place in
memory at each function
entry and the line number at the start of every expression.
At the return from a function these memory locations are not reset to
the values they had before the call.
Most library routines do not use this feature and thus do not
ruin the current line number and filename when called.
However, you are really unlucky when your program crashes due
to a bug in such a library function, because the line number
and filename do not indicate that something went wrong inside
the library function.
.br
Providing the flag -l to the frontend tells it not to generate
the code updating line number and file name.
This is, for example, used when translating the stdio library.
.br
When the \fIack\fP[4] is called with the -L flag it provides
the frontend with this flag.
.sp 1
.PT -Xp
When this flag is present the frontend generates a call to
the function \fBprocentry\fP at each function entry and a
call to \fBprocexit\fP at each function exit.
Both functions are provided with one parameter,
a pointer to a string containing the function name.
.br
When \fIack\fP is called with the -p flag it provides the
frontend with this flag.
.IE
.CH References
.IS
.PT [1]
A.S. Tanenbaum, Hans van Staveren, Ed Keizer and Johan
Stevenson \fIDescription of a machine architecture for use with
block structured languages\fP Informatica report IR-81.
.sp 1
.PT [2]
B.W. Kernighan and D.M. Ritchie, \fIThe C Programming
language\fP, Prentice-Hall, 1978
.PT [3]
D.M. Ritchie, \fIC Reference Manual\fP
.sp
.PT [4]
UNIX manual ack(I).

View File

@@ -1,31 +0,0 @@
head: doc.pr
NROFF=nroff
FILES = macr.nr title.nr intro.nr mem.nr ispace.nr dspace.nr mapping.nr types.nr descr.nr iotrap.nr mach.nr assem.nr app.nr
IOP=../../util/ass/ip_spec.t
doc.pr: $(FILES) itables em.i
tbl $(FILES) | $(NROFF) >doc.pr
distr: $(FILES) itables em.i
tbl $(FILES) | nroff -Tlp >doc.pr
opr: doc.pr
make pr | opr
pr:
@make "NROFF="$NROFF doc.pr >makepr.out 2>&1
@cat doc.pr
app.t: itables em.i
em.i: int/em.p
@echo Sorry, this copy was edited by hand from int/em.p
itables: $(IOP)
awk -f ip.awk $(IOP) | tbl >itables
.SUFFIXES : .pr .nr
.nr.pr: ; tbl macr.nr $*.nr | $(NROFF) >$@
cont.t intro.t mem.t ispace.t dspace.t mapping.t succ.t descr.t iotrap.t mach.t assem.t kern.t app.t: macr.nr

View File

@@ -1 +0,0 @@
Sorry, the kun macro package is not ours to distribute.

File diff suppressed because it is too large Load Diff

View File

@@ -1,488 +0,0 @@
.BP
.AP "EM INTERPRETER"
.nf
.ta 8 16 24 32 40 48 56 64 72 80
.so em.i
.fi
.BP
.AP "EM CODE TABLES"
The following table is used by the assembler for EM machine
language.
It specifies the opcodes used for each instruction and
how arguments are mapped to machine language arguments.
The table is presented in three columns,
each line in each column contains three or four fields.
Each line describes a range of interpreter opcodes by
specifying for which instruction the range is used, the type of the
opcodes (mini, shortie, etc..) and range for the instruction
argument.
.A
The first field on each line gives the EM instruction mnemonic,
the second field gives some flags.
If the opcodes are minis or shorties the third field specifies
how many minis/shorties are used.
The last field gives the number of the (first) interpreter
opcode.
.N 1
Flags :
.IS 3
.N 1
Opcode type, only one of the following may be specified.
.PS - 5 " "
.PT -
opcode without argument
.PT m
mini
.PT s
shortie
.PT 2
opcode with 2-byte signed argument
.PT 4
opcode with 4-byte signed argument
.PT 8
opcode with 8-byte signed argument
.PE
Secondary (escaped) opcodes.
.PS - 5 " "
.PT e
The opcode thus marked is in the secondary opcode group instead
of the primary
.PE
restrictions on arguments
.PS - 5 " "
.PT N
Negative arguments only
.PT P
Positive and zero arguments only
.PE
mapping of arguments
.PS - 5 " "
.PT w
argument must be divisible by the wordsize and is divided by the
wordsize before use as opcode argument.
.PT o
argument ( possibly after division ) must be >= 1 and is
decremented before use as opcode argument
.PE
.IE
If the opcode type is 2,4 or 8 the resulting argument is used as
opcode argument (least significant byte first).
.N
If the opcode type is mini, the argument is added
to the first opcode - if in range - .
If the argument is negative, the absolute value minus one is
used in the algorithm above.
.N
For shorties with positive arguments the first opcode is used
for arguments in the range 0..255, the second for the range
256..511, etc..
For shorties with negative arguments the first opcode is used
for arguments in the range -1..-256, the second for the range
-257..-512, etc..
The byte following the opcode contains the least significant
byte of the argument.
First some examples of these specifications.
.PS - 5
.PT "aar mwPo 1 34"
Indicates that opcode 34 is used as a mini for Positive
instruction arguments only.
The w and o indicate division and decrementing of the
instruction argument.
Because the resulting argument must be zero ( only opcode 34 may be used
), this mini can only be used for instruction argument 2.
Conclusion: opcode 34 is for "AAR 2".
.PT "adp sP 1 41"
Opcode 41 is used as shortie for ADP with arguments in the range
0..255.
.PT "bra sN 2 60"
Opcode 60 is used as shortie for BRA with arguments -1..-256,
61 is used for arguments -257..-512.
.PT "zer e- 145"
Escaped opcode 145 is used for ZER.
.PE
The interpreter opcode table:
.N 1
.IS 3
.DS B
.so itables
.DE 0
.IE
.P
The table above results in the following dispatch tables.
Dispatch tables are used by interpreters to jump to the
routines implementing the EM instructions, indexed by the next opcode.
Each line of the dispatch tables gives the routine names
of eight consecutive opcodes, preceded by the first opcode number
on that line.
Routine names consist of an EM mnemonic followed by a suffix.
The suffices show the encoding used for each opcode.
.N
The following suffices exist:
.N 1
.VS 1 0
.IS 4
.PS - 11
.PT .z
no arguments
.PT .l
16-bit argument
.PT .lw
16-bit argument divided by the wordsize
.PT .p
positive 16-bit argument
.PT .pw
positive 16-bit argument divided by the wordsize
.PT .n
negative 16-bit argument
.PT .nw
negative 16-bit argument divided by the wordsize
.PT .s<num>
shortie with <num> as high order argument byte
.PT .sw<num>
shortie with argument divided by the wordsize
.PT .<num>
mini with <num> as argument
.PT .<num>W
mini with <num>*wordsize as argument
.PE 3
<num> is a possibly negative integer.
.VS 1 1
.IE
The dispatch table for the 256 primary opcodes:
.DS B
0 loc.0 loc.1 loc.2 loc.3 loc.4 loc.5 loc.6 loc.7
8 loc.8 loc.9 loc.10 loc.11 loc.12 loc.13 loc.14 loc.15
16 loc.16 loc.17 loc.18 loc.19 loc.20 loc.21 loc.22 loc.23
24 loc.24 loc.25 loc.26 loc.27 loc.28 loc.29 loc.30 loc.31
32 loc.32 loc.33 aar.1W adf.s0 adi.1W adi.2W adp.l adp.1
40 adp.2 adp.s0 adp.s-1 ads.1W and.1W asp.1W asp.2W asp.3W
48 asp.4W asp.5W asp.w0 beq.l beq.s0 bge.s0 bgt.s0 ble.s0
56 blm.s0 blt.s0 bne.s0 bra.l bra.s-1 bra.s-2 bra.s0 bra.s1
64 cal.1 cal.2 cal.3 cal.4 cal.5 cal.6 cal.7 cal.8
72 cal.9 cal.10 cal.11 cal.12 cal.13 cal.14 cal.15 cal.16
80 cal.17 cal.18 cal.19 cal.20 cal.21 cal.22 cal.23 cal.24
88 cal.25 cal.26 cal.27 cal.28 cal.s0 cff.z cif.z cii.z
96 cmf.s0 cmi.1W cmi.2W cmp.z cms.s0 csa.1W csb.1W dec.z
104 dee.w0 del.w-1 dup.1W dvf.s0 dvi.1W fil.l inc.z ine.lw
112 ine.w0 inl.-1W inl.-2W inl.-3W inl.w-1 inn.s0 ior.1W ior.s0
120 lae.l lae.w0 lae.w1 lae.w2 lae.w3 lae.w4 lae.w5 lae.w6
128 lal.p lal.n lal.0 lal.-1 lal.w0 lal.w-1 lal.w-2 lar.W
136 ldc.0 lde.lw lde.w0 ldl.0 ldl.w-1 lfr.1W lfr.2W lfr.s0
144 lil.w-1 lil.w0 lil.0 lil.1W lin.l lin.s0 lni.z loc.l
152 loc.-1 loc.s0 loc.s-1 loe.lw loe.w0 loe.w1 loe.w2 loe.w3
160 loe.w4 lof.l lof.1W lof.2W lof.3W lof.4W lof.s0 loi.l
168 loi.1 loi.1W loi.2W loi.3W loi.4W loi.s0 lol.pw lol.nw
176 lol.0 lol.1W lol.2W lol.3W lol.-1W lol.-2W lol.-3W lol.-4W
184 lol.-5W lol.-6W lol.-7W lol.-8W lol.w0 lol.w-1 lxa.1 lxl.1
192 lxl.2 mlf.s0 mli.1W mli.2W rck.1W ret.0 ret.1W ret.s0
200 rmi.1W sar.1W sbf.s0 sbi.1W sbi.2W sdl.w-1 set.s0 sil.w-1
208 sil.w0 sli.1W ste.lw ste.w0 ste.w1 ste.w2 stf.l stf.W
216 stf.2W stf.s0 sti.1 sti.1W sti.2W sti.3W sti.4W sti.s0
224 stl.pw stl.nw stl.0 stl.1W stl.-1W stl.-2W stl.-3W stl.-4W
232 stl.-5W stl.w-1 teq.z tgt.z tlt.z tne.z zeq.l zeq.s0
240 zeq.s1 zer.s0 zge.s0 zgt.s0 zle.s0 zlt.s0 zne.s0 zne.s-1
248 zre.lw zre.w0 zrl.-1W zrl.-2W zrl.w-1 zrl.nw escape1 escape2
.DE 2
The list of secondary opcodes (escape1):
.N 1
.DS B
0 aar.l aar.z adf.l adf.z adi.l adi.z ads.l ads.z
8 adu.l adu.z and.l and.z asp.lw ass.l ass.z bge.l
16 bgt.l ble.l blm.l bls.l bls.z blt.l bne.l cai.z
24 cal.l cfi.z cfu.z ciu.z cmf.l cmf.z cmi.l cmi.z
32 cms.l cms.z cmu.l cmu.z com.l com.z csa.l csa.z
40 csb.l csb.z cuf.z cui.z cuu.z dee.lw del.pw del.nw
48 dup.l dus.l dus.z dvf.l dvf.z dvi.l dvi.z dvu.l
56 dvu.z fef.l fef.z fif.l fif.z inl.pw inl.nw inn.l
64 inn.z ior.l ior.z lar.l lar.z ldc.l ldf.l ldl.pw
72 ldl.nw lfr.l lil.pw lil.nw lim.z los.l los.z lor.s0
80 lpi.l lxa.l lxl.l mlf.l mlf.z mli.l mli.z mlu.l
88 mlu.z mon.z ngf.l ngf.z ngi.l ngi.z nop.z rck.l
96 rck.z ret.l rmi.l rmi.z rmu.l rmu.z rol.l rol.z
104 ror.l ror.z rtt.z sar.l sar.z sbf.l sbf.z sbi.l
112 sbi.z sbs.l sbs.z sbu.l sbu.z sde.l sdf.l sdl.pw
120 sdl.nw set.l set.z sig.z sil.pw sil.nw sim.z sli.l
128 sli.z slu.l slu.z sri.l sri.z sru.l sru.z sti.l
136 sts.l sts.z str.s0 tge.z tle.z trp.z xor.l xor.z
144 zer.l zer.z zge.l zgt.l zle.l zlt.l zne.l zrf.l
152 zrf.z zrl.pw dch.z exg.s0 exg.l exg.z lpb.z gto.l
.DE 2
Finally, the list of opcodes with four byte arguments (escape2).
.DS
0 loc
.DE 0
.BP
.AP "AN EXAMPLE PROGRAM"
.DS B
1 program example(output);
2 {This program just demonstrates typical EM code.}
3 type rec = record r1: integer; r2:real; r3: boolean end;
4 var mi: integer; mx:real; r:rec;
5
6 function sum(a,b:integer):integer;
7 begin
8 sum := a + b
9 end;
10
11 procedure test(var r: rec);
12 label 1;
13 var i,j: integer;
14 x,y: real;
15 b: boolean;
16 c: char;
17 a: array[1..100] of integer;
18
19 begin
20 j := 1;
21 i := 3 * j + 6;
22 x := 4.8;
23 y := x/0.5;
24 b := true;
25 c := 'z';
26 for i:= 1 to 100 do a[i] := i * i;
27 r.r1 := j+27;
28 r.r3 := b;
29 r.r2 := x+y;
30 i := sum(r.r1, a[j]);
31 while i > 0 do begin j := j + r.r1; i := i - 1 end;
32 with r do begin r3 := b; r2 := x+y; r1 := 0 end;
33 goto 1;
34 1: writeln(j, i:6, x:9:3, b)
35 end; {test}
36 begin {main program}
37 mx := 15.96;
38 mi := 99;
39 test(r)
40 end.
.DE 0
.BP
The EM code as produced by the Pascal-VU compiler is given below. Comments
have been added manually. Note that this code has already been optimized.
.DS B
mes 2,2,2 ; wordsize 2, pointersize 2
.1
rom 't.p\e000' ; the name of the source file
hol 552,-32768,0 ; externals and buf occupy 552 bytes
exp $sum ; sum can be called from other modules
pro $sum,2 ; procedure sum; 2 bytes local storage
lin 8 ; code from source line 8
ldl 0 ; load two locals ( a and b )
adi 2 ; add them
ret 2 ; return the result
end 2 ; end of procedure ( still two bytes local storage )
.2
rom 1,99,2 ; descriptor of array a[]
exp $test ; the compiler exports all level 0 procedures
pro $test,226 ; procedure test, 226 bytes local storage
.3
rom 4.8F8 ; assemble Floating point 4.8 (8 bytes) in
.4 ; global storage
rom 0.5F8 ; same for 0.5
mes 3,-226,2,2 ; compiler temporary not referenced by address
mes 3,-24,2,0 ; the same is true for i, j, b and c in test
mes 3,-22,2,0
mes 3,-4,2,0
mes 3,-2,2,0
mes 3,-20,8,0 ; and for x and y
mes 3,-12,8,0
lin 20 ; maintain source line number
loc 1
stl -4 ; j := 1
lni ; lin 21 prior to optimization
lol -4
loc 3
mli 2
loc 6
adi 2
stl -2 ; i := 3 * j + 6
lni ; lin 22 prior to optimization
lae .3
loi 8
lal -12
sti 8 ; x := 4.8
lni ; lin 23 prior to optimization
lal -12
loi 8
lae .4
loi 8
dvf 8
lal -20
sti 8 ; y := x / 0.5
lni ; lin 24 prior to optimization
loc 1
stl -22 ; b := true
lni ; lin 25 prior to optimization
loc 122
stl -24 ; c := 'z'
lni ; lin 26 prior to optimization
loc 1
stl -2 ; for i:= 1
2
lol -2
dup 2
mli 2 ; i*i
lal -224
lol -2
lae .2
sar 2 ; a[i] :=
lol -2
loc 100
beq *3 ; to 100 do
inl -2 ; increment i and loop
bra *2
3
lin 27
lol -4
loc 27
adi 2 ; j + 27
sil 0 ; r.r1 :=
lni ; lin 28 prior to optimization
lol -22 ; b
lol 0
stf 10 ; r.r3 :=
lni ; lin 29 prior to optimization
lal -20
loi 16
adf 8 ; x + y
lol 0
adp 2
sti 8 ; r.r2 :=
lni ; lin 23 prior to optimization
lal -224
lol -4
lae .2
lar 2 ; a[j]
lil 0 ; r.r1
cal $sum ; call now
asp 4 ; remove parameters from stack
lfr 2 ; get function result
stl -2 ; i :=
4
lin 31
lol -2
zle *5 ; while i > 0 do
lol -4
lil 0
adi 2
stl -4 ; j := j + r.r1
del -2 ; i := i - 1
bra *4 ; loop
5
lin 32
lol 0
stl -226 ; make copy of address of r
lol -22
lol -226
stf 10 ; r3 := b
lal -20
loi 16
adf 8
lol -226
adp 2
sti 8 ; r2 := x + y
loc 0
sil -226 ; r1 := 0
lin 34 ; note the abscence of the unnecesary jump
lae 22 ; address of output structure
lol -4
cal $_wri ; write integer with default width
asp 4 ; pop parameters
lae 22
lol -2
loc 6
cal $_wsi ; write integer width 6
asp 6
lae 22
lal -12
loi 8
loc 9
loc 3
cal $_wrf ; write fixed format real, width 9, precision 3
asp 14
lae 22
lol -22
cal $_wrb ; write boolean, default width
asp 4
lae 22
cal $_wln ; writeln
asp 2
ret 0 ; return, no result
end 226
exp $_main
pro $_main,0 ; main program
.6
con 2,-1,22 ; description of external files
.5
rom 15.96F8
fil .1 ; maintain source file name
lae .6 ; description of external files
lae 0 ; base of hol area to relocate buffer addresses
cal $_ini ; initialize files, etc...
asp 4
lin 37
lae .5
loi 8
lae 2
sti 8 ; mx := 15.96
lni ; lin 38 prior to optimization
loc 99
ste 0 ; mi := 99
lni ; lin 39 prior to optimization
lae 10 ; address of r
cal $test
asp 2
loc 0 ; normal exit
cal $_hlt ; cleanup and finish
asp 2
end 0
mes 5 ; reals were used
.DE 0
The compact code corresponding to the above program is listed below.
Read it horizontally, line by line, not column by column.
Each number represents a byte of compact code, printed in decimal.
The first two bytes form the magic word.
.N 1
.IS 3
.DS B
173 0 159 122 122 122 255 242 1 161 250 124 116 46 112 0
255 156 245 40 2 245 0 128 120 155 249 123 115 117 109 160
249 123 115 117 109 122 67 128 63 120 3 122 88 122 152 122
242 2 161 121 219 122 255 155 249 124 116 101 115 116 160 249
124 116 101 115 116 245 226 0 242 3 161 253 128 123 52 46
56 255 242 4 161 253 128 123 48 46 53 255 159 123 245 30
255 122 122 255 159 123 96 122 120 255 159 123 98 122 120 255
159 123 116 122 120 255 159 123 118 122 120 255 159 123 100 128
120 255 159 123 108 128 120 255 67 140 69 121 113 116 68 73
116 69 123 81 122 69 126 3 122 113 118 68 57 242 3 72
128 58 108 112 128 68 58 108 72 128 57 242 4 72 128 44
128 58 100 112 128 68 69 121 113 98 68 69 245 122 0 113
96 68 69 121 113 118 182 73 118 42 122 81 122 58 245 32
255 73 118 57 242 2 94 122 73 118 69 220 10 123 54 118
18 122 183 67 147 73 116 69 147 3 122 104 120 68 73 98
73 120 111 130 68 58 100 72 136 2 128 73 120 4 122 112
128 68 58 245 32 255 73 116 57 242 2 59 122 65 120 20
249 123 115 117 109 8 124 64 122 113 118 184 67 151 73 118
128 125 73 116 65 120 3 122 113 116 41 118 18 124 185 67
152 73 120 113 245 30 255 73 98 73 245 30 255 111 130 58
100 72 136 2 128 73 245 30 255 4 122 112 128 69 120 104
245 30 255 67 154 57 142 73 116 20 249 124 95 119 114 105
8 124 57 142 73 118 69 126 20 249 124 95 119 115 105 8
126 57 142 58 108 72 128 69 129 69 123 20 249 124 95 119
114 102 8 134 57 142 73 98 20 249 124 95 119 114 98 8
124 57 142 20 249 124 95 119 108 110 8 122 88 120 152 245
226 0 155 249 125 95 109 97 105 110 160 249 125 95 109 97
105 110 120 242 6 151 122 119 142 255 242 5 161 253 128 125
49 53 46 57 54 255 50 242 1 57 242 6 57 120 20 249
124 95 105 110 105 8 124 67 157 57 242 5 72 128 57 122
112 128 68 69 219 110 120 68 57 130 20 249 124 116 101 115
116 8 122 69 120 20 249 124 95 104 108 116 8 122 152 120
159 124 160 255 159 125 255
.DE 0
.IE
.MS T A 0
.ME
.BP
.MS B A 0
.ME
.CT

View File

@@ -1,773 +0,0 @@
.BP
.SN 11
.S1 "EM ASSEMBLY LANGUAGE"
We use two representations for assembly language programs,
one is in ASCII and the other is the compact assembly language.
The latter needs less space than the first for the same program
and therefore allows faster processing.
Our only program accepting ASCII assembly
language converts it to the compact form.
All other programs expect compact assembly input.
The first part of the chapter describes the ASCII assembly
language and its semantics.
The second part describes the syntax of the compact assembly
language.
The last part lists the EM instructions with the type of
arguments allowed and an indication of the function.
Appendix A gives a detailed description of the effect of all
instructions in the form of a Pascal program.
.S2 "ASCII assembly language"
An assembly language program consists of a series of lines, each
line may be blank, contain one (pseudo)instruction or contain one
label.
Input to the assembler is in lower case.
Upper case is used in this
document merely to distinguish keywords from the surrounding prose.
Comment is allowed at the end of each line and starts with a semicolon ";".
This kind of comment does not exist in the compact form.
.A
Labels must be placed all by themselves on a line and start in
column 1.
There are two kinds of labels, instruction and data labels.
Instruction labels are unsigned positive integers.
The scope of an instruction label is its procedure.
.A
The pseudoinstructions CON, ROM and BSS may be preceded by a
line containing a
1-8 character data label, the first character of which is a
letter, period or underscore.
The period may only be followed by
digits, the others may be followed by letters, digits and underscores.
The use of the character "." followed by a constant,
which must be in the range 1 to 32767 (e.g. ".40") is recommended
for compiler
generated programs.
These labels are considered as a special case and handled
more efficiently in compact assembly language (see below).
Note that a data label on its own or two consecutive labels are not
allowed.
.P
Each statement may contain an instruction mnemonic or pseudoinstruction.
These must begin in column 2 or later (not column 1) and must be followed
by a space, tab, semicolon or LF.
Everything on the line following a semicolon is
taken as a comment.
.P
Each input file contains one module.
A module may contain many procedures,
which may be nested.
A procedure consists of
a PRO statement, a (possibly empty)
collection of instructions and pseudoinstructions and finally an END
statement.
Pseudoinstructions are also allowed between procedures.
They do not belong to a specific procedure.
.P
All constants in EM are interpreted in the decimal base.
The ASCII assembly language accepts constant expressions
wherever constants are allowed.
The operators recognized are: +, -, *, % and / with the usual
precedence order.
Use of the parentheses ( and ) to alter the precedence order is allowed.
.S3 "Instruction arguments"
Unlike many other assembly languages, the EM assembly
language requires all arguments of normal and pseudoinstructions
to be either a constant or an identifier, but not a combination
of these two.
There is one exception to this rule: when a data label is used
for initialization or as an instruction argument,
expressions of the form 'label+constant' and 'label-constant'
are allowed.
This makes it possible to address, for example, the
third word of a ten word BSS block
directly.
Thus LOE LABEL+4 is permitted and so is CON LABEL+3.
The resulting address is must be in the same fragment as the label.
It is not allowed to add or subtract from instruction labels or procedure
identifiers,
which certainly is not a severe restriction and greatly aids
optimization.
.P
Instruction arguments can be constants,
data labels, data labels offsetted by a constant, instruction
labels and procedure identifiers.
The range of integers allowed depends on the instruction.
Most instructions allow only integers
(signed or unsigned)
that fit in a word.
Arguments used as offsets to pointers should fit in a
pointer-sized integer.
Finally, arguments to LDC should fit in a double-word integer.
.P
Several instructions have two possible forms:
with an explicit argument and with an implicit argument on top of the stack.
The size of the implicit argument is the wordsize.
The implicit argument is always popped before all other operands.
For example: 'CMI 4' specifies that two four-byte signed
integers on top of the stack are to be compared.
\&'CMI' without an argument expects a wordsized integer
on top of the stack that specifies the size of the integers to
be compared.
Thus the following two sequences are equivalent:
.N 2
.TS
center, tab(:) ;
l r 30 l r.
LDL:-10:LDL:-10
LDL:-14:LDL:-14
::LOC:4
CMI:4:CMI:
ZEQ:*1:ZEQ:*1
.TE 2
Section 11.1.6 shows the arguments allowed for each instruction.
.S3 "Pseudoinstruction arguments"
Pseudoinstruction arguments can be divided in two classes:
Initializers and others.
The following initializers are allowed: signed integer constants,
unsigned integer constants, floating-point constants, strings,
data labels, data labels offsetted by a constant, instruction
labels and procedure identifiers.
.P
Constant initializers in BSS, HOL, CON and ROM pseudoinstructions
can be followed by a letter I, U or F.
This indicator
specifies the type of the initializer: Integer, Unsigned or Float.
If no indicator is present I is assumed.
The size of the initializer is the wordsize unless
the indicator is followed by an integer specifying the
initializer's size.
This integer is governed by the same restrictions as for
transfer of objects to/from memory.
As in instruction arguments, initializers include expressions of the form:
\&"LABEL+offset" and "LABEL-offset".
The offset must be an unsigned decimal constant.
The 'IUF' indicators cannot be used in the offsets.
.P
Data labels are referred to by their name.
.P
Strings are surrounded by double quotes (").
Semicolon's in string do not indicate the start of comment.
In the ASCII representation the escape character \e (backslash)
alters the meaning of subsequent character(s).
This feature allows inclusion of zeroes, graphic characters and
the double quote in the string.
The following escape sequences exist:
.DS
.TS
center, tab(:);
l l l.
newline:NL\|(LF):\en
horizontal tab:HT:\et
backspace:BS:\eb
carriage return:CR:\er
form feed:FF:\ef
backslash:\e:\e\e
double quote:":\e"
bit pattern:\fBddd\fP:\e\fBddd\fP
.TE
.DE
The escape \fBddd\fP consists of the backslash followed by 1,
2, or 3 octal digits specifing the value of
the desired character.
If the character following a backslash is not one of those
specified,
the backslash is ignored.
Example: CON "hello\e012\e0".
Each string element initializes a single byte.
The ASCII character set is used to map characters onto values.
.P
Instruction labels are referred to as *1, *2, etc. in both branch
instructions and as initializers.
.P
The notation $procname means the identifier for the procedure
with the specified name.
This identifier has the size of a pointer.
.S3 Notation
First, the notation used for the arguments, classes of
instructions and pseudoinstructions.
.IS 2
.TS
tab(:);
l l l.
<cst>:\&=:integer constant (current range -2**31..2**31-1)
<dlb>:\&=:data label
<arg>:\&=:<cst> or <dlb> or <dlb>+<cst> or <dlb>-<cst>
<con>:\&=:integer constant, unsigned constant, floating-point constant
<str>:\&=:string constant (surrounded by double quotes),
<ilb>:\&=:instruction label
::'*' followed by an integer in the range 0..32767.
<pro>:\&=:procedure number ('$' followed by a procedure name)
<val>:\&=:<arg>, <con>, <pro> or <ilb>.
<par>:\&=:<val> or <str>
<...>*:\&=:zero or more of <...>
<...>+:\&=:one or more of <...>
[...]:\&=:optional ...
.TE
.IE
.S3 "Pseudoinstructions"
.S4 Storage declaration
Initialized global data is allocated by the pseudoinstruction CON,
which needs at least one argument.
Each argument is used to allocate and initialize a number of
consequtive bytes in data memory.
The number of bytes to be allocated and the alignment depend on the type
of the argument.
For each argument, an integral number of words,
determined by the argument type, is allocated and initialized.
.P
The pseudoinstruction ROM is the same as CON,
except that it guarantees that the initialized words
will not change during the execution of the program.
This information allows optimizers to do
certain calculations such as array indexing and
subrange checking at compile time instead
of at run time.
.P
The pseudoinstruction BSS allocates
uninitialized global data or large blocks of data initialized
by the same value.
The first argument to this pseudo is the number
of bytes required, which must be a multiple of the wordsize.
The other arguments specify the value used for initialization and
whether the initialization is only for convenience or a strict necessity.
The pseudoinstruction HOL is similar to BSS in that it requests an
(un)initialized global data block.
Addressing of a HOL block, however, is quasi absolute.
The first byte is addressed by 0,
the second byte by 1 etc. in assembly language.
The assembler/loader adds the base address of
the HOL block to these numbers to obtain the
absolute address in the machine language.
.P
The scope of a HOL block starts at the HOL pseudo and
ends at the next HOL pseudo or at the end of a module
whatever comes first.
Each instruction falls in the scope of at most one
HOL block, the current HOL block.
It is not allowed to have more than one HOL block per procedure.
.P
The alignment restrictions are enforced by the
pseudoinstructions.
All initializers are aligned on a multiple of their size or the wordsize
whichever is smaller.
Strings form an exception, they are to be seen as a sequence of initializers
each for one byte, i.e. strings are not padded with zero bytes.
Switching to another type of fragment or placing a label forces
word-alignment.
There are three types of fragments in global data space: CON, ROM and
BSS/HOL.
.N 2
.IS 2
.PS - 4
.PT "BSS <cst1>,<val>,<cst2>"
Reserve <cst1> bytes.
<val> is the value used to initialize the area.
<cst1> must be a multiple of the size of <val>.
<cst2> is 0 if the initialization is not strictly necessary,
1 if it is.
.PT "HOL <cst1>,<val>,<cst2>"
Idem, but all following absolute global data references will
refer to this block.
Only one HOL is allowed per procedure,
it has to be placed before the first instruction.
.PT "CON <val>+"
Assemble global data words initialized with the <val> constants.
.PT "ROM <val>+"
Idem, but the initialized data will never be changed by the program.
.PE
.IE
.S4 Partitioning
Two pseudoinstructions partition the input into procedures:
.IS 2
.PS - 4
.PT "PRO <pro>[,<cst>]"
Start of procedure.
<pro> is the procedure name.
<cst> is the number of bytes for locals.
The number of bytes for locals must be specified in the PRO or
END pseudoinstruction.
When specified in both, they must be identical.
.PT "END [<cst>]"
End of Procedure.
<cst> is the number of bytes for locals.
The number of bytes for locals must be specified in either the PRO or
END pseudoinstruction or both.
.PE
.IE
.S4 Visibility
Names of data and procedures in an EM module can either be
internal or external.
External names are known outside the module and are used to link
several pieces of a program.
Internal names are not known outside the modules they are used in.
Other modules will not 'see' an internal name.
.A
To reduce the number of passes needed,
it must be known at the first occurrence whether
a name is internal or external.
If the first occurrence of a name is in a definition,
the name is considered to be internal.
If the first occurrence of a name is a reference,
the name is considered to be external.
If the first occurrence is in one of the following pseudoinstructions,
the effect of the pseudo has precedence.
.IS 2
.PS - 4
.PT "EXA <dlb>"
External name.
<dlb> is known, possibly defined, outside this module.
Note that <dlb> may be defined in the same module.
.PT "EXP <pro>"
External procedure identifier.
Note that <pro> may be defined in the same module.
.PT "INA <dlb>"
Internal name.
<dlb> is internal to this module and must be defined in this module.
.PT "INP <pro>"
Internal procedure.
<pro> is internal to this module and must be defined in this module.
.PE
.IE
.S4 Miscellaneous
Two other pseudoinstructions provide miscellaneous features:
.IS 2
.PS - 4
.PT "EXC <cst1>,<cst2>"
Two blocks of instructions preceding this one are
interchanged before being processed.
<cst1> gives the number of lines of the first block.
<cst2> gives the number of lines of the second one.
Blank and pure comment lines do not count.
.PT "MES <cst>[,<par>]*"
A special type of comment.
Used by compilers to communicate with the
optimizer, assembler, etc. as follows:
.VS 1 0
.PS - 4
.PT "MES 0"
An error has occurred, stop further processing.
.PT "MES 1"
Suppress optimization.
.PT "MES 2,<cst1>,<cst2>"
Use wordsize <cst1> and pointer size <cst2>.
.PT "MES 3,<cst1>,<cst2>,<cst3>,<cst4>"
Indicates that a local variable is never referenced indirectly.
Used to indicate that a register may be used for a specific
variable.
<cst1> is offset in bytes from AB if positive
and offset from LB if negative.
<cst2> gives the size of the variable.
<cst3> indicates the class of the variable.
The following values are currently recognized:
.PS
.PT 0
The variable can be used for anything.
.PT 1
The variable is used as a loopindex.
.PT 2
The variable is used as a pointer.
.PT 3
The variable is used as a floating point number.
.PE 0
<cst4> gives the priority of the variable,
higher numbers indicate better candidates.
.PT "MES 4,<cst>,<str>"
Number of source lines in file <str> (for profiler).
.PT "MES 5"
Floating point used.
.PT "MES 6,<val>*"
Comment. Used to provide comments in compact assembly language.
.PT "MES 7,....."
Reserved.
.PT "MES 8,<pro>[,<dlb>]..."
Library module. Indicates that the module may only be loaded
if it is useful, that is, if it can satisfy any unresolved
references during the loading process.
May not be preceded by any other pseudo, except MES's.
.PT "MES 9,<cst>"
Guarantees that no more than <cst> bytes of parameters are
accessed, either directly or indirectly.
.PT "MES 10,<cst>[,<par>]*
This message number is reserved for the global optimizer.
It inserts these messages in its output as hints to backends.
<cst> indicates the type of hint.
.PT "MES 11"
Procedures containing this message are possible destinations of
non-local goto's with the GTO instruction.
Some backends keep locals in registers,
the locals in this procedure should not be kept in registers and
all registers containing locals of other procedures should be
saved upon entry to this procedure.
.PE 1
.VS 1 1
Each backend is free to skip irrelevant MES pseudos.
.PE
.IE
.S2 "The Compact Assembly Language"
The assembler accepts input in a highly encoded form.
This
form is intended to reduce the amount of file transport between the
front ends, optimizers
and back ends, and also reduces the amount of storage required for storing
libraries.
Libraries are stored as archived compact assembly language, not machine
language.
.P
When beginning to read the input, the assembler is in neutral state, and
expects either a label or an instruction (including the pseudoinstructions).
The meaning of the next byte(s) when in neutral state is as follows, where
b1, b2
etc. represent the succeeding bytes.
.N 1
.DS
.TS
tab(:) ;
rw17 4 l.
0:Reserved for future use
1-129:Machine instructions, see Appendix A, alphabetical list
130-149:Reserved for future use
150-161:BSS,CON,END,EXA,EXC,EXP,HOL,INA,INP,MES,PRO,ROM
162-179:Reserved for future pseudoinstructions
180-239:Instruction labels 0 - 59 (180 is local label 0 etc.)
240-244:See the Common Table below
245-255:Not used
.TE 1
.DE 0
After a label, the assembler is back in neutral state; it can immediately
accept another label or an instruction in the next byte.
No linefeeds are used to separate lines.
.P
If an opcode expects no arguments,
the assembler is back in neutral state after
reading the one byte containing the instruction number.
If it has one or
more arguments (only pseudos have more than 1), the arguments follow directly,
encoded as follows:
.N 1
.IS 2
.TS
tab(:);
r l.
0-239:Offsets from -120 to 119
240-255:See the Common Table below
.TE 1
Absence of an optional argument is indicated by a special
byte.
.IE 2
.CS
Common Table for Neutral State and Arguments
.CE
.TS
tab(:);
c c s c
l8 l l8 l.
class:bytes:description
<ilb>:240:b1:Instruction label b1 (Not used for branches)
<ilb>:241:b1 b2:16 bit instruction label (256*b2 + b1)
<dlb>:242:b1:Global label .0-.255, with b1 being the label
<dlb>:243:b1 b2:Global label .0-.32767
:::with 256*b2+b1 being the label
<dlb>:244:<string>:Global symbol not of the form .nnn
<cst>:245:b1 b2:16 bit constant
<cst>:246:b1 b2 b3 b4:32 bit constant
<cst>:247:b1 .. b8:64 bit constant
<arg>:248:<dlb><cst>:Global label + (possibly negative) constant
<pro>:249:<string>:Procedure name (not including $)
<str>:250:<string>:String used in CON or ROM (no quotes-no escapes)
<con>:251:<cst><string>:Integer constant, size <cst> bytes
<con>:252:<cst><string>:Unsigned constant, size <cst> bytes
<con>:253:<cst><string>:Floating constant, size <cst> bytes
:254::unused
<end>:255::Delimiter for argument lists or
:::indicates absence of optional argument
.TE 1
.P
The bytes specifying the value of a 16, 32 or 64 bit constant
are presented in two's complement notation, with the least
significant byte first. For example: the value of a 32 bit
constant is ((s4*256+b3)*256+b2)*256+b1, where s4 is b4-256 if
b4 is greater than 128 else s4 takes the value of b4.
A <string> consists of a <cst> inmediatly followed by
a sequence of bytes with length <cst>.
.P
.ne 8
The pseudoinstructions fall into several categories, depending on their
arguments:
.N 1
.DS
Group 1 -- EXC, BSS, HOL have a known number of arguments
Group 2 -- EXA, EXP, INA, INP have a string as argument
Group 3 -- CON, MES, ROM have a variable number of various things
Group 4 -- END, PRO have a trailing optional argument.
.DE 1
Groups 1 and 2
use the encoding described above.
Group 3 also uses the encoding listed above, with an <end> byte after the
last argument to indicate the end of the list.
Group 4 uses
an <end> byte if the trailing argument is not present.
.N 2
.IS 2
.TS
tab(|);
l s l
l s s
l 2 lw(46) l.
Example ASCII|Example compact
(LOC = 69, BRA = 18 here):
2||182
1||181
LOC|10|69 130
LOC|-10|69 110
LOC|300|69 245 44 1
BRA|*19|18 139
300||241 44 1
.3||242 3
CON|4,9,*2,$foo|151 124 129 240 2 249 123 102 111 111 255
CON|.35|151 242 35 255
.TE 0
.IE 0
.BP
.S2 "Assembly language instruction list"
.P
For each instruction in the list the range of argument values
in the assembly language is given.
The column headed \fIassem\fP contains the mnemonics defined
in 11.1.3.
The following column specifies restrictions of the argument
value.
Addresses have to obey the restrictions mentioned in chapter 2.
The classes of arguments
are indicated by letters:
.ds b \fBb\fP
.ds c \fBc\fP
.ds d \fBd\fP
.ds g \fBg\fP
.ds f \fBf\fP
.ds l \fBl\fP
.ds n \fBn\fP
.ds w \fBw\fP
.ds p \fBp\fP
.ds r \fBr\fP
.ds s \fBs\fP
.ds z \fBz\fP
.ds o \fBo\fP
.ds - \fB-\fP
.N 1
.TS
tab(:);
c s l l
l l 15 l l.
\fIassem\fP:constraints:rationale
\&\*c:cst:fits word:constant
\&\*d:cst:fits double word:constant
\&\*l:cst::local offset
\&\*g:arg:>= 0:global offset
\&\*f:cst::fragment offset
\&\*n:cst:>= 0:counter
\&\*s:cst:>0 , word multiple:object size
\&\*z:cst:>= 0 , zero or word multiple:object size
\&\*o:cst:> 0 , word multiple or fraction:object size
\&\*w:cst:> 0 , word multiple:object size *
\&\*p:pro::pro identifier
\&\*b:ilb:>= 0:label number
\&\*r:cst:0,1,2:register number
\&\*-:::no argument
.TE 1
.P
The * at the rationale for \*w indicates that the argument
can either be given as argument or on top of the stack.
If the argument is omitted, the argument is fetched from the
stack;
it is assumed to be a wordsized unsigned integer.
Instructions that check for undefined integer or floating-point
values and underflow or overflow
are indicated below by (*).
.N 1
.DS B
GROUP 1 - LOAD
LOC \*c : Load constant (i.e. push one word onto the stack)
LDC \*d : Load double constant ( push two words )
LOL \*l : Load word at \*l-th local (\*l<0) or parameter (\*l>=0)
LOE \*g : Load external word \*g
LIL \*l : Load word pointed to by \*l-th local or parameter
LOF \*f : Load offsetted (top of stack + \*f yield address)
LAL \*l : Load address of local or parameter
LAE \*g : Load address of external
LXL \*n : Load lexical (address of LB \*n static levels back)
LXA \*n : Load lexical (address of AB \*n static levels back)
LOI \*o : Load indirect \*o bytes (address is popped from the stack)
LOS \*w : Load indirect, \*w-byte integer on top of stack gives object size
LDL \*l : Load double local or parameter (two consecutive words are stacked)
LDE \*g : Load double external (two consecutive externals are stacked)
LDF \*f : Load double offsetted (top of stack + \*f yield address)
LPI \*p : Load procedure identifier
GROUP 2 - STORE
STL \*l : Store local or parameter
STE \*g : Store external
SIL \*l : Store into word pointed to by \*l-th local or parameter
STF \*f : Store offsetted
STI \*o : Store indirect \*o bytes (pop address, then data)
STS \*w : Store indirect, \*w-byte integer on top of stack gives object size
SDL \*l : Store double local or parameter
SDE \*g : Store double external
SDF \*f : Store double offsetted
GROUP 3 - INTEGER ARITHMETIC
ADI \*w : Addition (*)
SBI \*w : Subtraction (*)
MLI \*w : Multiplication (*)
DVI \*w : Division (*)
RMI \*w : Remainder (*)
NGI \*w : Negate (two's complement) (*)
SLI \*w : Shift left (*)
SRI \*w : Shift right (*)
GROUP 4 - UNSIGNED ARITHMETIC
ADU \*w : Addition
SBU \*w : Subtraction
MLU \*w : Multiplication
DVU \*w : Division
RMU \*w : Remainder
SLU \*w : Shift left
SRU \*w : Shift right
GROUP 5 - FLOATING POINT ARITHMETIC
ADF \*w : Floating add (*)
SBF \*w : Floating subtract (*)
MLF \*w : Floating multiply (*)
DVF \*w : Floating divide (*)
NGF \*w : Floating negate (*)
FIF \*w : Floating multiply and split integer and fraction part (*)
FEF \*w : Split floating number in exponent and fraction part (*)
GROUP 6 - POINTER ARITHMETIC
ADP \*f : Add \*f to pointer on top of stack
ADS \*w : Add \*w-byte value and pointer
SBS \*w : Subtract pointers in same fragment and push diff as size \*w integer
GROUP 7 - INCREMENT/DECREMENT/ZERO
INC \*- : Increment word on top of stack by 1 (*)
INL \*l : Increment local or parameter (*)
INE \*g : Increment external (*)
DEC \*- : Decrement word on top of stack by 1 (*)
DEL \*l : Decrement local or parameter (*)
DEE \*g : Decrement external (*)
ZRL \*l : Zero local or parameter
ZRE \*g : Zero external
ZRF \*w : Load a floating zero of size \*w
ZER \*w : Load \*w zero bytes
GROUP 8 - CONVERT (stack: source, source size, dest. size (top))
CII \*- : Convert integer to integer (*)
CUI \*- : Convert unsigned to integer (*)
CFI \*- : Convert floating to integer (*)
CIF \*- : Convert integer to floating (*)
CUF \*- : Convert unsigned to floating (*)
CFF \*- : Convert floating to floating (*)
CIU \*- : Convert integer to unsigned
CUU \*- : Convert unsigned to unsigned
CFU \*- : Convert floating to unsigned
GROUP 9 - LOGICAL
AND \*w : Boolean and on two groups of \*w bytes
IOR \*w : Boolean inclusive or on two groups of \*w bytes
XOR \*w : Boolean exclusive or on two groups of \*w bytes
COM \*w : Complement (one's complement of top \*w bytes)
ROL \*w : Rotate left a group of \*w bytes
ROR \*w : Rotate right a group of \*w bytes
GROUP 10 - SETS
INN \*w : Bit test on \*w byte set (bit number on top of stack)
SET \*w : Create singleton \*w byte set with bit n on (n is top of stack)
GROUP 11 - ARRAY
LAR \*w : Load array element, descriptor contains integers of size \*w
SAR \*w : Store array element
AAR \*w : Load address of array element
GROUP 12 - COMPARE
CMI \*w : Compare \*w byte integers, Push negative, zero, positive for <, = or >
CMF \*w : Compare \*w byte reals
CMU \*w : Compare \*w byte unsigneds
CMS \*w : Compare \*w byte values, can only be used for bit for bit equality test
CMP \*- : Compare pointers
TLT \*- : True if less, i.e. iff top of stack < 0
TLE \*- : True if less or equal, i.e. iff top of stack <= 0
TEQ \*- : True if equal, i.e. iff top of stack = 0
TNE \*- : True if not equal, i.e. iff top of stack non zero
TGE \*- : True if greater or equal, i.e. iff top of stack >= 0
TGT \*- : True if greater, i.e. iff top of stack > 0
GROUP 13 - BRANCH
BRA \*b : Branch unconditionally to label \*b
BLT \*b : Branch less (pop 2 words, branch if top > second)
BLE \*b : Branch less or equal
BEQ \*b : Branch equal
BNE \*b : Branch not equal
BGE \*b : Branch greater or equal
BGT \*b : Branch greater
ZLT \*b : Branch less than zero (pop 1 word, branch negative)
ZLE \*b : Branch less or equal to zero
ZEQ \*b : Branch equal zero
ZNE \*b : Branch not zero
ZGE \*b : Branch greater or equal zero
ZGT \*b : Branch greater than zero
GROUP 14 - PROCEDURE CALL
CAI \*- : Call procedure (procedure identifier on stack)
CAL \*p : Call procedure (with identifier \*p)
LFR \*s : Load function result
RET \*z : Return (function result consists of top \*z bytes)
GROUP 15 - MISCELLANEOUS
ASP \*f : Adjust the stack pointer by \*f
ASS \*w : Adjust the stack pointer by \*w-byte integer
BLM \*z : Block move \*z bytes; first pop destination addr, then source addr
BLS \*w : Block move, size is in \*w-byte integer on top of stack
CSA \*w : Case jump; address of jump table at top of stack
CSB \*w : Table lookup jump; address of jump table at top of stack
DCH \*- : Follow dynamic chain, convert LB to LB of caller
DUP \*s : Duplicate top \*s bytes
DUS \*w : Duplicate top \*w bytes
EXG \*w : Exchange top \*w bytes
FIL \*g : File name (external 4 := \*g)
GTO \*g : Non-local goto, descriptor at \*g
LIM \*- : Load 16 bit ignore mask
LIN \*n : Line number (external 0 := \*n)
LNI \*- : Line number increment
LOR \*r : Load register (0=LB, 1=SP, 2=HP)
LPB \*- : Convert local base to argument base
MON \*- : Monitor call
NOP \*- : No operation
RCK \*w : Range check; trap on error
RTT \*- : Return from trap
SIG \*- : Trap errors to proc identifier on top of stack, -2 resets default
SIM \*- : Store 16 bit ignore mask
STR \*r : Store register (0=LB, 1=SP, 2=HP)
TRP \*- : Cause trap to occur (Error number on stack)
.DE 0

View File

@@ -1,163 +0,0 @@
.SN 7
.BP
.S1 "DESCRIPTORS"
Several instructions use descriptors, notably the range check instruction,
the array instructions, the goto instruction and the case jump instructions.
Descriptors reside in data space.
They may be constructed at run time, but
more often they are fixed and allocated in ROM data.
.P
All instructions using descriptors, except GTO, have as argument
the size of the integers in the descriptor.
All implementations have to allow integers of the size of a
word in descriptors.
All integers popped from the stack and used for indexing or comparing
must have the same size as the integers in the descriptor.
.S2 "Range check descriptors"
Range check descriptors consist of two integers:
.IS 2
.PS 1 4 "" .
.PT
lower bound~~~~~~~signed
.PT
upper bound~~~~~~~signed
.PE
.IE
The range check instruction checks an integer on the stack against
these bounds and causes a trap if the value is outside the interval.
The value itself is neither changed nor removed from the stack.
.S2 "Array descriptors"
Each array descriptor describes a single dimension.
For multi-dimensional arrays, several array instructions are
needed to access a single element.
Array descriptors contain the following three integers:
.IS 2
.PS 1 4 "" .
.PT
lower bound~~~~~~~~~~~~~~~~~~~~~signed
.PT
upper bound - lower bound~~~~~~~unsigned
.PT
number of bytes per element~~~~~unsigned
.PE
.IE
The array instructions LAR, SAR and AAR have the pointer to the start
of the descriptor as operand on the stack.
.sp
The element A[I] is fetched as follows:
.IS 2
.PS 1 4 "" .
.PT
Stack the address of A (e.g., using LAE or LAL)
.PT
Stack the value of I (n-byte integer)
.PT
Stack the pointer to the descriptor (e.g., using LAE)
.PT
LAR n (n is the size of the integers in the descriptor and I)
.PE
.IE
All array instructions first pop the address of the descriptor
and the index.
If the index is not within the bounds specified, a trap occurs.
If ok, (I~-~lower bound) is multiplied
by the number of bytes per element (the third word). The result is added
to the address of A and replaces A on the stack.
.A
At this point LAR, SAR and AAR diverge.
AAR is finished. LAR pops the address and fetches the data
item,
the size being specified by the descriptor.
The usual restrictions for memory access must be obeyed.
SAR pops the address and stores the
data item now exposed.
.S2 "Non-local goto descriptors"
The GTO instruction provides a way of returning directly to any
active procedure invocation.
The argument of the instruction is the address of a descriptor
containing three pointers:
.IS 2
.PS 1 4 "" .
.PT
value of PC after the jump
.PT
value of SP after the jump
.PT
value of LB after the jump
.PE
.IE
GTO replaces the loads PC, SP and LB from the descriptor,
thereby jumping to a procedure
and removing zeor or more frames from the stack.
The LB, SP and PC in the descriptor must belong to a
dynamically enclosing procedure,
because some EM implementations will need to backtrack through
the dynamic chain and use the implementation dependent data
in frames to restore registers etc.
.S2 "Case descriptors"
The case jump instructions CSA and CSB both
provide multiway branches selected by a case index.
Both fetch two operands from the stack:
first a pointer to the low address of the case descriptor
and then the case index.
CSA uses the case index as index in the descriptor table, but CSB searches
the table for an occurrence of the case index.
Therefore, the descriptors for CSA and CSB,
as shown in figure 4, are different.
All pointers in the table must be addresses of instructions in the
procedure executing the case instruction.
.P
CSA selects the new PC by indexing.
If the index, a signed integer, is greater than or equal to
the lower bound and less than or equal to the upper bound,
then fetch the new PC from the list of instruction pointers by indexing with
index-lower.
The table does not contain the value of the upper bound,
but the value of upper-lower as an unsigned integer.
The default instruction pointer is used when the index is out of bounds.
If the resulting PC is 0, then trap.
.P
CSB selects the new PC by searching.
The table is searched for an entry with index value equal to the case index.
That entry or, if none is found, the default entry contains the
new PC.
When the resulting PC is 0, a trap is performed.
.P
The choice of which case instruction to use for
each source language case statement
is up to the front end.
If the range of the index value is dense, i.e
.DS
(highest value - lowest value) / number of cases
.DE 1
is less than some threshold, then CSA is the obvious choice.
If the range is sparse, CSB is better.
.N 2
.DS
|--------------------| |--------------------| high address
| pointer for upb | | pointer n-1 |
|--------------------| |- - - - - - - |
| . | | index n-1 |
| . | |--------------------|
| . | | . |
| . | | . |
| . | | . |
| . | |--------------------|
| . | | pointer 1 |
|--------------------| |- - - - - - - |
| pointer for lwb+1 | | index 1 |
|--------------------| |--------------------|
| pointer for lwb | | pointer 0 |
|--------------------| |- - - - - - - |
| upper - lower | | index 0 |
|--------------------| |--------------------|
| lower bound | | number of entries |
|--------------------| |--------------------|
| default pointer | | default pointer | low address
|--------------------| |--------------------|
CSA descriptor CSB descriptor
Figure 4. Descriptor layout for CSA and CSB
.DE

View File

@@ -1,377 +0,0 @@
.BP
.SN 4
.S1 "DATA ADDRESS SPACE"
The data address space is divided into three parts, called 'areas',
each with its own addressing method:
global data area,
local data area (including the stack),
and heap data area.
These data areas must be part of the same
address space because all data is accessed by
the same type of pointers.
.P
Space for global data is reserved using several pseudoinstructions in the
assembly language, as described in
the next paragraph and chapter 11.
The size of the global data area is fixed per program.
.A
Global data is addressed absolutely in the machine language.
Many instructions are available to address global data.
They all have an absolute address as argument.
Examples are LOE, LAE and STE.
.P
Part of the global data area is initialized by the
compiler, the
rest is not initialized at all or is initialized
with a value, typically -32768 or 0.
Part of the initialized global data may be made read-only
if the implementation supports protection.
.P
The local data area is used as a stack,
which grows from high to low addresses
and contains some data for each active procedure
invocation, called a 'frame'.
The size of the local data area varies dynamically during
execution.
Below the current procedure frame resides the operand stack.
The stack pointer SP always points to the bottom of
the local data area.
Local data is addressed by offsetting from the local base pointer LB.
LB always points to the frame of the current procedure.
Only the words of the current frame and the parameters
can be addressed directly.
Variables in other active procedures are addressed by following
the chain of statically enclosing procedures using the LXL or LXA instruction.
The variables in dynamically enclosing procedures can be
addressed with the use of the DCH instruction.
.A
Many instructions have offsets to LB as argument,
for instance LOL, LAL and STL.
The arguments of these instructions range from -1 to some
(negative) minimum
for the access of local storage and from 0 to some (positive)
maximum for parameter access.
.P
The procedure call instructions CAL and CAI each create a new frame
on the stack.
Each procedure has an assembly-time parameter specifying
the number of bytes needed for local storage.
This storage is allocated each time the procedure is called and
must be a multiple of the wordsize.
Each procedure, therefore, starts with a stack with the local variables
already allocated.
The return instructions RET and RTT remove a frame.
The actual parameters must be removed by the calling procedure.
.P
RET may copy some words from the stack of
the returning procedure to an unnamed 'function return area'.
This area is available for 'READ-ONCE' access using the LFR instruction.
The result of a LFR is only defined if the size used to fetch
is identical to the size used in the last return.
The instruction ASP, used to remove the parameters from the
stack, the branch instruction BRA and the non-local goto
instrucion GTO are the only ones that leave the contents of
the 'function return area' intact.
All other instructions are allowed to destroy the function
return area.
Thus parameters can be popped before fetching the function result.
The maximum size of all function return areas is
implementation dependent,
but should allow procedure instance identifiers and all
implemented objects of type integer, unsigned, float
and pointer to be returned.
In most implementations
the maximum size of the function return
area is twice the pointer size,
because we want to be able to handle 'procedure instance
identifiers' which consist of a procedure identifier and the LB
of a frame belonging to that procedure.
.P
The heap data area grows upwards, to higher numbered
addresses.
It is initially empty.
The initial value of the heap pointer HP
marks the low end.
The heap pointer may be manipulated
by the LOR and STR instructions.
The heap can only be addressed indirectly,
by pointers derived from previous values of HP.
.S2 "Global data area"
The initial size of the global data area is determined at assembly time.
Global data is allocated by several
pseudoinstructions in the EM assembly
language.
Each pseudoinstruction allocates one or more bytes.
The bytes allocated for a single pseudo form
a 'block'.
A block differs from a fragment, because,
under certain conditions, several blocks are allocated
in a single fragment.
This guarantees that the bytes of these blocks
are consecutive.
.P
Global data is addressed absolutely in binary
machine language.
Most compilers, however,
cannot assign absolute addresses to their global variables,
especially not if the language
allows programs to be composed of several separately compiled modules.
The assembly language therefore allows the compiler to name
the first address of a global data block with an alphanumeric label.
Moreover, the only way to address such a named global data block
in the assembly language is by using its name.
It is the task of the assembler/loader to
translate these labels into absolute addresses.
These labels may also be used
in CON and ROM pseudoinstructions to initialize pointers.
.P
The pseudoinstruction CON allocates initialized data.
ROM acts like CON but indicates that the initialized data will
not change during execution of the program.
The pseudoinstruction BSS allocates a block of uninitialized
or identically initialized
data.
The pseudoinstruction HOL is similar to BSS,
but it alters the meaning of subsequent absolute addressing in
the assembly language.
.P
Another type of global data is a small block,
called the ABS block, with an implementation defined size.
Storage in this type of block can only be addressed
absolutely in assembly language.
The first word has address 0 and is used to maintain the
source line number.
Special instructions LIN and LNI are provided to
update this counter.
A pointer at location 4 points to a string containing the
current source file name.
The instruction FIL can be used to update the pointer.
.P
All numeric arguments of the instructions that address
the global data area refer to locations in the
ABS block unless
they are preceded by at least one HOL pseudo in the same
module,
in which case they refer to the storage area allocated by the
last HOL pseudoinstruction.
Thus LOE 0 loads the zeroth word of the most recent HOL, unless no HOL has
appeared in the current file so
far, in which case it loads the zeroth word of the
ABS fragment.
.P
The global data area is highly fragmented.
The ABS block and each HOL and BSS block are separate fragments.
The way fragments are formed from CON and ROM blocks is more complex.
The assemblers group several blocks into a single fragment.
A fragment only contains blocks of the same type: CON or ROM.
It is guaranteed that the bytes allocated for two consecutive CON pseudos are
allocated consecutively in a single fragment, unless
these CON pseudos are separated in the assembly language program
by a data label definition or one or more of the following pseudos:
.DS
ROM, BSS, HOL and END
.DE
An analogous rule holds for ROM pseudos.
.S2 "Local data area"
The local data area consists of a sequence of frames, one for
each active procedure.
Below the frame of the current procedure resides the
expression stack.
Frames are generated by procedure calls and are
removed by procedure returns.
A procedure frame consists of six 'zones':
.DS
1. The return status block
2. The local variables and compiler temporaries
3. The register save block
4. The dynamic local generators
5. The operand stack.
6. The parameters of a procedure one level deeper
.DE
A sample frame is shown in Figure 1.
.P
Before a procedure call is performed the actual
parameters are pushed onto the stack of the calling procedure.
The exact details are compiler dependent.
EM allows procedures to be called with a variable number of
parameters.
The implementation of the C-language almost forces its runtime
system to push the parameters in reverse order, that is,
the first positional parameter last.
Most compilers use the C calling convention to be compatible.
The parameters of a procedure belong to the frame of the
calling procedure.
Note that the evaluation of the actual parameters may imply
the calling of procedures.
The parameters can be accessed with certain instructions using
offsets of 0 and greater.
The first byte of the last parameter pushed has offset 0.
Note that the parameter at offset 0 has a special use in the
instructions following the static chain (LXL and LXA).
These instructions assume that this parameter contains the LB of
the statically enclosing procedure.
Procedures that do not have a dynamically enclosing procedure
do not need a static link at offset 0.
.P
Two instructions are available to perform procedure calls, CAL
and CAI.
Several tasks are performed by these call instructions.
.A
First, a part of the status of the calling procedure is
saved on the stack in the return status block.
This block should contain the return address of the calling
procedure, its LB and other implementation dependent data.
The size of this block is fixed for any given implementation
because the lexical instructions LPB, LXL and LXA must be able to
obtain the base addresses of the procedure parameters \fBand\fP local
variables.
An alternative solution can be used on machines with a highly
segmented address space.
The stack frames need not be contiguous then and the first
status save area can contain the parameter base AB,
which has the value of SP just after the last parameter has
been pushed.
.A
Second, the LB is changed to point to the
first word above the local variables.
The new LB is a copy of the SP after the return status
block has been pushed.
.A
Third, the amount of local storage needed by the procedure is
reserved.
The parameters and local storage are accessed by the same instructions.
Negative offsets are used for access to local variables.
The highest byte, that is the byte nearest
to LB, has to be accessed with offset -1.
The pseudoinstruction specifying the entry point of a
procedure, has an argument that specifies the amount of local
storage needed.
The local variables allocated by the CAI or CAL instructions
are the only ones that can be accessed with a fixed negative offset.
The initial value of the allocated words is
not defined, but implementations that check for undefined
values will probably initialize them with a
special 'undefined' pattern, typically -32768.
.A
Fourth, any EM implementation is allowed to reserve a variable size
block beneath the local variables.
This block could, for example, be used to save a variable number
of registers.
.A
Finally, the address of the entry point of the called procedure
is loaded into the Program Counter.
.P
The ASP instruction can be used to allocate further (dynamic)
local storage.
The base address of such storage must be obtained with a LOR~SP
instruction.
This same instruction ASP may also be used
to remove some words from the stack.
.P
There is a version of ASP, called ASS, which fetches the number
of bytes to allocate from the stack.
It can be used to allocate space for local
objects whose size is unknown at compile time,
so called 'dynamic local generators'.
.P
Control is returned to the calling procedure with a RET instruction.
Any return value is then copied to the 'function return area'.
The frame created by the call is deallocated and the status of
the calling procedure is restored.
The value of SP just after the return value has been popped must
be the same as the
value of SP just before executing the first instruction of this
invocation.
This means that when a RET is executed the operand stack can
only contain the return value and all dynamically generated locals must be
deallocated.
Violating this restriction might result in hard to detect
errors.
The calling procedure has to remove the parameters from the stack.
This can be done with the aforementioned ASP instruction.
.P
Each procedure frame is a separate fragment.
Because any fragment may be placed anywhere in memory,
procedure frames need not be contiguous.
.DS
|===============================|
| actual parameter n-1 |
|-------------------------------|
| . |
| . |
| . |
|-------------------------------|
| actual parameter 0 | ( <- AB )
|===============================|
|===============================|
|///////////////////////////////|
|///// return status block /////|
|///////////////////////////////| <- LB
|===============================|
| |
| local variables |
| |
|-------------------------------|
| |
| compiler temporaries |
| |
|===============================|
|///////////////////////////////|
|///// register save block /////|
|///////////////////////////////|
|===============================|
| |
| dynamic local generators |
| |
|===============================|
| operand |
|-------------------------------|
| operand |
|===============================|
| parameter m-1 |
|-------------------------------|
| . |
| . |
| . |
|-------------------------------|
| parameter 0 | <- SP
|===============================|
Figure 1. A sample procedure frame and parameters.
.DE
.S2 "Heap data area"
The heap area starts empty, with HP
pointing to the low end of it.
HP always contains a word address.
A copy of HP can always be obtained with the LOR instruction.
A new value may be stored in the heap pointer using the STR instruction.
If the new value is greater than the old one,
then the heap grows.
If it is smaller, then the heap shrinks.
HP may never point below its original value.
All words between the current HP and the original HP
are allocated to the heap.
The heap may not grow into a part of memory that is already allocated
for the stack.
When this is attempted, the STR instruction will cause a trap to occur.
.P
The only way to address the heap is indirectly.
Whenever an object is allocated by increasing HP,
then the old HP value must be saved and can be used later to address
the allocated object.
If, in the meantime, HP is decreased so that the object
is no longer part of the heap, then an attempt to access
the object is not allowed.
Furthermore, if the heap pointer is increased again to above
the object address, then access to the old object gives undefined results.
.P
The heap is a single fragment.
All bytes have consecutive addresses.
No limits are imposed on the size of the heap as long as it fits
in the available data address space.

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
main() {
register int l,j ;
for ( j=0 ; (l=getchar()) != -1 ; j++ ) {
if ( j%16 == 15 ) printf("%3d\n",l&0377 ) ;
else printf("%3d ",l&0377 ) ;
}
printf("\n") ;
}

View File

@@ -1,178 +0,0 @@
mes 2,2,2 ; wordsize 2, pointersize 2
.1
rom 't.p\000' ; the name of the source file
hol 552,-32768,0 ; externals and buf occupy 552 bytes
exp $sum ; sum can be called from other modules
pro $sum,2 ; procedure sum; 2 bytes local storage
lin 8 ; code from source line 8
ldl 0 ; load two locals ( a and b )
adi 2 ; add them
ret 2 ; return the result
end 2 ; end of procedure ( still two bytes local storage )
.2
rom 1,99,2 ; descriptor of array a[]
exp $test ; the compiler exports all level 0 procedures
pro $test,226 ; procedure test, 226 bytes local storage
.3
rom 4.8F8 ; assemble Floating point 4.8 (8 bytes) in
.4 ; global storage
rom 0.5F8 ; same for 0.5
mes 3,-226,2,2 ; compiler temporary not referenced indirect
mes 3,-24,2,0 ; the same is true for i, j, b and c in test
mes 3,-22,2,0
mes 3,-4,2,0
mes 3,-2,2,0
mes 3,-20,8,0 ; and for x and y
mes 3,-12,8,0
lin 20 ; maintain source line number
loc 1
stl -4 ; j := 1
lni ; was lin 21 prior to optimization
lol -4
loc 3
mli 2
loc 6
adi 2
stl -2 ; i := 3 * j + 6
lni ; was lin 22 prior to optimization
lae .3
loi 8
lal -12
sti 8 ; x := 4.8
lni ; was lin 23 prior to optimization
lal -12
loi 8
lae .4
loi 8
dvf 8
lal -20
sti 8 ; y := x / 0.5
lni ; was lin 24 prior to optimization
loc 1
stl -22 ; b := true
lni ; was lin 25 prior to optimization
loc 122
stl -24 ; c := 'z'
lni ; was lin 26 prior to optimization
loc 1
stl -2 ; for i:= 1
2
lol -2
dup 2
mli 2 ; i*i
lal -224
lol -2
lae .2
sar 2 ; a[i] :=
lol -2
loc 100
beq *3 ; to 100 do
inl -2 ; increment i and loop
bra *2
3
lin 27
lol -4
loc 27
adi 2 ; j + 27
sil 0 ; r.r1 :=
lni ; was lin 28 prior to optimization
lol -22 ; b
lol 0
stf 10 ; r.r3 :=
lni ; was lin 29 prior to optimization
lal -20
loi 16
adf 8 ; x + y
lol 0
adp 2
sti 8 ; r.r2 :=
lni ; was lin 23 prior to optimization
lal -224
lol -4
lae .2
lar 2 ; a[j]
lil 0 ; r.r1
cal $sum ; call now
asp 4 ; remove parameters from stack
lfr 2 ; get function result
stl -2 ; i :=
4
lin 31
lol -2
zle *5 ; while i > 0 do
lol -4
lil 0
adi 2
stl -4 ; j := j + r.r1
del -2 ; i := i - 1
bra *4 ; loop
5
lin 32
lol 0
stl -226 ; make copy of address of r
lol -22
lol -226
stf 10 ; r3 := b
lal -20
loi 16
adf 8
lol -226
adp 2
sti 8 ; r2 := x + y
loc 0
sil -226 ; r1 := 0
lin 34 ; note the abscence of the unnecesary jump
lae 22 ; address of output structure
lol -4
cal $_wri ; write integer with default width
asp 4 ; pop parameters
lae 22
lol -2
loc 6
cal $_wsi ; write integer width 6
asp 6
lae 22
lal -12
loi 8
loc 9
loc 3
cal $_wrf ; write fixed format real, width 9, precision 3
asp 14
lae 22
lol -22
cal $_wrb ; write boolean, default width
asp 4
lae 22
cal $_wln ; writeln
asp 2
ret 0 ; return, no result
end 226
exp $_main
pro $_main,0 ; main program
.6
con 2,-1,22 ; description of external files
.5
rom 15.96F8
fil .1 ; maintain source file name
lae .6 ; description of external files
lae 0 ; base of hol area to relocate buffer addresses
cal $_ini ; initialize files, etc...
asp 4
lin 37
lae .5
loi 8
lae 2
sti 8 ; x := 15.9
lni ; was lin 38 prior to optimization
loc 99
ste 0 ; mi := 99
lni ; was lin 39 prior to optimization
lae 10 ; address of r
cal $test
asp 2
loc 0 ; normal exit
cal $_hlt ; cleanup and finish
asp 2
end 0
mes 4,40 ; length of source file is 40 lines
mes 5 ; reals were used

View File

@@ -1,40 +0,0 @@
program example(output);
{This program just demonstrates typical EM code.}
type rec = record r1: integer; r2:real; r3: boolean end;
var mi: integer; mx:real; r:rec;
function sum(a,b:integer):integer;
begin
sum := a + b
end;
procedure test(var r: rec);
label 1;
var i,j: integer;
x,y: real;
b: boolean;
c: char;
a: array[1..100] of integer;
begin
j := 1;
i := 3 * j + 6;
x := 4.8;
y := x/0.5;
b := true;
c := 'z';
for i:= 1 to 100 do a[i] := i * i;
r.r1 := j+27;
r.r3 := b;
r.r2 := x+y;
i := sum(r.r1, a[j]);
while i > 0 do begin j := j + r.r1; i := i - 1 end;
with r do begin r3 := b; r2 := x+y; r1 := 0 end;
goto 1;
1: writeln(j, i:6, x:9:3, b)
end; {test}
begin {main program}
mx := 15.96;
mi := 99;
test(r)
end.

View File

@@ -1,32 +0,0 @@
CFLAGS=-O
HOME=../../..
install \
all: em emdmp tables
tables: mktables $(HOME)/util/ass/ip_spec.t
mktables $(HOME)/util/ass/ip_spec.t tables
mktables: mktables.c $(HOME)/h/em_spec.h $(HOME)/h/em_flag.h \
$(HOME)/util/data/em_data.a $(HOME)/util/ass/ip_spec.h
cc -O -o mktables mktables.c $(HOME)/util/data/em_data.a
em.out: em.p
apc -mint -O em.p >emerrs ; mv e.out em.out
em: em.p
apc -O -i em.p >emerrs ; mv a.out em
nem.p: em.p
sed -e '/maxadr = t16/s//maxadr =t15/' -e '/maxdata = 8191; /s//maxdata = 14335;/' -e '/ adr=.*long/s// adr= 0..maxadr/' <em.p >nem.p
nem: nem.p
apc -O -i nem.p >emerrs ; mv a.out nem
emdmp: emdmp.c
cc -o emdmp -O emdmp.c
cmp:
pr:
@pr em.p mktables.c emdmp.c

View File

@@ -1,5 +0,0 @@
This interpreter is meant for inclusion in the EM manual.
Although slow, it showed decent behaviour on several tests.
The only monitor calls implemented are exit, read(untested),
write and ioctl - just reurns the correct code for telling it's
a terminal -

File diff suppressed because it is too large Load Diff

View File

@@ -1,210 +0,0 @@
/*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
*
* This product is part of the Amsterdam Compiler Kit.
*
* Permission to use, sell, duplicate or disclose this software must be
* obtained in writing. Requests for such permissions may be sent to
*
* Dr. Andrew S. Tanenbaum
* Wiskundig Seminarium
* Vrije Universiteit
* Postbox 7161
* 1007 MC Amsterdam
* The Netherlands
*
*/
/* Author: E.G. Keizer */
/* Print a readable version of the data in the post mortem dump */
/* dmpc [-s] [-dn,m] [file] */
#include "/usr/em/h/local.h"
#include <stdio.h>
#include <ctype.h>
int dflag = 0 ;
long l_low,l_high;
int sflag;
int wsize,asize;
long tsize,dsize;
long ignmask,uerrorproc,cause;
long pc,sp,lb,hp,pd,pb;
char *cstr[] = {
"Array bound error",
"Range bound error",
"Set error",
"Integer overflow",
"Float overflow",
"Float underflow",
"Divide by 0",
"Divide by 0.0",
"Integer undefined",
"Float undefined",
"Conversion error",
"User error 11",
"User error 12",
"User error 13",
"User error 14",
"User error 15",
"Stack overflow",
"Heap overflow",
"Illegal instruction",
"Illegal size parameter",
"Case error",
"Memory fault",
"Illegal pointer",
"Illegal pc",
"Bad argument of LAE",
"Bad monitor call",
"Bad line number",
"GTO descriptor error"
};
FILE *fcore;
char *core = "core" ;
int nbyte=0;
char *pname;
int readbyte();
int read2();
long readaddr();
long readword();
unsigned getbyte();
long getword();
long getaddr();
main(argc,argv) char **argv;
{
register i ;
long line,fileaddr;
char tok ;
scanargs(argc,argv); fcore=fopen(core,"r") ;
if ( fcore==NULL ) fatal("Can't open %s",core) ;
if ( read2()!=010255 ) fatal("not a post mortem dump");
if ( read2()!=VERSION ) fatal("wrong version dump file");
wsize=read2(); asize=read2();
if ( wsize>4 ) fatal("cannot handle word size %d",wsize) ;
if ( asize>4 ) fatal("cannot handle pointer size %d",asize) ;
tsize=readaddr(); dsize=readaddr();
ignmask=readaddr(); uerrorproc=readaddr(); cause=readaddr();
pc=readaddr(); sp=readaddr(); lb=readaddr(); hp=readaddr();
pd=readaddr(); pb=readaddr();
if ( sflag==0 ) {
line=getword(0L);
fileaddr=getaddr(4L);
if ( fileaddr ) {
for ( i=0 ; i<40 ; i++ ) {
tok=getbyte(fileaddr++) ;
if ( !isprint(tok) ) break ;
putc(tok,stdout);
}
printf(" ");
}
if ( line ) {
printf("line %D",line) ;
}
if ( fileaddr || line ) printf(", ");
fseek(fcore,512L,0);
if ( cause>27 ) {
printn("cause",cause) ;
} else {
prints("cause",cstr[(int)cause]);
}
printn("pc",pc);printn("sp",sp);printn("lb",lb);
printn("hp",hp);
if ( pd ) printn("pd",pd) ;
if ( pb ) printn("pb",pb) ;
printn("errproc",uerrorproc) ;
printn("ignmask",ignmask) ;
if ( tsize ) printn("Text size",tsize) ;
if ( dsize ) printn("Data size",dsize) ;
}
if ( dflag==0 ) return 0;
fatal("d-flag not implemeted (yet)");
return 1 ;
}
scanargs(argc,argv) char **argv ; {
pname=argv[0];
while ( argv++, argc-- > 1 ) {
switch( argv[0][0] ) {
case '-': switch( argv[0][1] ) {
case 's': sflag++ ; break ;
case 'l': dflag++ ; break ;
default : fatal(": [-s] [-ln.m] [file]") ;
} ;
break ;
default :core=argv[0] ;
}
}
}
prints(s1,s2) char *s1,*s2; {
printf("%-15s %s\n",s1,s2);
}
printn(s1,d) char *s1; long d; {
printf("%-15s %15ld\n",s1,d);
}
/* VARARGS1 */
fatal(s1,p1,p2,p3,p4,p5) char *s1 ; {
fprintf(stderr,"%s: ",pname);
fprintf(stderr,s1,p1,p2,p3,p4,p5) ;
fprintf(stderr,"\n") ;
exit(1) ;
}
int getb() {
int i ;
i=getc(fcore) ;
if ( i==EOF ) fatal("Premature EOF");
return i&0377 ;
}
int read2() {
int i ;
i=getb() ; return getb()*256 + i ;
}
long readaddr() {
long res ;
register int i ;
res=0 ;
for (i=0 ; i<asize ; i++ ) res |= getb()<<(8*i) ;
return res ;
}
long readword() {
long res ;
register int i ;
res=0 ;
for (i=0 ; i<wsize ; i++ ) res |= getb()<<(8*i) ;
return res ;
}
unsigned getbyte(a) long a ; {
fseek(fcore,a+512,0) ;
return getb() ;
}
long getword(a) long a ; {
fseek(fcore,a+512,0) ;
return readword() ;
}
long getaddr(a) long a ; {
fseek(fcore,a+512,0) ;
return readaddr() ;
}

View File

@@ -1,244 +0,0 @@
/*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
*
* This product is part of the Amsterdam Compiler Kit.
*
* Permission to use, sell, duplicate or disclose this software must be
* obtained in writing. Requests for such permissions may be sent to
*
* Dr. Andrew S. Tanenbaum
* Wiskundig Seminarium
* Vrije Universiteit
* Postbox 7161
* 1007 MC Amsterdam
* The Netherlands
*
*/
/* Author: E.G. Keizer */
#include <stdio.h>
#include "/usr/em/util/ass/ip_spec.h"
#include "/usr/em/h/em_spec.h"
#include "/usr/em/h/em_flag.h"
/* This program reads the human readable interpreter specification
and produces a efficient machine representation that can be
translated by a C-compiler.
*/
#define ESCAP 256
int nerror = 0 ;
int atend = 0 ;
int line = 1 ;
int maxinsl= 0 ;
extern char em_mnem[][4] ;
char esca[] = "escape" ;
#define ename(no) ((no)==ESCAP?esca:em_mnem[(no)])
extern char em_flag[] ;
main(argc,argv) char **argv ; {
if ( argc>1 ) {
if ( freopen(argv[1],"r",stdin)==NULL) {
fatal("Cannot open %s",argv[1]) ;
}
}
if ( argc>2 ) {
if ( freopen(argv[2],"w",stdout)==NULL) {
fatal("Cannot create %s",argv[2]) ;
}
}
if ( argc>3 ) {
fatal("%s [ file [ file ] ]",argv[0]) ;
}
atend=0 ;
readin();
atend=1 ;
return nerror ;
}
readin() {
char *ident();
char *firstid ;
int opcode,flags;
int c;
while ( !feof(stdin) ) {
firstid=ident() ;
if ( *firstid=='\n' || feof(stdin) ) continue ;
opcode = getmnem(firstid) ;
printf("%d ",opcode+1) ;
flags = decflag(ident(),opcode) ;
switch(em_flag[opcode]&EM_PAR) {
case PAR_D: case PAR_F: case PAR_B: case PAR_L: case PAR_C:
putchar('S') ;
}
putchar(' ');
while ( (c=readchar())!='\n' && c!=EOF ) putchar(c) ;
putchar('\n') ;
}
}
char *ident() {
/* skip spaces and tabs, anything up to space,tab or eof is
a identifier.
Anything from # to end-of-line is an end-of-line.
End-of-line is an identifier all by itself.
*/
static char array[200] ;
register int c ;
register char *cc ;
do {
c=readchar() ;
} while ( c==' ' || c=='\t' ) ;
for ( cc=array ; cc<&array[(sizeof array) - 1] ; cc++ ) {
if ( c=='#' ) {
do {
c=readchar();
} while ( c!='\n' && c!=EOF ) ;
}
*cc = c ;
if ( c=='\n' && cc==array ) break ;
c=readchar() ;
if ( c=='\n' ) {
pushback(c) ;
break ;
}
if ( c==' ' || c=='\t' || c==EOF ) break ;
}
*++cc=0 ;
return array ;
}
int getmnem(str) char *str ; {
char (*ptr)[4] ;
for ( ptr = em_mnem ; *ptr<= &em_mnem[sp_lmnem][0] ; ptr++ ) {
if ( strcmp(*ptr,str)==0 ) return (ptr-em_mnem) ;
}
error("Illegal mnemonic") ;
return 0 ;
}
error(str,a1,a2,a3,a4,a5,a6) /* VARARGS1 */ char *str ; {
if ( !atend ) fprintf(stderr,"line %d: ",line) ;
fprintf(stderr,str,a1,a2,a3,a4,a5,a6) ;
fprintf(stderr,"\n");
nerror++ ;
}
mess(str,a1,a2,a3,a4,a5,a6) /* VARARGS1 */ char *str ; {
if ( !atend ) fprintf(stderr,"line %d: ",line) ;
fprintf(stderr,str,a1,a2,a3,a4,a5,a6) ;
fprintf(stderr,"\n");
}
fatal(str,a1,a2,a3,a4,a5,a6) /* VARARGS1 */ char *str ; {
error(str,a1,a2,a3,a4,a5,a6) ;
exit(1) ;
}
#define ILLGL -1
check(val) int val ; {
if ( val!=ILLGL ) error("Illegal flag combination") ;
}
int decflag(str,opc) char *str ; {
int type ;
int escape ;
int range ;
int wordm ;
int notzero ;
char c;
type=escape=range=wordm=notzero= ILLGL ;
while ( c= *str++ ) {
switch ( c ) {
case 'm' :
check(type) ; type=OPMINI ; break ;
case 's' :
check(type) ; type=OPSHORT ; break ;
case '-' :
check(type) ; type=OPNO ;
if ( (em_flag[opc]&EM_PAR)==PAR_W ) c='i' ;
break ;
case '1' :
check(type) ; type=OP8 ; break ;
case '2' :
check(type) ; type=OP16 ; break ;
case '4' :
check(type) ; type=OP32 ; break ;
case '8' :
check(type) ; type=OP64 ; break ;
case 'e' :
check(escape) ; escape=0 ; break ;
case 'N' :
check(range) ; range= 2 ; break ;
case 'P' :
check(range) ; range= 1 ; break ;
case 'w' :
check(wordm) ; wordm=0 ; break ;
case 'o' :
check(notzero) ; notzero=0 ; break ;
default :
error("Unknown flag") ;
}
putchar(c);
}
if ( type==ILLGL ) error("Type must be specified") ;
switch ( type ) {
case OP64 :
case OP32 :
if ( escape!=ILLGL ) error("Conflicting escapes") ;
escape=ILLGL ;
case OP16 :
case OP8 :
case OPSHORT :
case OPNO :
if ( notzero!=ILLGL ) mess("Improbable OPNZ") ;
if ( type==OPNO && range!=ILLGL ) {
mess("No operand in range") ;
}
}
if ( escape!=ILLGL ) type|=OPESC ;
if ( wordm!=ILLGL ) type|=OPWORD ;
switch ( range) {
case ILLGL : type|=OP_BOTH ; break ;
case 1 : type|=OP_POS ; break ;
case 2 : type|=OP_NEG ; break ;
}
if ( notzero!=ILLGL ) type|=OPNZ ;
return type ;
}
static int pushchar ;
static int pushf ;
int readchar() {
int c ;
if ( pushf ) {
pushf=0 ;
c = pushchar ;
} else {
if ( feof(stdin) ) return EOF ;
c=getc(stdin) ;
}
if ( c=='\n' ) line++ ;
return c ;
}
pushback(c) {
if ( pushf ) {
fatal("Double pushback") ;
}
pushf++ ;
pushchar=c ;
if ( c=='\n' ) line-- ;
}

View File

@@ -1,180 +0,0 @@
.BP
.S1 "INTRODUCTION"
EM is a family of intermediate languages designed for producing
portable compilers.
The general strategy is for a program called
.B front end
to translate the source program to EM.
Another program,
.B back
.BW end
translates EM to target assembly language.
Alternatively, the EM code can be assembled to a binary form
and interpreted.
These considerations led to the following goals:
.IS 2 10
.PS 1 4
.PT
The design should allow translation to,
or interpretation on, a wide range of existing machines.
Design decisions should be delayed as far as possible
and the implications of these decisions should
be localized as much as possible.
.N
The current microcomputer technology offers 8, 16 and 32 bit machines
with various sizes of address space.
EM should be flexible enough to be useful on most of these
machines.
The differences between the members of the EM family should only
concern the wordsize and address space size.
.PT
The architecture should ease the task of code generation for
high level languages such as Pascal, C, Ada, Algol 68, BCPL.
.PT
The instruction set used by the interpreter should be compact,
to reduce the amount of memory needed
for program storage, and to reduce the time needed to transmit
programs over communication lines.
.PT
It should be designed with microprogrammed implementations in
mind; in particular, the use of many short fields within
instruction opcodes should be avoided, because their extraction by the
microprogram or conversion to other instruction formats is inefficient.
.PE
.IE
.A
The basic architecture is based on the concept of a stack. The stack
is used for procedure return addresses, actual parameters, local variables,
and arithmetic operations.
There are several built-in object types,
for example, signed and unsigned integers,
floating point numbers, pointers and sets of bits.
There are instructions to push and pop objects
to and from the stack.
The push and pop instructions are not typed.
They only care about the size of the objects.
For each built-in type there are
reverse Polish type instructions that pop one or more
objects from the top of
the stack, perform an operation, and push the result back onto the
stack.
For all types except pointers,
these instructions have the object size
as argument.
.P
There are no visible general registers used for arithmetic operands
etc. This is in contrast to most third generation computers, which usually
have 8 or 16 general registers. The decision not to have a group of
general registers was fully intentional, and follows W.L. Van der
Poel's dictum that a machine should have 0, 1, or an infinite
number of any feature. General registers have two primary uses: to hold
intermediate results of complicated expressions, e.g.
.IS 5 0 1
((a*b + c*d)/e + f*g/h) * i
.IE 1
and to hold local variables.
.P
Various studies
have shown that the average expression has fewer than two operands,
making the former use of registers of doubtful value. The present trend
toward structured programs consisting of many small
procedures greatly reduces the value of registers to hold local variables
because the large number of procedure calls implies a large overhead in
saving and restoring the registers at every call.
.BP
.P
Although there are no general purpose registers, there are a
few internal registers with specific functions as follows:
.IS 2
.N 1
.TS
tab(:);
l 1 l l.
PC:-:Program Counter:Pointer to next instruction
LB:-:Local Base:Points to base of the local variables \
in the current procedure.
SP:-:Stack Pointer:Points to the highest occupied word on the stack.
HP:-:Heap Pointer:Points to the top of the heap area.
.TE 1
.IE
.A
Furthermore, reverse Polish code is much easier to generate than
multi-register machine code, especially if highly efficient code is
desired.
When translating to assembly language the back end can make
good use of the target machine's registers.
An EM machine can
achieve high performance by keeping part of the stack
in high speed storage (a cache or microprogram scratchpad memory) rather
than in primary memory.
.P
Again according to van der Poel's dictum,
all EM instructions have zero or one argument.
We believe that instructions needing two arguments
can be split into two simpler ones.
The simpler ones can probably be used in other
circumstances as well.
Moreover, these two instructions together often
have a shorter encoding than the single
instruction before.
.P
This document describes EM at three different levels:
the abstract level, the assembly language level and
the machine language level.
.A
The most important level is that of the abstract EM architecture.
This level deals with the basic design issues.
Only the functional capabilities of instructions are relevant, not their
format or encoding.
Most chapters of this document refer to the abstract level
and it is explicitly stated whenever
another level is described.
.A
The assembly language is intended for the compiler writer.
It presents a more or less orthogonal instruction
set and provides symbolic names for data.
Moreover, it facilitates the linking of
separately compiled 'modules' into a single program
by providing several pseudoinstructions.
.A
The machine language is designed for interpretation with a compact
program text and easy decoding.
The binary representation of the machine language instruction set is
far from orthogonal.
Frequent instructions have a short opcode.
The encoding is fully byte oriented.
These bytes do not contain small bit fields, because
bit fields would slow down decoding considerably.
.P
A common use for EM is for producing portable (cross) compilers.
When used this way, the compilers produce
EM assembly language as their output.
To run the compiled program on the target machine,
the back end, translates the EM assembly language to
the target machine's assembly language.
When this approach is used, the format of the EM
machine language instructions is irrelevant.
On the other hand, when writing an interpreter for EM machine language
programs, the interpreter must deal with the machine language
and not with the symbolic assembly language.
.P
As mentioned above, the
current microcomputer technology offers 8, 16 and 32 bit
machines with address spaces ranging from 2\v'-0.5m'16\v'0.5m'
to 2\v'-0.5m'32\v'0.5m' bytes.
Having one size of pointers and integers restricts
the usefulness of the language.
We decided to have a different language for each combination of
word and pointer size.
All languages offer the same instruction set and differ only in
memory alignment restrictions and the implicit size assumed in
several instructions.
The languages
differ slightly for the
different size combinations.
For example: the
size of any object on the stack and alignment restrictions.
The wordsize is restricted to powers of 2 and
the pointer size must be a multiple of the wordsize.
Almost all programs handling EM will be parametrized with word
and pointer size.

View File

@@ -1,376 +0,0 @@
.SN 8
.VS 1 0
.BP
.S1 "ENVIRONMENT INTERACTIONS"
EM programs can interact with their environment in three ways.
Two, starting/stopping and monitor calls, are dealt with in this chapter.
The remaining way to interact, interrupts, will be treated
together with traps in chapter 9.
.S2 "Program starting and stopping"
EM user programs start with a call to a procedure called
m_a_i_n.
The assembler and backends look for the definition of a procedure
with this name in their input.
The call passes three parameters to the procedure.
The parameters are similar to the parameters supplied by the
UNIX
.FS
UNIX is a Trademark of Bell Laboratories.
.FE
operating system to C programs.
These parameters are often called
.BW argc ,
.B argv
and
.BW envp .
Argc is the parameter nearest to LB and is a wordsized integer.
The other two are pointers to the first element of an array of
string pointers.
.N
The
.B argv
array contains
.B argc
strings, the first of which contains the program call name.
The other strings in the
.B argv
array are the program parameters.
.P
The
.B envp
array contains strings in the form "name=string", where 'name'
is the name of an environment variable and string its value.
The
.B envp
is terminated by a zero pointer.
.P
An EM user program stops if the program returns from the first
invocation of m_a_i_n.
The contents of the function return area are used to procure a
wordsized program return code.
EM programs also stop when traps and interrupts occur that are
not caught and when the exit monitor call is executed.
.S2 "Input/Output and other monitor calls"
EM differs from most conventional machines in that it has high level i/o
instructions.
Typical instructions are OPEN FILE and READ FROM FILE instead
of low level instructions such as setting and clearing
bits in device registers.
By providing such high level i/o primitives, the task of implementing
EM on various non EM machines is made considerably easier.
.P
I/O is initiated by the MON instruction, which expects an iocode on top
of the stack.
Often there are also parameters which are pushed on the
stack in reverse order, that is: last
parameter first.
Some i/o functions also provide results, which are returned on the stack.
In the list of monitor calls we use several types of parameters and results,
these types consist of integers and unsigneds of varying sizes, but never
smaller than the wordsize, and the two pointer types.
.N 1
The names of the types used are:
.IS 4
.PS - 10
.PT int
an integer of wordsize
.PT int2
an integer whose size is the maximum of the wordsize and 2
bytes
.PT int4
an integer whose size is the maximum of the wordsize and 4
bytes
.PT intp
an integer with the size of a pointer
.PT uns2
an unsigned integer whose size is the maximum of the wordsize and 2
.PT unsp
an unsigned integer with the size of a pointer
.PT ptr
a pointer into data space
.PE 1
.IE 0
The table below lists the i/o codes with their results and
parameters.
This list is similar to the system calls of the UNIX Version 7
operating system.
.BP
.A
To execute a monitor call, proceed as follows:
.IS 2
.N 1
.PS a 4 "" )
.PT
Stack the parameters, in reverse order, last parameter first.
.PT
Push the monitor call number (iocode) onto the stack.
.PT
Execute the MON instruction.
.PE 1
.IE
An error code is present on the top of the stack after
execution of most monitor calls.
If this error code is zero, the call performed the action
requested and the results are available on top of the stack.
Non-zero error codes indicate a failure, in this case no
results are available and the error code has been pushed twice.
This construction enables programs to test for failure with a
single instruction (~TEQ or TNE~) and still find out the cause of
the failure.
The result name 'e' is reserved for the error code.
.N 1
List of monitor calls.
.DS B
number name parameters results function
1 Exit status:int Terminate this process
2 Fork e,flag,pid:int Spawn new process
3 Read fildes:int;buf:ptr;nbytes:unsp
e:int;rbytes:unsp Read from file
4 Write fildes:int;buf:ptr;nbytes:unsp
e:int;wbytes:unsp Write on a file
5 Open string:ptr;flag:int
e,fildes:int Open file for read and/or write
6 Close fildes:int e:int Close a file
7 Wait e:int;status,pid:int2
Wait for child
8 Creat string:ptr;mode:int
e,fildes:int Create a new file
9 Link string1,string2:ptr
e:int Link to a file
10 Unlink string:ptr e:int Remove directory entry
12 Chdir string:ptr e:int Change default directory
14 Mknod string:ptr;mode,addr:int2
e:int Make a special file
15 Chmod string:ptr;mode:int2
e:int Change mode of file
16 Chown string:ptr;owner,group:int2
e:int Change owner/group of a file
18 Stat string,statbuf:ptr
e:int Get file status
19 Lseek fildes:int;off:int4;whence:int
e:int;oldoff:int4 Move read/write pointer
20 Getpid pid:int2 Get process identification
21 Mount special,string:ptr;rwflag:int
e:int Mount file system
22 Umount special:ptr e:int Unmount file system
23 Setuid userid:int2 e:int Set user ID
24 Getuid e_uid,r_uid:int2 Get user ID
25 Stime time:int4 e:int Set time and date
26 Ptrace request:int;pid:int2;addr:ptr;data:int
e,value:int Process trace
27 Alarm seconds:uns2 previous:uns2 Schedule signal
28 Fstat fildes:int;statbuf:ptr
e:int Get file status
29 Pause Stop until signal
30 Utime string,timep:ptr
e:int Set file times
33 Access string,mode:int e:int Determine file accessibility
34 Nice incr:int Set program priority
35 Ftime bufp:ptr e:int Get date and time
36 Sync Update filesystem
37 Kill pid:int2;sig:int
e:int Send signal to a process
41 Dup fildes,newfildes:int
e,fildes:int Duplicate a file descriptor
42 Pipe e,w_des,r_des:int Create a pipe
43 Times buffer:ptr Get process times
44 Profil buff:ptr;bufsiz,offset,scale:intp Execution time profile
46 Setgid gid:int2 e:int Set group ID
47 Getgid e_gid,r_gid:int Get group ID
48 Sigtrp trapno,signo:int
e,prevtrap:int See below
51 Acct file:ptr e:int Turn accounting on or off
53 Lock flag:int e:int Lock a process
54 Ioctl fildes,request:int;argp:ptr
e:int Control device
56 Mpxcall cmd:int;vec:ptr e:int Multiplexed file handling
59 Exece name,argv,envp:ptr
e:int Execute a file
60 Umask complmode:int2 oldmask:int2 Set file creation mode mask
61 Chroot string:ptr e:int Change root directory
.DE 1
Codes 0, 11, 13, 17, 31, 32, 38, 39, 40, 45, 49, 50, 52,
55, 57, 58, 62, and 63 are
not used.
.P
All monitor calls, except fork and sigtrp
are the same as the UNIX version 7 system calls.
.P
The sigtrp entry maps UNIX signals onto EM interrupts.
Normally, trapno is in the range 0 to 252.
In that case it requests that signal signo
will cause trap trapno to occur.
When given trap number -2, default signal handling is reset, and when given
trap number -3, the signal is ignored.
.P
The flag returned by fork is 1 in the child process and 0 in
the parent.
The pid returned is the process-id of the other process.
.BP
.S1 "TRAPS AND INTERRUPTS"
EM provides a means for the user program to catch all traps
generated by the program itself, the hardware, or external conditions.
This mechanism uses five instructions: LIM, SIM, SIG, TRP and RTT.
This section of the manual may be omitted on the first reading since it
presupposes knowledge of the EM instruction set.
.P
The action taken when a trap occures is determined by the value
of an internal EM trap register.
This register contains a pointer to a procedure.
Initially the pointer used is zero and all traps halt the
program with, hopefully, a useful message to the outside world.
The SIG instruction can be used to alter the trap register,
it pops a procedure pointer from the
stack into the trap register.
When a trap occurs after storing a nonzero value in the trap
register, the procedure pointed to by the trap register
is called with the trap number
as the only parameter (see below).
SIG returns the previous value of the trap register on the
stack.
Two consecutive SIGs are a no-op.
When a trap occurs, the trap register is reset to its initial
condition, to prevent recursive traps from hanging the machine up,
e.g. stack overflow in the stack overflow handling procedure.
.P
The runtime systems for some languages need to ignore some EM
traps.
EM offers a feature called the ignore mask.
It contains one bit for each of the lowest 16 trap numbers.
The bits are numbered 0 to 15, with the least significant bit
having number 0.
If a certain bit is 1 the corresponding trap never
occurs and processing simply continues.
The actions performed by the offending instruction are
described by the Pascal program in appendix A.
.N
If the bit is 0, traps are not ignored.
The instructions LIM and SIM allow copying and replacement of
the ignore mask.~
.P
The TRP instruction generates a trap, the trap number being found on the
stack.
This is, among other things,
useful for library procedures and runtime systems.
It can also be used by a low level trap procedure to pass the trap to a
higher level one (see example below).
.P
The RTT instruction returns from the trap procedure and continues after the
trap.
In the list below all traps marked with an asterisk ('*') are
considered to be fatal and it is explicitly undefined what happens if
you try to restart after the trap.
.P
The way a trap procedure is called is completely compatible
with normal calling conventions. The only way a trap procedure
differs from normal procedures is the return. It has to use RTT instead
of RET. This is necessary because the complete runtime status is saved on the
stack before calling the procedure and all this status has to be reloaded.
Error numbers are in the range 0 to 252.
The trap numbers are divided into three categories:
.IS 4
.N 1
.PS - 10
.PT ~~0-~63
EM machine errors, e.g. illegal instruction.
.PS - 8
.PT ~0-15
maskable
.PT 16-63
not maskable
.PE
.PT ~64-127
Reserved for use by compilers, run time systems, etc.
.PT 128-252
Available for user programs.
.PE 1
.IE
EM machine errors are numbered as follows:
.DS I 5
.TS
tab(@);
n l l.
0@EARRAY@Array bound error
1@ERANGE@Range bound error
2@ESET@Set bound error
3@EIOVFL@Integer overflow
4@EFOVFL@Floating overflow
5@EFUNFL@Floating underflow
6@EIDIVZ@Divide by 0
7@EFDIVZ@Divide by 0.0
8@EIUND@Undefined integer
9@EFUND@Undefined float
10@ECONV@Conversion error
16*@ESTACK@Stack overflow
17*@EHEAP@Heap overflow
18*@EILLINS@Illegal instruction
19*@EODDZ@Illegal size argument
20*@ECASE@Case error
21*@EMEMFLT@Addressing non existent memory
22*@EBADPTR@Bad pointer used
23*@EBADPC@Program counter out of range
24@EBADLAE@Bad argument of LAE
25@EBADMON@Bad monitor call
26@EBADLIN@Argument of LIN too high
27@EBADGTO@GTO descriptor error
.TE
.DE 0
.P
As an example,
suppose a subprocedure has to be written to do a numeric
calculation.
When an overflow occurs the computation has to be stopped and
the higher level procedure must be resumed.
This can be programmed as follows using the mechanism described above:
.DS B
mes 2,2,2 ; set sizes
ersave
bss 2,0,0 ; Room to save previous value of trap procedure
msave
bss 2,0,0 ; Room to save previous value of trap mask
pro calcule,0 ; entry point
lxl 0 ; fill in non-local goto descriptor with LB
ste jmpbuf+4
lor 1 ; and SP
ste jmpbuf+2
lim ; get current ignore mask
ste msave ; save it
lim
loc 4 ; bit for EFOVFL
ior 2 ; set in mask
sim ; ignore EFOVFL from now on
lpi $catch ; load procedure identifier
sig ; catch wil get all traps now
ste ersave ; save previous trap procedure identifier
; perform calculation now, possibly generating overflow
1 ; label jumped to by catch procedure
loe ersave ; get old trap procedure
sig ; refer all following trap to old procedure
asp 2 ; remove result of sig
loe msave ; restore previous mask
sim ; done now
; load result of calculation
ret 2 ; return result
jmpbuf
con *1,0,0
end
.DE 0
.VS 1 1
.DS
Example of catch procedure
pro catch,0 ; Local procedure that must catch the overflow trap
lol 2 ; Load trap number
loc 4 ; check for overflow
bne *1 ; if other trap, call higher trap procedure
gto jmpbuf ; return to procedure calcule
1 ; other trap has occurred
loe ersave ; previous trap procedure
sig ; other procedure will get the traps now
asp 2 ; remove the result of sig
lol 2 ; stack trap number
trp ; call other trap procedure
rtt ; if other procedure returns, do the same
end
.DE

View File

@@ -1,6 +0,0 @@
BEGIN { printf ".TS\nlw(6) lw(8) rw(3) rw(6) 14 lw(6) lw(8) rw(3) rw(6) 14 lw(6) lw(8) rw(3) rw(6).\n" }
NF == 4 { printf "%s\t%s\t%d\t%d",$1,$2,$3,$4 }
NF == 3 { printf "%s\t%s\t\t%d",$1,$2,$3 }
{ if ( NR%3 == 0 ) printf("\n") ; else printf("\t"); }
END { if ( NR%3 != 0 ) printf("\n")
printf ".TE\n" }

View File

@@ -1,62 +0,0 @@
.SN 3
.BP
.S1 "INSTRUCTION ADDRESS SPACE"
The instruction space of the EM machine contains
the code for procedures.
Tables necessary for the execution of this code, for example, procedure
descriptor tables, may also be present.
The instruction space does not change during
the execution of a program, so that it may be
protected.
No further restrictions to the instruction address space are
necessary for the abstract and assembly language level.
.P
Each procedure has a single entry point: the first instruction.
A special type of pointer identifies a procedure.
Pointers into the instruction
address space have the same size as pointers into data space and
can, for example, contain the address of the first instruction
or an index in a procedure descriptor table.
.A
There is a single EM program counter, PC, pointing
to the next instruction to be executed.
The procedure pointed to by PC is
called the 'current' procedure.
A procedure may call another procedure using the CAL or CAI
instruction.
The calling procedure remains 'active' and is resumed whenever the called
procedure returns.
Note that a procedure has several 'active' invocations when
called recursively.
.P
Each procedure must return properly.
It is not allowed to fall through to the
code of the next procedure.
There are several ways to exit from a procedure:
.IS 3
.PS
.PT
the RET instruction, which returns to the
calling procedure.
.PT
the RTT instruction, which exits a trap handling routine and resumes
the trapping instruction (see next chapter).
.PT
the GTO instruction, which is used for non-local goto's.
It can remove several frames from the stack and transfer
control to an active procedure.
(see also MES~11 in paragraph 11.1.4.4)
.PE
.IE
.P
All branch instructions can transfer control
to any label within the same procedure.
Branch instructions can never jump out of a procedure.
.P
Several language implementations use a so called procedure
instance identifier, a combination of a procedure identifier and
the LB of a stack frame, also called static link.
.P
The program text for each procedure, as well as any tables,
are fragments and can be allocated anywhere
in the instruction address space.

File diff suppressed because it is too large Load Diff

View File

@@ -1,390 +0,0 @@
.BP
.SN 10
.S1 "EM MACHINE LANGUAGE"
The EM machine language is designed to make program text compact
and to make decoding easy.
Compact program text has many advantages: programs execute faster,
programs occupy less primary and secondary storage and loading
programs into satellite processors is faster.
The decoding of EM machine language is so simple,
that it is feasible to use interpreters as long as EM hardware
machines are not available.
This chapter is irrelevant when back ends are used to
produce executable target machine code.
.S2 "Instruction encoding"
A design goal of EM is to make the
program text as compact as possible.
Decoding must be easy, however.
The encoding is fully byte oriented, without any small bit fields.
There are 256 primary opcodes, two of which are an escape to
two groups of 256 secondary opcodes each.
.A
EM instructions without arguments have a single opcode assigned,
possibly escaped:
.DS
|--------------|
| opcode |
|--------------|
or
|--------------|--------------|
| escape | opcode |
|--------------|--------------|
.DE
The encoding for instructions with an argument is more complex.
Several instructions have an address from the global data area
as argument.
Other instructions have different opcodes for positive
and negative arguments.
.N 1
There is always an opcode that takes the next two bytes as argument,
high byte first:
.DS
|--------------|--------------|--------------|
| opcode | hibyte | lobyte |
|--------------|--------------|--------------|
or
|--------------|--------------|--------------|--------------|
| escape | opcode | hibyte | lobyte |
|--------------|--------------|--------------|--------------|
.DE
.DS
An extra escape is provided for instructions with four or eight byte arguments.
|--------------|--------------|--------------| |--------------|
| ESCAPE | opcode | hibyte |...| lobyte |
|--------------|--------------|--------------| |--------------|
.DE
For most instructions some argument values predominate.
The most frequent combinations of instruction and argument
will be encoded in a single byte, called a mini:
.DS
|---------------|
|opcode+argument| (mini)
|---------------|
.DE
The number of minis is restricted, because only
254 primary opcodes are available.
Many instructions have the bulk of their arguments
fall in the range 0 to 255.
Instructions that address global data have their arguments
distributed over a wider range,
but small values of the high byte are common.
For all these cases there is another encoding
that combines the instruction and the high byte of the argument
into a single opcode.
These opcodes are called shorties.
Shorties may be escaped.
.DS
|--------------|--------------|
| opcode+high | lobyte | (shortie)
|--------------|--------------|
or
|--------------|--------------|--------------|
| escape | opcode+high | lobyte |
|--------------|--------------|--------------|
.DE
Escaped shorties are useless if the normal encoding has a primary opcode.
Note that for some instruction-argument combinations
several different encodings are available.
It is the task of the assembler to select the shortest of these.
The savings by these mini and shortie
opcodes are considerable, about 55%.
.P
Further improvements are possible:
the arguments of
many instructions are a multiple of the wordsize.
Some do also not allow zero as an argument.
If these arguments are divided by the wordsize and,
when zero is not allowed, then decremented by 1, more of them can
be encoded as shortie or mini.
The arguments of some other instructions
rarely or never assume the value 0, but start at 1.
The value 1 is then encoded as 0,
2 as 1 and so on.
.P
Assigning opcodes to instructions by the assembler is completely
table driven.
For details see appendix B.
.S2 "Procedure descriptors"
The procedure identifiers used in the interpreter are indices
into a table of procedure descriptors.
Each descriptor contains:
.IS 6
.PS - 4
.PT 1.
the number of bytes to be reserved for locals at each
invocation.
.N
This is a pointer-szied integer.
.PT 2.
the start address of the procedure
.PE
.IE
.S2 "Load format"
The EM machine language load format defines the interface between
the EM assembler/loader and the EM machine itself.
A load file consists of a header, the program text to be executed,
a description of the global data area and the procedure descriptor table,
in this order.
All integers in the load file are presented with the
least significant byte first.
.P
The header has two parts: the first half (eight 16-bit integers)
aids in selecting
the correct EM machine or interpreter.
Some EM machines, for instance, may have hardware floating point
instructions.
.N
The header entries are as follows (bit 0 is rightmost):
.IS 2
.VS 1 0
.PS 1 4 "" :
.PT
magic number (07255)
.PT
flag bits with the following meaning:
.PS - 7 "" :
.PT bit 0
TEST; test for integer overflow etc.
.PT bit 1
PROFILE; for each source line: count the number of memory
cycles executed.
.PT bit 2
FLOW; for each source line: set a bit in a bit map table if
instructions on that line are executed.
.PT bit 3
COUNT; for each source line: increment a counter if that line
is entered.
.PT bit 4
REALS; set if a program uses floating point instructions.
.PT bit 5
EXTRA; more tests during compiler debugging.
.PE
.PT
number of unresolved references.
.PT
version number; used to detect obsolete EM load files.
.PT
wordsize ; the number of bytes in each machine word.
.PT
pointer size ; the number of bytes available for addressing.
.PT
unused
.PT
unused
.PE
.IE
The second part of the header (eight entries, of pointer size bytes each)
describes the load file itself:
.IS 2
.PS 1 4 "" :
.PT
NTEXT; the program text size in bytes.
.PT
NDATA; the number of load-file descriptors (see below).
.PT
NPROC; the number of entries in the procedure descriptor table.
.PT
ENTRY; procedure number of the procedure to start with.
.PT
NLINE; the maximum source line number.
.PT
SZDATA; the address of the lowest uninitialized data byte.
.PT
unused
.PT
unused
.PE
.IE
.P
The program text consists of NTEXT bytes.
NTEXT is always a multiple of the wordsize.
The first byte of the program text is the
first byte of the instruction address
space, i.e. it has address 0.
Pointers into the program text are found in the procedure descriptor
table where relocation is simple and in the global data area.
The initialization of the global data area allows easy
relocation of pointers into both address spaces.
.P
The global data area is described by the NDATA descriptors.
Each descriptor describes a number of consecutive words (of~wordsize)
and consists of a sequence of bytes.
While reading the descriptors from the load file, one can
initialize the global data area from low to high addresses.
The size of the initialized data area is given by SZDATA,
this number can be used to check the initialization.
.N
The header of each descriptor consists of a byte, describing the type,
and a count.
The number of bytes used for this (unsigned) count depends on the
type of the descriptor and
is either a pointer-sized integer
or one byte.
The meaning of the count depends on the descriptor type.
At load time an interpreter can
perform any conversion deemed necessary, such as
reordering bytes in integers
and pointers and adding base addresses to pointers.
.BP
.A
In the following pictures we show a graphical notation of the
initializers.
The leftmost rectangle represents the leading byte.
.N 1
.DS
.PS - 4 " "
Fields marked with
.N 1
.PT n
contain a pointer-sized integer used as a count
.PT m
contain a one-byte integer used as a count
.PT b
contain a one-byte integer
.PT w
contain a wordsized integer
.PT p
contain a data or instruction pointer
.PT s
contain a null terminated ASCII string
.PE 1
.DE 0
.VS 1 1
.DS
-------------------
| 0 | n | repeat last initialization n times
-------------------
.DE
.DS
---------
| 1 | m | m uninitialized words
---------
.DE
.DS
____________
/ bytes \e
----------------- -----
| 2 | m | b | b |...| b | m initialized bytes
----------------- -----
.DE
.DS
_________
/ word \e
-----------------------
| 3 | m | w |... m initialized wordsized integers
-----------------------
.DE
.DS
_________
/ pointer \e
-----------------------
| 4 | m | p |... m initialized data pointers
-----------------------
.DE
.DS
_________
/ pointer \e
-----------------------
| 5 | m | p |... m initialized instruction pointers
-----------------------
.DE
.DS
____________
/ bytes \e
-------------------------
| 6 | m | b | b |...| b | initialized integer of size m
-------------------------
.DE
.DS
____________
/ bytes \e
-------------------------
| 7 | m | b | b |...| b | initialized unsigned of size m
-------------------------
.DE
.DS
____________
/ string \e
-------------------------
| 8 | m | s | initialized float of size m
-------------------------
.DE 3
.PS - 8
.PT type~0:
If the last initialization initialized k bytes starting
at address \fIa\fP, do the same initialization again n times,
starting at \fIa\fP+k, \fIa\fP+2*k, .... \fIa\fP+n*k.
This is the only descriptor whose starting byte
is followed by an integer with the
size of a
pointer,
in all other descriptors the first byte is followed by a one-byte count.
This descriptor must be preceded by a descriptor of
another type.
.PT type~1:
Reserve m words, not explicitly initialized (BSS and HOL).
.PT type~2:
The m bytes following the descriptor header are
initializers for the next m bytes of the
global data area.
m is divisible by the wordsize.
.PT type~3:
The m words following the header are initializers for the next m words of the
global data area.
.PT type~4:
The m data address space pointers following the header are
initializers for the next
m data pointers in the global data area.
Interpreters that represent EM pointers by
target machine addresses must relocate all data pointers.
.PT type~5:
The m instruction address space pointers following the header are
initializers for the next
m instruction pointers in the global data area.
Interpreters that represent EM instruction pointers by
target machine addresses must relocate these pointers.
.PT type~6:
The m bytes following the header form
a signed integer number with a size of m bytes,
which is an initializer for the next m bytes
of the global data area.
m is governed by the same restrictions as for
transfer of objects to/from memory.
.PT type~7:
The m bytes following the header form
an unsigned integer number with a size of m bytes,
which is an initializer for the next m bytes
of the global data area.
m is governed by the same restrictions as for
transfer of objects to/from memory.
.PT type~8:
The header is followed by an ASCII string, null terminated, to
initialize, in global data,
a floating point number with a size of m bytes.
m is governed by the same restrictions as for
transfer of objects to/from memory.
The ASCII string contains the notation of a real as used in the
Pascal language.
.PE
.P
The NPROC procedure descriptors on the load file consist of
an instruction space address (of~pointer~size) and
an integer (of~pointer~size) specifying the number of bytes for
locals.

View File

@@ -1,16 +0,0 @@
.so /usr/lib/tmac/tmac.kun
.SS 6
.RP
.PL 12i 11i
.LL 89
.MS T E
\!.TL '%'''
.ME
.MS T O
\!.TL '''%'
.ME
.MS B
.sp 1
.ME
.SM S1 B
.SM S2 B

View File

@@ -1,245 +0,0 @@
.SN 5
.BP
.S1 "MAPPING OF EM DATA MEMORY ONTO TARGET MACHINE MEMORY"
The EM architecture is designed to be implemented
on many existing and future machines.
EM memory is highly fragmented to make
adaptation to various memory architectures possible.
Format and encoding of pointers is explicitly undefined.
.P
This chapter gives solutions to some of the
anticipated problems.
First, we describe a possible memory layout for machines
with 64K bytes of address space.
Here we use a member of the EM family with 2-byte word and pointer
size.
The most straightforward layout is shown in figure 2.
.N 1
.DS
65534 -> |-------------------------------|
|///////////////////////////////|
|//// unimplemented memory /////|
|///////////////////////////////|
ML -> |-------------------------------|
| |
| | <- LB
| stack and local area |
| |
|-------------------------------| <- SP
|///////////////////////////////|
|//////// inaccessible /////////|
|///////////////////////////////|
|-------------------------------| <- HP
| |
| heap area |
| |
| |
HB -> |-------------------------------|
| |
| global data area |
| |
EB -> |-------------------------------|
| |
| program text | <- PC
| |
| ( and tables ) |
| |
| |
PB -> |-------------------------------|
|///////////////////////////////|
|////////// undefined //////////|
|///////////////////////////////|
0 -> |-------------------------------|
Figure 2. Memory layout showing typical register
positions during execution of an EM program.
.DE 2
The base registers for the various memory pieces can be stored
in target machine registers or memory.
.IS
.N 1
.TS
tab(;);
l 1 l l l.
PB;:;program base;points to the base of the instruction address space.
EB;:;external base;points to the base of the data address space.
HB;:;heap base;points to the base of the heap area.
ML;:;memory limit;marks the high end of the addressable data space.
.TE 1
.IE
The stack grows from high
EM addresses to low EM addresses, and the heap the
other way.
The memory between SP and HP is not accessible,
but may be allocated later to the stack or the heap if needed.
The local data area is allocated starting at the high end of
memory.
.P
Because EM address 0 is not mapped onto target
address 0, a problem arises when pointers are used.
If a program pushed a constant, say 6, onto the stack,
and then tried to indirect through it,
the wrong word would be fetched,
because EM address 6 is mapped onto target address EB+6
and not target address 6 itself.
This particular problem is solved by explicitly declaring
the format of a pointer to be undefined,
so that using a constant as a pointer is completely illegal.
However, the general problem of mapping pointers still exists.
.P
There are two possible solutions.
In the first solution, EM pointers are represented
in the target machine as true EM addresses,
for example, a pointer to EM address 6 really is
stored as a 6 in the target machine.
This solution implies that every time a pointer is fetched
EB must be added before referencing
the target machine's memory.
If the target machine has powerful indexing
facilities, EB can be kept in a target machine register,
and the relocation can indeed be done on
every reference to the data address space
at a modest cost in speed.
.P
The other solution consists of having EM pointers
refer to the true target machine address.
Thus the instruction LAE 6 (Load Address of External 6)
would push the value of EB+6 onto the stack.
When this approach is chosen, back ends must know
how to offset from EB, to translate all
instructions that manipulate EM addresses.
However, the problem is not completely solved,
because a front end may have to initialize a pointer
in CON or ROM data to point to a global address.
This pointer must also be relocated by the back end or the interpreter.
.P
Although the EM stack grows from high to low EM addresses,
some machines have hardware PUSH and POP
instructions that require the stack to grow upwards.
If reasons of efficiency urge you to use these
instructions, then EM
can be implemented with the memory layout
upside down, as shown in figure 3.
This is possible because the pointer format is explicitly undefined.
The first element of a word array will have a
lower physical address than the second element.
.N 2
.DS
| | | |
| EB=60 | | ^ |
| | | | |
|-----------------| |-----------------|
105 | 45 | 44 | 104 214 | 41 | 40 | 215
|-----------------| |-----------------|
103 | 43 | 42 | 102 212 | 43 | 42 | 213
|-----------------| |-----------------|
101 | 41 | 40 | 100 210 | 45 | 44 | 211
|-----------------| |-----------------|
| | | | |
| v | | EB=255 |
| | | |
Type A Type B
.sp 2
Figure 3. Two possible memory implementations.
Numbers within the boxes are EM addresses.
The other numbers are physical addresses.
.DE 2
.A 0 0
So, we have two different EM memory implementations:
.IS
.PS - 4
.PT A~-
stack downwards
.PT B~-
stack upwards
.PE
.IE
.P
For each of these two possibilities we give the translation of
the EM instructions to push the third byte of a global data
block starting at EM address 40 onto the stack and to load the
word at address 40.
All translations assume a word and pointer size of two bytes.
The target machine used is a PDP-11 augmented with push and pop instructions.
Registers 'r0' and 'r1' are used and suffer from sign extension for byte
transfers.
Push $40 means push the constant 40, not word 40.
.P
The translation of the EM instructions depends on the pointer representation
used.
For each of the two solutions explained above the translation is given.
.P
First, the translation for the two implementations using EM addresses as
pointer representation:
.DS
.TS
tab(:), center;
l s l s l s
_ s _ s _ s
l 2 l 6 l 2 l 6 l 2 l.
EM:type A:type B
LAE:40:push:$40:push:$40
ADP:3:pop:r0:pop:r0
::add:$3,r0:add:$3,r0
::push:r0:push:r0
LOI:1:pop:r0:pop:r0
::-::neg:r0
::clr:r1:clr:r1
::bisb:eb(r0),r1:bisb:eb(r0),r1
::push:r1:push:r1
LOE:40:push:eb+40:push:eb-41
.TE
.DE
.BP
.P
The translation for the two implementations, if the target machine address is
used as pointer representation, is:
.N 1
.DS
.TS
tab(:), center;
l s l s l s
_ s _ s _ s
l 2 l 6 l 2 l 6 l 2 l.
EM:type A:type B
LAE:40:push:$eb+40:push:$eb-40
ADP:3:pop:r0:pop:r0
::add:$3,r0:sub:$3,r0
::push:r0:push:r0
LOI:1:pop:r0:pop:r0
::clr:r1:clr:r1
::bisb:(r0),r1:bisb:(r0),r1
::push:r1:push:r1
LOE:40:push:eb+40:push:eb-41
.TE
.DE
.P
The translation presented above is not intended to be optimal.
Most machines can handle these simple cases in one or two instructions.
It demonstrates, however, the flexibility of the EM design.
.P
There are several possibilities to implement EM on machines with
address spaces larger than 64k bytes.
For EM with two byte pointers one could allocate instruction and
data space each in a separate 64k piece of memory.
EM pointers still have to fit in two bytes,
but the base registers PB and EB may be loaded in hardware registers
wider than 16 bits, if available.
EM implementations can also make efficient use of a machine
with separate instruction and data space.
.P
EM with 32 bit pointers allows one to make use of machines
with large address spaces.
In a virtual, segmented memory system one could use a separate
segment for each fragment.

View File

@@ -1,80 +0,0 @@
.BP
.SN 2
.S1 MEMORY
The EM machine has two distinct address spaces,
one for instructions and one for data.
The data space is divided up into 8-bit bytes.
The smallest addressable unit is a byte.
Bytes are numbered consecutively from 0 to some maximum.
All sizes in EM are expressed in bytes.
.P
Some EM instructions can transfer objects containing several bytes
to and/or from memory.
The size of all objects larger than a word must be a multiple of
the wordsize.
The size of all objects smaller than a word must be a divisor
of the wordsize.
For example: if the wordsize is 2 bytes, objects of the sizes 1,
2, 4, 6,... are allowed.
The address of such an object is the lowest address of all bytes it contains.
For objects smaller than the wordsize, the
address must be a multiple of the object size.
For all other objects the address must be a multiple of the
wordsize.
For example, if an instruction transfers a 4-byte object to memory at
location \fIm\fP and the wordsize is 2,
\fIm\fP must be a multiple of 2 and the bytes at
locations \fIm\fP, \fIm\fP\|+\|1,\fIm\fP\|+\|2 and
\fIm\fP\|+\|3 are overwritten.
.P
The size of almost all objects in EM
is an integral number of words.
Only two operations are allowed on
objects whose size is a divisor of the wordsize:
push it onto the stack and pop it from the stack.
The addressing of these objects in memory is always indirect.
If such a small object is pushed onto the stack
it is assumed to be a small integer and stored
in the least significant part of a word.
The rest of the word is cleared to zero,
although
EM provides a way to sign-extend a small integer.
Popping a small object from the stack removes a word
from the stack, stores the least significant byte(s)
of this word in memory and discards the rest of the word.
.P
The format of pointers into both address spaces is explicitly undefined.
The size of a pointer, however, is fixed for a member of EM, so that
the compiler writer knows how much storage to allocate for a pointer.
.P
A minor problem is raised by the undefined pointer format.
Some languages, notably Pascal, require a special,
otherwise illegal, pointer value to represent the nil pointer.
The current Pascal-VU compiler uses the
integer value 0 as nil pointer.
This value is also used by many C programs as a normally impossible address.
A better solution would be to have a special
instruction loading an illegal pointer value,
but it is hard to imagine an implementation
for which the current solution is inadequate,
especially because the first word in the EM data space
is special and probably not the target of any pointer.
.P
The next two chapters describe the EM memory
in more detail.
One describes the instruction address space,
the other the data address space.
.P
A design goal of EM has been to allow
its implementation on a wide range of existing machines,
as well as allowing a new one to be built in hardware.
To this extent we have tried to minimize the demands
of EM on the memory structure of the target machine.
Therefore, apart from the logical partitioning,
EM memory is divided into 'fragments'.
A fragment consists of consecutive machine
words and has a base address and a size.
Pointer arithmetic is only defined within a fragment.
The only exception to this rule is comparison with the null
pointer.
All fragments must be word aligned.

View File

@@ -1,5 +0,0 @@
case $# in
1) make "$1".t ; ntlp "$1".t^lpr ;;
*) echo $0 heeft een argument nodig ;;
esac

View File

@@ -1,4 +0,0 @@
case $# in
1) make $1.t ; ntout $1.t ;;
*) echo $0 heeft een argument nodig ;;
esac

View File

@@ -1,38 +0,0 @@
.po 0
.TP 1
.ll 79
.sp 15
.ce 4
DESCRIPTION OF A MACHINE
ARCHITECTURE FOR USE WITH
BLOCK STRUCTURED LANGUAGES
.sp 6
.ce 4
Andrew S. Tanenbaum
Hans van Staveren
Ed G. Keizer
Johan W. Stevenson\v'-0.5m'*\v'0.5m'
.sp 2
.ce
August 1983
.sp 2
.ce
Informatica Rapport IR-81
.sp 13
Abstract
.sp 2
.ti +5
EM is a family of intermediate languages
designed for producing portable compilers.
A program called
.B front end
translates source programs to EM.
Another program,
.B back
.BW end ,
translates EM to the assembly language of the target machine.
Alternatively, the EM program can be assembled to a highly
efficient binary format for interpretation.
This document describes the EM languages in detail.
.sp 4
\v'-0.5m'*\v'0.5m' Present affiliation: NV Philips, Eindhoven

View File

@@ -1,130 +0,0 @@
.SN 6
.BP
.S1 "TYPE REPRESENTATIONS"
The representations used for typed objects are not precisely
specified by EM.
Sometimes we only specify that a typed object occupies a
certain amount of space and state no further restrictions.
If one wants to have a different representation of the value of
an object on the stack one has to use a convert instruction
in most cases.
We do specify some relations between the representations of
types.
This allows some intermixed use of operators for different types
on the same object(s).
For example, the instruction ZER pushes signed and
unsigned integers with the value zero and empty sets.
ZER has as only argument the size of the object.
.A
The representation of floating point numbers is a good example,
it allows widely varying implementations.
The only ways to create floating point numbers are via
initialization and via conversions from integer numbers.
Only by using conversions to integers and comparing
two floating point numbers with each other, can these numbers
be converted to human readable output.
Implementations may use base 10, base 2 or any other
base for exponents, and have freedom in choosing the range of
exponent and mantissa.
.A
Other types are more precisely described.
In the following paragraphs a description will be given of the
restrictions imposed on the representation of the types used.
A number \fBn\fP used in these paragraphs indicates the size of
the object in \fIbits\fP.
.S2 "Unsigned integers"
The range of unsigned integers is 0..2\v'-0.5m'\fBn\fP\v'0.5m'-1.
A binary representation is assumed.
The order of the bits within an object is knowingly left
unspecified.
Discussing bit order within each 8-bit byte is academic,
so the only real freedom of this specification lies in the byte
order.
We really do not care whether an implementation of a 4-byte
integer has its bytes in a particular order of significance.
This of course means that some sequences of instructions have
unpredictable effects.
For example:
.DS
LOC 258 ; STL 0 ; LAL 0 ; LOI 1 ( wordsize >=2 )
.DE
The value on the stack after executing this sequence
can be anything,
but will most likely be 1 or 2.
.A
Conversion between unsigned integers of different sizes have to
be done with explicit convert instructions.
One cannot simply pad an unsigned integer with zero's at either end
and expect a correct result.
.A
We assume existence of at least single word unsigned arithmetic
in any implementation.
.S2 "Signed Integers"
The range of signed integers is -2\v'-0.5m'\fBn\fP-1\v'0.5m'~..~2\v'-0.5m'\fBn\fP-1\v'0.5m'-1,
in other words the range of signed integers of \fBn\fP bits
using two's complement arithmetic.
The representation is the same as for unsigned integers except
the range 2\v'-0.5m'\fBn\fP-1\v'0.5m'~..~2\v'-0.5m'\fBn\fP\v'0.5m'-1 is mapped on the
range -2\v'-0.5m'\fBn\fP-1\v'0.5m'~..~-1.
In other words, the most significant bit is used as sign bit.
The convert instructions between signed and unsigned integers
of the same size can be used to catch errors.
.A
The value -2\v'-0.5m'\fBn\fP-1\v'0.5m' is used for undefined
signed integers.
EM implementations should trap when this value is used in an
operation on signed integers.
The instruction mask, accessed with SIM and LIM -~see chapter 9~- ,
can be used to disable such traps.
.A
We assume existence of at least single word signed arithmetic
in any implementation.
.BP
.S2 "Floating point values"
Floating point values must have a signed mantissa and a signed
exponent.
Although no base is specified, base 2 is the normal choice,
because the FEF instruction pushes the exponent in base 2.
.A
The implementation of floating point arithmetic is optional.
The compilers currently in use have runtime parameters for the
size of the floating point values they should use.
Common choices are 4 and/or 8 bytes.
.S2 Pointers
EM has two kinds of pointers: for instruction and for data
space.
Each kind can only be used for its own space, conversion between
these two subtypes is impossible.
We assume that pointers have a range from 0 upwards.
Any implementation may have holes in the pointer range between
fragments.
One can of course not expect to be able to address two megabyte
of memory using a 2-byte pointer.
Normally, a 2-byte pointer allows up to 65536 bytes of
addressable memory.
.A
Pointer representation has one restriction.
The pointer with the same representation as the integer zero of
the same size should be invalid.
Some languages and/or runtime systems represent the nil
pointer as zero.
.S2 "Bit sets"
All bit sets of size \fBn\fP are subsets of the set
{~i~|~i>=0,~i<\fBn\fP~}.
A bit set contains a bit for each element showing its
presence or absence.
Bit sets are subdivided into words.
The word with the lowest EM address governs the subset
{~i~|~i>=0,~i<\fBm\fP~}, where \fBm\fP is the number of bits in
a word.
The next higher words each govern the next higher \fBm\fP set elements.
The relation between a set with size of
a word and an unsigned integer word is that
the value of the unsigned integer is the summation of the
2\v'-0.5m'i\v'0.5m' where i is in the set.
.A
Example: a 2-word bit set (wordsize 2) containing the
elements 1, 6, 8, 15, 18, 21, 27 and 28 is composed of two
integers, e.g. at addresses 40 and 42.
The word at 40 contains the value 33090 (or~-32446),
the word at 42 contains the value 6180.

View File

@@ -1,830 +0,0 @@
." $Header$
.RP
.TL
Back end table for the Intel 8080 micro-processor
.AU
Gerard Buskermolen
.AB
A back end is a part of the Amsterdam Compiler Kit (ACK).
It translates EM, a family of intermediate languages, into the
assembly language of some target machine, here the Intel 8080 and Intel 8085 microprocessors.
.AE
.NH1
INTRODUCTION
.PP
To simplify the task of producing portable (cross) compilers and
interpreters, the Vrije Universiteit designed an integrated collection
of programs, the Amsterdam Compiler Kit (ACK).
It is based on the old UNCOL-idea ([4]) which attempts to solve the problem
of making a compiler for each of
.B N
languages on
.B M
different machines without having to write
.B N\ *\ M
programs.
.sp 1
The UNCOL approach is to write
.B N
"front ends", each of which translates one source language into
a common intermediate language, UNCOL (UNiversal Computer Oriented
Language), and
.B M
"back ends", each of which translates programs in UNCOL into a
specific machine language.
Under these conditions, only
.B N\ +\ M
programs should be written to provide all
.B N
languages on all
.B M
machines, instead of
.B N\ *\ M
programs.
.sp 1
The intermediate language for the Amsterdam Compiler Kit is the machine
language for a simple stack machine called EM (Encoding Machine).
So a back end for the Intel 8080 micro translates EM code into
8080 assembly language.
.sp 1
The back end is a single program that is driven by a machine dependent
driving table.
This driving table, or back end table,
defines the mapping from EM code to the machine's assembly language.
.NH 1
THE 8080 MICRO PROCESSOR
.PP
This back end table can be used without modification for the Intel 8085
processor.
Except for two additional instructions, the 8085 instruction set
is identical and fully compatible with the 8080 instruction set.
So everywhere in this document '8080' can be read as '8080 and 8085'.
.NH 2
Registers
.PP
The 8080 processor has an 8 bit accumulator,
six general purpose 8-bit registers,
a 16 bit programcounter and a 16 bit stackpointer.
Assembler programs can refer the accumulator by A and
the general purpose registers by B, C, D, E, H and L. (*)
.FS
* In this document 8080 registers and mnemonics are referenced by capitals, for the sake of clarity.
Nevertheless the assembler expects small letters.
.FE
Several instructions address registers in groups of two, thus creating
16 bit registers:
.DS
Registers referenced: Symbolic reference:
B and C B
D and E D
H and L H
.DE
The first named register, contains the high order byte
(H and L stand for High and Low).
.br
The instruction determines how the processor interprets the reference.
For example, ADD B is an 8 bit operation, adding the contents of
register B to accumulator A. By contrast PUSH B is a 16 bit operation
pushing B and C onto the stack.
.sp 1
There are no index registers.
.sp 1
.NH 2
Flip-flops
.PP
The 8080 microprocessor provides five flip-flops used as condition flags
(S, Z, P, C, AC) and one interrupt enable flip-flop IE.
.br
The sign bit S is set (cleared) by certain instructions when the most significant
bit of the result of an operation equals one (zero).
.br
The zero bit Z is set (cleared) by certain operations when the
8-bit result of an operation equals (does not equal) zero.
.br
The parity bit P is set (cleared) if the 8-bit result of an
operation includes an even (odd) number of ones.
.br
C is the normal carry bit.
.br
AC is an auxiliary carry that indicates whether there has been a carry
out of bit 3 of the accumulator.
This auxiliary carry is used only by the DAA instruction, which
adjusts the 8-bit value in the accumulator to form two 4-bit
binary coded decimal digits.
Needless to say this instruction is not used in the back-end.
.sp 1
The interrupt enable flip-flop IE is set and cleared under
program control using the instructions EI (Enable Interrupt) and
DI (Disable Interrupt).
It is automatically cleared when the CPU is reset and when
an interrupt occurs, disabling further interrupts until IE = 1 again.
.NH 2
Addressing modes
.NH 3
Implied addressing
.PP
The addressing mode of some instructions is implied by the instruction itself.
For example, the RAL (rotate accumulator left) instruction deals only with
the accumulator, and PCHL loads the programcounter with the contents
of register-pair HL.
.NH 3
Register addressing
.PP
With each intruction using register addressing,
only one register is specified (except for the MOV instruction),
although in many of them the accumulator is implied as
second operand.
Examples are CMP E, which compares register E with the accumulator,
and DCR B, which decrements register B.
.br
A few instructions deal with 16 bit register-pairs:
examples are DCX B, which decrements register-pair BC and the
PUSH and POP instructions.
.NH 3
Register indirect addressing
.PP
Each instruction that may refer to an 8 bit register, may
refer also to a memory location. In this case the letter M
(for Memory) has to be used instead of a register.
It indicates the memory location pointed to by H and L,
so ADD M adds the contents of the memory location specified
by H and L to the contents of the accumulator.
.br
The register-pairs BC and DE can also be used for indirect addressing,
but only to load or store the accumulator.
For example, STAX B stores the contents of the accumulator
into the memory location addressed by register-pair BC.
.NH 3
Immediate addressing
.PP
The immediate value can be an 8 bit value, as in ADI 10 which
adds 10 to the accumulator, or a 16 bit value, as in
LXI H,1000, which loads 1000 in the register-pair HL.
.NH 3
Direct addressing
.PP
Jump instructions include a 16 bit address as part of the instruction.
.br
The instruction SHLD 1234 stores the contents of register
pair HL on memory locations 1234 and 1235.
The high order byte is stored at the highest address.
.NH 1
THE 8080 BACK END TABLE
.PP
The back end table is designed as described in [5].
So for an overall design of a back end table I refer to this document.
.br
This section deals with problems encountered in writing the
8080 back-end table.
Some remarks are made about particular parts
of the table that might not seem clear at first sight.
.NH 2
Constant definitions
.PP
Word size (EM_WSIZE) and pointer size (EM_PSIZE) are both
defined as two bytes.
The hole between AB and LB (EM_BSIZE) is four bytes: only the
return address and the localbase are saved.
.NH 2
Registers and their properties
.PP
All properties have the default size of two bytes, because one-byte
registers also cover two bytes when put on the real stack.
.sp 1
The next considerations led to the choise of register-pair BC
as localbase.
Though saving the localbase in memory would leave one more register-pair
available as scratch register, it would slow down instructions
as 'lol' and 'stl' too much.
So a register-pair should be sacrificed as localbase.
Because a back-end without a free register-pair HL is completely
broken-winged, the only reasonable choises are BC and DE.
Though the choise between them might seem arbitrary at first sight,
there is a difference between register-pairs BC and DE:
the instruction XCHG exchanges the contents of register-pairs DE and
HL.
When DE and HL are both heavily used on the fake-stack, this instruction
is very usefull.
Since it won't be usefull too often to exchange HL with the localbase
and since an instruction exchanging BC and HL does not exist, BC is
chosen as localbase.
.sp 1
Many of the register properties are never mentioned in the
PATTERNS part of the table.
They are only needed to define the INSTRUCTIONS correctly.
.sp 1
The properties really used in the PATTERNS part are:
.IP areg: 24
the accumulator only
.IP reg:
any of the registers A, D, E, H or L. Of course the registers B and C which are
used as localbase don't possess this property.
When there is a single register on the fake-stack, its value
is always considered non-negative.
.IP dereg:
register-pair DE only
.IP hlreg:
register-pair HL only
.IP hl_or_de:
register-pairs HL and DE both have this property
.IP localbase:
used only once (i.e. in the EM-instruction 'str 0')
.PP
.sp 1
The stackpointer SP and the processor status word PSW have to be
defined explicitely because they are needed in some instructions
(i.e. SP in LXI, DCX and INX and PSW in PUSH and POP).
.br
It doesn't matter that the processor status word is not just register A
but includes the condition flags.
.NH 2
Tokens
.PP
The tokens 'm' and 'const1' are used in the INSTRUCTIONS- and MOVES parts only.
They will never be on the fake-stack.
.sp 1
The token 'label' reflects addresses known at assembly time.
It is used to take full profit of the instructions LHLD
(Load HL Direct) and SHLD (Store HL Direct).
.sp 1
Compared with many other back-end tables, there are only a small number of
different tokens (four).
Reasons are the limited addressing modes of the 8080 microprocessor,
no index registers etc.
.br
For example to translate the EM-instruction
.DS
lol 10
.DE
the next 8080 instructions are generated:
.DS L
LXI H,10 /* load registers pair HL with value 10 */
DAD B /* add localbase (BC) to HL */
MOV E,M /* load E with byte pointed to by HL */
INX H /* increment HL */
MOV D,M /* load D with next byte */
.DE
Of course, instead of emitting code immmediately, it could be postponed
by placing something like a {LOCAL,10} on the fake-stack, but some day the above
mentioned code will have to be generated, so a LOCAL-token is
hardly usefull.
.br
See also the comment on the load instructions.
.NH 2
Sets
.PP
Only 'src1or2' is used in the PATTERNS.
.NH 2
Instructions
.PP
Each instruction indicates whether or not the condition flags
are affected, but this information will never have any influence
because there are no tests in the PATTERNS part of the table.
.sp 1
For each instruction a cost vector indicates the number of bytes
the instruction occupies and the number of time periods it takes
to execute the instruction.
The length of a time period depends on the clock frequency
and may range from 480 nanoseconds to 2 microseconds on a
8080 system and from 320 nanoseconds to 2 microseconds
on a 8085 system.
.sp 1
In the TOKENS-part the cost of token 'm' is defined as (0,3).
In fact it usually takes 3 extra time periods when this register indirect mode
is used instead of register mode, but since the costs are not completely
orthogonal this results in small deficiencies for the DCR, INR and MOV
instructions.
Although it is not particularly usefull these deficiencies are
corrected in the INSTRUCTIONS part, by treating the register indirect
mode seperately.
.sp 1
The costs of the conditional call and return instructions really
depend on whether or not the call resp. return is actually made.
Unimportant.
.sp 1
Instructions not used in this table have been commented out.
Of course many of them are used in the library routines.
.NH 2
Moves
.PP
This section is supposed to be straight-forward.
.NH 2
Tests
.PP
The TESTS section is only included to refrain
.B cgg
from complaining.
.NH 2
Stackingrules
.PP
When, for example, the token {const2,10} has to be stacked while
no free register-pair is available, the next code is generated:
.DS
PUSH H
LXI H,10
XTHL
.DE
The last instruction exchanges the contents of HL with the value
on top of the stack, giving HL its original value again.
.NH 2
Coercions
.PP
The coercion to unstack register A, is somewhat tricky,
but unfortunately just popping PSW leaves the high-order byte in
the accumulator.
.sp 1
The cheapest way to coerce HL to DE (or DE to HL) is by using
the XCHG instruction, but it is not possible to explain
.B cgg
this instruction in fact exchanges the contents of these
register-pairs.
Before the coercion is carried out other appearances of DE and HL
on the fake-stack will be moved to the real stack, because in
the INSTRUCTION-part is told that XCHG destroyes the contents
of both DE and HL.
.br
The coercion transposing one register-pair to another one by
emitting two MOV-instructions, will be used only if
one of the register-pairs is the localbase.
.NH 2
Patterns
.PP
As a general habit I have allocated (uses ...) all registers
that should be free to generate the code, although it is not
always necessary.
For example in the code rule
.DS
pat loe
uses hlreg
gen lhld {label,$1} yields hl
.DE
the 'uses'-clause could have been omitted because
.B cgg
knows that LHLD destroyes register-pair HL.
.sp 1
Since there is only one register with property 'hlreg',
there is no difference between 'uses hlreg' (allocate a
register with property 'hlreg') and 'kills hlreg' (remove
all registers with property 'hlreg' from the fake-stack).
The same applies for the property 'dereg'.
.br
As a consequence 'kills' is rarely used in this back-end table.
.NH 3
Group 1: Load instructions
.PP
When a local variable must be squared, there will probably be EM-code like:
.DS
lol 10
lol 10
mli 2
.DE
When the code for the first 'lol 10' has been executed, DE contains the
wanted value.
To refrain
.B cgg
from emitting the code for 'lol 10' again, an extra
pattern is included in the table for cases like this.
.br
The same applies for two consecutive 'loe'-s or 'lil'-s.
.sp 1
A bit tricky is 'lof'.
It expects either DE or HL on the fake-stack, moves {const2,$1}
into the other one, and eventually adds them.
The 'kills' part is necessary here because if DE was on the fake-stack,
.B cgg
doesn't see that the contents of DE is destroyed by the code
(in fact 'kills dereg' would have been sufficient: because of the
DAD instruction
.B cgg
knows that HL is destroyed).
.sp 1
By lookahead,
.B cgg
can make a clever choise between the first and
second code rule of 'loi 4'.
The same applies for several other instructions.
.NH 3
Group 2: Store instructions
.PP
A similar idea as with the two consecutive identical load instructions
in Group 1, applies for a store instruction followed by a corresponding load instruction.
.NH 3
Groups 3 and 4: Signed and unsigned integer arithmetic
.PP
Since the 8080 instruction set doesn't provide multiply and
divide instructions, special routines are made to accomplish these tasks.
.sp 1
Instead of providing four slighty differing routines for 16 bit signed or
unsigned division, yielding the quotient or the remainder,
the routines are merged.
This saves space and assembly time
when several variants are used in a particular program,
at the cost of a little speed.
.br
When the routine is called, bit 7 of register A indicates whether
the operands should be considered as signed or as unsigned integers,
and bit 0 of register A indicates whether the quotient or the
remainder has to be delivered.
.br
The same applies for 32 bit division.
.sp 1
The routine doing the 16 bit unsigned multiplication could
have been used for 16 bit signed multiplication too.
Nevertheless a special 16 bit signed multiplication routine is
provided, because this one will usually be much faster.
.NH 3
Group 5: Floating point arithmetic
.PP
Floating points are not implemented.
.br
Whenever an EM-instruction involving floating points is offered
to the code-generator, it generates the code 'call eunimpl',
which traps with trap number 63.
Some of the Pascal and C library routines output floating point
EM-instructions, so code has to be generated for them.
Of course this doesn't imply the code will ever be executed.
.NH 3
Group 12: Compare instructions
.PP
The code for 'cmu 2', with its 4 labels, is terrible.
But it is the best I could find.
.NH 3
Group 9: Logical instructions
.PP
I have tried to merge both variants of the instructions 'and 2', 'ior 2' and 'xor 2',
as in
.DS
pat and $1==2
with hl_or_de hl_or_de
uses reusing %1, reusing %2, hl_or_de, areg
gen mov a,%1.2
ana %2.2
mov %a.2,a
mov a,%1.1
ana %2.1
mov %a.1,a yields %a
.DE
but the current version of
.B cgg
doesn't approve this.
.br
In any case
.B cgg
chooses either DE or HL to store the result, using lookahead.
.NH 3
Group 14: Procedure call instructions
.PP
There is an 8 bytes function return area, called '.fra'.
If only 2 bytes have to be returned, register-pair DE is used.
.NH 1
LIBRARY ROUTINES
.PP
Most of the library routines start with saving the return address
and the localbase, so that the parameters are on the top of the stack
and the registers B and C are available as scratch registers.
Since register-pair HL is needed to accomplish these tasks,
and also to restore everything just before the routine returns,
it is not possible to transfer data between the routines and the
surrounding world through register H or L.
Only registers A, D and E can be used for this.
.sp
When a routine returns 2 bytes, they are usually returned in
registers-pair DE.
When it returns more than 2 bytes they are pushed onto the stack.
.br
It would have been possible to let the 32 bit arithmetic routines
return 2 bytes in DE and the remaining 2 bytes on the stack
(this often would have saved some space and execution time),
but I don't consider that as well-structured programming.
.NH 1
TRAPS
.PP
Whenever a trap, for example trying to divide by zero,
occurs in a program that originally was written in C or Pascal,
a special trap handler is called.
.br
This trap handler wants to write an appropriate error message on the
monitor.
It tries to read the message from a file (e.g. etc/pc_rt_errors in the
EM home directory for Pascal programs), but since the 8080 back-end
doesn't know about files, we are in trouble.
This problem is solved, as far as possible, by including the 'open'-monitor call in the mon-routine.
It returns with file descriptor -1.
The trap handler reacts by generating another trap, with the original
trap number.
But this time, instead of calling the C- or Pascal trap handler again,
the next message is printed on the monitor:
.DS L
trap number <TN>
line <LN> of file <FN>
where <TN> is the trap number (decimal)
<LN> is the line number (decimal)
<FN> is the filename of the original program
.DE
.sp 1
Trap numbers are subdivided as follows:
.IP 1-27: 20
EM-machine error, as described in [3]
.IP 63:
an unimplemented EM-instruction is used
.IP 64-127:
generated by compilers, runtime systems, etc.
.IP 128-252:
generated by user programs
.NH 1
IMPLEMENTATION
.PP
It will not be possible to run the entire Amsterdam Compiler Kit on a
8080-based computer system.
One has to write a program on another
system, a system where the compiler kit runs on.
This program may be a mixture of high-level languages, such as
C or Pascal, EM and 8080 assembly code.
The program should be compiled using the compiler kit, producing 8080 machine code.
This code should come available to the 8080 machine
for example by downloading or
by storing it in ROM (Read Only Memory).
.sp 1
Depending on the characteristics of the particular 8080 based system, some
adaptions have to be made:
.IP 1) 10
In 'head_em': the base address, which is the address where the first
8080 instruction will be stored, and the initial value of the
stackpointer are set to 0x1000 and 0x8000 respectivally.
.br
Other systems require other values.
.IP 2)
In 'head_em': before calling "_m_a_i_n", the environment
pointer, argument vector and argument count will have to be pushed
onto the stack.
Since this back-end is tested on a system without any knowledge
of these things, dummies are pushed now.
.IP 3)
In 'tail_em': proper routines "putchar" and "getchar" should
be provided.
They should write resp. read a character on/from the monitor.
Maybe some conversions will have to be made.
.IP 4)
In 'head_em': an application program returns control to the monitor by
jumping to address 0xFB52.
If this is not the right way on your system, change it.
.IP 5)
In 'tail_em': the current version of the 8080 back-end has very limited I/O
capabilities, because it was tested on a system that
had no knowlegde of files.
So the implementation of the EM-instruction 'mon' is very simple;
it can only do the following things:
.RS
.IP Monitor\ call\ 1: 40
Exit
.IP Monitor\ call\ 3:
read, always reads from the monitor.
.br
echos the read character.
.br
ignores file descriptor.
.IP Monitor\ call\ 4:
write, always writes on the monitor.
.br
ignores file descriptor.
.IP Monitor\ call\ 5:
open file, returns file descriptor -1.
.br
(compare chapter about TRAPS)
.IP Monitor\ call\ 6:
close file, returns error code = 0.
.IP Monitor\ call\ 54:
io-control, returns error code = 0.
.RE
.sp
If the system should do file-handling the routine ".mon"
should be extended thoroughly.
.NH 1
INTEL 8080 VERSUS ZILOG Z80 AND INTEL 8086
.NH 2
Introduction
.PP
At about the same time I develloped the back end
for the Intel 8080 and Intel 8085,
Frans van Haarlem did the same job for the Zilog z80 microprocessor.
Since the z80 processor is an extension of the 8080,
any machine code offered to a 8080 processor can be offered
to a z80 too.
The assembly languages are quite different however.
.br
During the devellopments of the back ends we have used
two micro-computers, both equiped with a z80 microprocessor.
Of course the output of the 8080 back end is assembled by an
8080 assembler. This should assure I have never used any of
the features that are potentially available in the z80 processor,
but are not part of a true 8080 processor.
.sp 1
As a final job, I have
investigated the differences between the 8080 and z80 processors
and their influence on the back ends.
I have tried to measure this influence by examining the length of
the generated code.
I have also involved the 8086 micro-processor in this measurements.
.NH 2
Differences between the 8080 and z80 processors
.PP
Except for some features that are less important concerning back ends,
there are two points where the z80 improves the 8080:
.IP First, 18
the z80 has two additional index registers, IX and IY.
They are used as in
.DS
LD B,(IX+10)
.DE
The offset, here 10, should fit in one byte.
.IP Second,
the z80 has several additional instructions.
The most important ones are:
.RS
.IP 1) 8
The 8080 can only load or store register-pair HL direct
(using LHLD or SHLD).
The z80 can handle BC, DE and SP too.
.IP 2)
Instructions are included to ease block movements.
.IP 3)
There is a 16 bit subtract instruction.
.IP 4)
While the 8080 can only rotate the accumulator, the z80
can rotate and shift each 8 bit register.
.IP 5)
Special routines are included to jump to near locations, saving 1 byte.
.RE
.NH 2
Consequences for the 8080 and z80 back end
.PP
The most striking difference between the 8080 and z80 back ends
is the choise of the localbase.
The writer of the z80 back end chose index register IY as localbase,
because this results in the cheapest coding of EM-instructions
like 'lol' and 'stl'.
.br
The z80 instructions that load local 10, for example
.DS
LD E,(IY+10)
LD D,(IY+11)
.DE
occupy 6 bytes and take 38 time periods to execute.
The five corresponding 8080 instructions loading a local
occupy 7 bytes and take 41 time periods.
Although the profit of the z80 might be not world-shocking,
it should be noted that as a side effect it may save some
pushing and popping since register pair HL is not used.
.sp 1
The choise of IY as localbase has its drawbacks too.
The root of the problem is that it is not possible to add
IY to HL.
For the EM-instruction
.DS
lal 20
.DE
the z80 back end generates code like
.DS
LD BC,20
PUSH IY
POP HL
ADD HL,BC
.DE
leaving the wanted address in HL.
.br
This annoying push and pop instructions are also needed in some
other instructions, for instance in 'lol' when the offset
doesn't fit in one byte.
.sp 1
Beside the choise of the localbase, I think there is no
fundamental difference between the 8080 and z80 back ends,
except of course that the z80 back end has register pair BC
and, less important, index register IX available as scratch registers.
.sp 1
Most of the PATTERNS in the 8080 and z80 tables are more or less
a direct translation of each other.
.NH 2
What did I do?
.PP
To get an idea of the quality of the code generated by
the 8080, z80 and 8086 back ends I have gathered
some C programs and some Pascal programs.
Then I produced 8080, z80 and 8086 code for them.
Investigating the assembler listing I found the
lengths of the different parts of the generated code.
.br
I have checked two areas:
.IP 1) 8
the entire text part
.IP 2)
the text part without any library routine, so only the plain user program
.LP
I have to admit that neither one of them is really honest.
When the entire text part is checked, the result is disturbed
because not always the same library routines are loaded.
And when only the user program itself is considered, the result is
disturbed too.
For example the 8086 has a multiply instruction,
so the EM-instruction 'mli 2' is translated in the main program,
but the 8080 and z80 call a library routine that is not counted.
Also the 8080 uses library routines at some places where the
z80 does not.
.sp 1
But nevertheless I think the measurements will give an idea
about the code produced by the three back ends.
.NH 2
The results
.PP
The table below should be read as follows.
For all programs I have computed the ratio of the code-lengths
of the 8080, z80 and 8086.
The averages of all Pascal/C programs are listed in the table,
standarized to '100' for the 8080.
So the listed '107' indicates that the lengths
of the text parts of the z80 programs that originally were Pascal programs,
averaged 7 percent larger than in the corresponding 8080 programs.
.DS C
--------------------------------------------------
| | 8080 | z80 | 8086 |
--------------------------------------------------
| C, text part | 100 | 103 | 65 |
| Pascal, text part | 100 | 107 | 55 |
| C, user program | 100 | 110 | 71 |
| Pascal, user program | 100 | 118 | 67 |
--------------------------------------------------
.DE
.TE
The most striking thing in this table is that the z80 back end appears
to produce larger code than the 8080 back end.
The reason is that the current z80 back end table is
not very elaborate yet.
For instance it doesn't look for any EM-pattern longer than one.
So the table shows that the preparations in the 8080 back end table
to produce faster code (like recognizing special EM-patterns
and permitting one byte registers on the fake-stack)
was not just for fun, but really improved the generated code
significantly.
.sp 1
The table shows that the 8080 table is relativelly better
when only the plain user program is considered instead of the entire text part.
This is not very surprising since the 8080 back end sometimes
uses library routines where the z80 and especially the 8086 don't.
.sp 1
The difference between the 8080 and z80 on the one hand and the 8086
on the other is very big.
But of course it was not equal game:
the 8086 is a 16 bit processor that is much more advanced than the
8080 or z80 and the 8086 back end is known to produce
very good code.
.bp
.B REFERENCES
.sp 2
.IP [1] 10
8080/8085 Assembly Language Programming Manual,
.br
Intel Corporation (1977,1978)
.IP [2]
Andrew S. Tanenbaum, Hans van Staveren, E.G. Keizer and Johan W. Stevenson,
.br
A practical tool kit for making portable compilers,
.br
Informatica report 74, Vrije Universiteit, Amsterdam, 1983.
.sp
An overview on the Amsterdam Compiler Kit.
.IP [3]
Tanenbaum, A.S., Stevenson, J.W., Keizer, E.G., and van Staveren, H.
.br
Desciption of an experimental machine architecture for use with block
structured languages,
.br
Informatica report 81, Vrije Universiteit, Amsterdam, 1983.
.sp
The defining document for EM.
.IP [4]
Steel, T.B., Jr.
.br
UNCOL: The myth and the Fact. in Ann. Rev. Auto. Prog.
.br
Goodman, R. (ed.), vol. 2, (1960), p325-344.
.sp
An introduction to the UNCOL idea by its originator.
.IP [5]
van Staveren, Hans
.br
The table driven code generator from the Amsterdam Compiler Kit
(Second Revised Edition),
.br
Vrije Universiteit, Amsterdam.
.sp
The defining document for writing a back end table.
.IP [6]
Voors, Jan
.br
A back end for the Zilog z8000 micro,
.br
Vrije Universiteit, Amsterdam.
.sp
A document like this one, but for the z8000.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,506 +0,0 @@
.\" $Header$
.TL
Internal documentation on the peephole optimizer
.br
from the Amsterdam Compiler Kit
.NH 1
Introduction
.PP
Part of the Amsterdam Compiler Kit is a program to do
peephole optimization on an EM program.
The optimizer scans the program to match patterns from a table
and if found makes the optimization from the table,
and with the result of the optimization
it tries to find yet another optimization
continuing until no more optimizations are found.
.PP
Furthermore it does some optimizations that can not be called
peephole optimizations for historical reasons,
like branch chaining and the deletion of unreachable code.
.PP
The peephole optimizer consists of three parts
.IP 1)
A driving table
.IP 2)
A program translating the table to internal format
.IP 3)
C code compiled with the table to make the optimizer proper
.PP
In this document the table format, internal format and
data structures in the optimizer will be explained,
plus a hint on what the code does where it might not be obvious.
It is a simple program mostly.
.NH 1
Table format
.PP
The driving table consists of pattern/replacement pairs,
in principle one per line,
although a line starting with white space is considered
a continuation line for the previous.
The general format is:
.DS
optimization : pattern ':' replacement '\en'
.sp
pattern : EMlist optional_boolean_expression
.sp
replacement : EM_plus_operand_list
.DE
Example of a simple one
.DS
loc stl $1==0 : zrl $2
.DE
There is no real limit for the length of the pattern or the replacement,
the replacement might even be longer than the pattern,
and expressions can be made arbitrarily complicated.
.PP
The expressions in the table are made of the following pieces:
.IP -
Integer constants
.IP -
$\fIn\fP, standing for the operand of the \fIn\fP'th EM
instruction in the pattern,
undefined if that instruction has no operand.
.IP -
w, standing for the wordsize of the code optimized.
.IP -
p, for the pointersize.
.IP -
defined(expr), true if expression is defined
.IP -
samesign(expr,expr), true if expressions have the same sign.
.IP -
sfit(expr,expr), ufit(expr,expr),
true if the first expression fits signed or unsigned in the number
of bits given in the second expression.
.IP -
rotate(expr,expr),
first expression rotated left the number of bits given by the second expression.
.IP -
notreg(expr),
true if the local with the expression as number is not a candidate to put
in a register.
.IP -
rom(\fIn\fP,expr), contents of the rom descriptor at index expr that
is associated with the global label that should be the argument of
the \fIn\fP'th EM instruction.
Undefined if such a thing does not exist.
.PP
The usual arithmetic operators may be used on integer values,
if any operand is undefined the expression is undefined,
except for the defined() function above.
An undefined expression used for its truth value is false.
All arithmetic on local label operands is forbidden,
only things allowed are tests for equality.
Arithmetic on global labels makes sense,
i.e. one can add a global label and a constant,
but not two global labels.
.PP
In the table one can use five additional EM instructions in patterns.
These are:
.IP lab
Stands for a local label
.IP LLP
Load Local Pointer, translates into a
.B lol
or into a
.B ldl
depending on the relationship between wordsize and pointersize.
.IP LEP
Load External Pointer, translates into a
.B loe
or into a
.B lde .
.IP SLP
Store Local Pointer,
.B stl
or
.B sdl .
.IP SEP
Store External Pointer,
.B ste
or
.B sde .
.PP
There is only one peephole optimizer,
so the substitutions to be made for the last four instructions
are made at run time before the first optimizations are made.
.NH 1
Internal format
.PP
The translating program,
.I mktab
converts the table into an array of bytes where all
patterns follow unaligned.
Format of a pattern is:
.IP 1)
One byte for high byte of hash value,
will be explained later on.
.IP 2)
Two bytes for the index of the next pattern in a chain.
.IP 3)
An integer\u*\d,
.FS
* An integer is encoded as a byte when less than 255,
otherwise as a byte containing 255 followed by two
bytes with the real value.
.FE
pattern length.
.IP 4)
The list of pattern opcodes, one per byte.
.IP 5)
An integer expression index, 0 if not used.
.IP 6)
An integer, replacement length.
.IP 7)
A list of pairs consisting of a one byte opcode and an integer
expression index.
.PP
The expressions are kept in an array of triples,
implementing a binary tree.
The
.I mktab
program tries to minimize the number of triples by reusing
duplicates and even reverses the operands of commutative operators
when doing so would spare a triple.
.NH 1
A tour through the sources
.PP
Now we will walk through the sources and note things of interest.
.NH 2
The header files
.PP
The header files are the place where data structures and options reside.
.NH 3
alloc.h
.PP
In the header file alloc.h several defines can be used to select various
kinds of core allocation schemes.
This is important on small machines like the PDP-11 since a complete
procedure must be in core at the same space,
and the peephole optimizer should not be the limiting factor in
determining the maximum size of procedures if possible.
Options are:
.IP -
USEMALLOC, standard malloc() and free() are used instead of the own
core allocation package.
Not recommended unless the own package does not work on some bizarre
machine.
.IP -
COREDEBUG, prints large amounts of information about core management.
Better not define it unless you change the code and it stops working.
.IP -
SEPID, if you define this you will get an extra procedure that will
go through a lot of work to scrape the last bytes together if the
system won't provide more.
This is not a good idea if memory is scarce and code and data reside
in the same spaces, since the room used by the procedure might well
be more than the room saved.
.IP -
STACKROOM, number of shorts used in stack space.
This is used if memory is scarce and stack space and data space are
different.
On the PDP-11 a UNIX process starts with an 8K stack segment which
cannot be transferred to the data segment.
Under these conditions one can use a lot of the stack space for storage.
.NH 3
assert.h
.PP
Just defines the assert macro.
When compiled with -DNDEBUG all asserts will be off.
.NH 3
ext.h
.PP
Gives external definitions of variables used by more than one module.
.NH 3
line.h
.PP
Defines the structures used to keep instructions,
one structure per line of EM code,
and the structure to keep arguments of pseudos,
one structure per argument.
Both structures essentially contain a pointer to the next,
a type,
and a union containing information depending on the type.
Core is allocated only for the part of the union used.
.PP
The
.I
struct line
.R
has a very compact encoding for small integers,
they are encoded in the type field.
On the PDP-11 this gives a line structure of only 4 bytes for most
instructions.
.NH 3
lookup.h
.PP
Contains definition of the struct used for symbol table management,
global labels and procedure names are kept in one table.
.NH 3
optim.h
.PP
If one defines the DIAGOPT option in this header file,
for every optimization performed a number is written on stderr.
The number gives the number of the pattern in the table
or one of the four special numbers in this header file.
.NH 3
param.h
.PP
Contains one settable option,
LONGOFF.
If this is not defined the optimizer can only optimize programs
with wordsize 2 and pointersize 2.
Set this only if it must be run on a Z80 or something pathetic like that.
.PP
Other defines here should not be touched.
.NH 3
pattern.h
.PP
Contains defines of indices in a pattern,
definition of the expression triples,
definitions of the various expression operators
and definition of the result struct where expression results are put.
.PP
This header file is the main one that is also included by
.I mktab .
.NH 3
proinf.h
.PP
This one contains definitions
for the local label table structs
and for the struct where all information for one procedure is kept.
This is in one struct so it can be saved easily when recursive
procedures have to be resolved.
.NH 3
types.h
.PP
Collection of typedefs to be used by almost all modules.
.NH 2
The C code itself.
.PP
The C code will now be the center of our attention.
We will make a walk through the sources and we will try
to follow the sources in a logical order.
So we will start at
.NH 3
main.c
.PP
The main.c module contains the main() function.
Here nothing spectacular happens,
only thing of interest is the handling of flags:
.IP -L
This is an instruction to the peephole optimizer to perform
one of its auxiliary functions, the generation of a library module.
This makes the peephole optimizer write its output on a temporary file,
and at the end making the real output by first generating a list
of exported symbols and then copying the temporary file behind it.
.IP -n
Disables all optimization.
Only thing the optimizer does now is filling in the blank after the
.I END
pseudo and resolving recursive procedures.
.PP
The place where main() is left is the call to getlines() which brings
us to
.NH 3
getline.c
.PP
This module reads the EM code and constructs a list of
.I
struct line
.R
records,
linked together backwards,
i.e. the first instruction read is the last in the list.
Pseudos are handled here also,
for most pseudos this just means that a chain of argument records
is linked into the linked line list but some pseudos get special attention:
.IP exc
This pseudo is acted upon right away.
Lines read are shuffled around according to instruction.
.IP mes
Some messages are acted upon.
These are:
.RS
.IP ms_err 8
The input is drained, just in case it is a pipe.
After that the optimizer exits.
.IP ms_opt
The do not optimize flag is set.
Acts just like -n on the command line.
.IP ms_emx
The word- and pointersize are read,
complain if we are not able to handle this.
.IP ms_reg
We take notice of the offset of this local.
See also comments in the description of peephole.c
.RE
.IP pro
A new procedure starts, if we are already in one save the status,
else process collected input.
Collect information about this procedure and if already in a procedure
call getlines() recursively.
.IP end
Process collected input.
.PP
The phrase "process collected input" is used twice,
which brings us to
.NH 3
process.c
.PP
This module contains the entry point process() which is called at any
time the collected input must be processed.
It calls a variety of other routines to get the real work done.
Routines in this module are in chronological order:
.IP symknown 12
Marks all symbols seen until now as known,
i.e. it is now known whether their scope is local or global.
This information is used again during output.
.IP symvalue
Runs through the chain of pseudos to give values to data labels.
This needs an extra pass.
It cannot be done during the getlines pass, since an
.B exc
pseudo could destroy things.
Nor can it be done during the backward pass since it is impossible
to do good fragment numbering backward.
.IP checklocs
Checks whether all local labels referenced are defined.
It needs to be sure about this since otherwise the
semi global optimizations made cannot work.
.IP relabel
This routine finds the final destination for each label in the procedure.
Labels followed by unconditional branches or other labels are marked during
the peephole fase and this leeds to chains of identical labels.
These chains are followed here, and in the local label table each label
has associated with it its replacement label, after this procedure is run.
Care is taken in this routine to prevent a loop in the program to
cause the optimizer to loop.
.IP cleanlocals
This routine empties the local label table after everything
is processed.
.PP
But before this can all be done,
the backward linked list of instructions first has to be reversed,
so here comes
.NH 3
backward.c
.PP
The routine backward has a number of functions:
.IP -
It reverses the backward linked list, making two forward linked lists,
one for the instructions and one for the pseudos.
.IP -
It notes the last occurrence of data labels in the backward linked list
and puts it in the global symbol table.
This is of course the first occurence in the procedure.
This information is needed to decide whether the symbols are global
or local to this module.
.IP -
It decides about the fragment boundaries of data blocks.
Fragments are numbered backwards starting at 3.
This is done to be able to make the type of an expression
containing a symbol equal to its fragment.
This type can then not clash with the types integer and local label.
.IP -
It allocates a rom buffer to every data label with a rom behind
it, if that rom contains only plain integers at the start.
.PP
The first thing done after process() has called backward() and some
of its own little routines is a call to the real routine,
the one that does the work the program was written for
.NH 3
peephole.c
.PP
The first routines in peephole.c
implement a linked list for the offsets of local variables
that are candidates for a register implementation.
Several patterns use the notreg() function,
since it is forbidden to combine a load of that variable
with the load of another and
it is not allowed to take the address of that variable.
.PP
The routine peephole hashes the patterns the first time it is called
after which it doesn't do much more than calling optimize.
But first hashpatterns().
.PP
The patterns are hashed at run time of the optimizer because of
the
.B LLP ,
.B LEP ,
.B SLP
and
.B SEP
instructions added to the instruction set in this optimizer.
These are first replaced everywhere in the table by the correct
replacement after which the first three instructions of the
pattern are hashed and the pattern is linked into one of the
256 linked lists.
There is a define CHK_HASH in this module that you
can set if you do not trust the randomness of the hashing
function.
.PP
The attention now shifts to optimize().
This routine calls basicblock() for every piece of code between two labels.
It also notes which labels have another label or a branch behind them
so the relabel() routine from process.c can do something with that.
.PP
Basicblock() keeps making passes over its basic block
until no more optimizations are found.
This might be inefficient if there is a long basicblock with some
deep recursive optimization in one part of it.
The entire basic block is then scanned a lot of times just for
that one piece.
The alternative is backing up after making an optimization and running
through the same code again, but that is difficult
in a single linked list.
.PP
It hashes instructions and calls trypat() for every pattern that has
a full hash value match,
i.e. lower byte and upper byte equal.
Longest pattern is tried first.
.PP
Trypat() checks length and opcodes of the pattern.
If correct it fills the iargs[] array with argument values
and calculates the expression.
If that is also correct the work shifts to tryrepl().
.PP
Tryrepl() generates the list of replacement instructions,
links it into the list and returns true.
Why then the name tryrepl() if it always succeeds?
Well, there is a mechanism in the optimizer,
unused until today that makes it possible to do optimizations that cannot
be described by the table.
It is possible to give a number as a replacement which will cause the
optimizer to call a routine special() to do some work.
This routine might decide not to do an optimization and return false.
.PP
The last routine that is called from process() is putline()
to write the optimized code, bringing us to
.NH 3
putline.c
.PP
The major part of putline.c is the standard set of routines
that makes EM compact code.
The extra functions performed are:
.IP -
For every occurence of a global symbol it might be necessary to
output a
.B exa ,
.B exp ,
.B ina
or
.B inp
pseudo instruction.
That task is performed.
.IP -
The
.B lin
instructions are optimized here,
.B lni
instructions added for
.B lin
instructions and superfluous
.B lin
instructions deleted.

View File

@@ -1,133 +0,0 @@
.\" $Header$
.TL
Addition of register variables to an existing table.
.NH 1
Introduction
.PP
This is a short description of the newest feature in the
table driven code generator for the Amsterdam Compiler Kit.
It describes how to add register variables to an existing table.
This assumes you have the distribution of October 1983 or later.
It is not clear whether you should read this when starting with
a table for a new machine,
or whether you should wait till the table is well debugged already.
.NH 1
Modifications to the table itself.
.NH 2
Register section
.PP
You can add just before the properties of the register one
of the following:
.IP - 2
regvar
.IP -
regvar ( pointer )
.IP -
regvar ( loop )
.IP -
regvar ( float )
.LP
All register variables of one type must be of the same size,
and they may have no subregisters.
.NH 2
Codesection
.PP
.IP - 2
Two pseudo functions are added to the list allowed inside expressions:
.RS
.IP 1) 3
inreg ( expr ) has as a parameter the offset of a local,
and returns 0,1 or 2:
.RS
.IP 2: 3
if the variable is in a register.
.IP 1:
if the variable could be in a register but isn't.
.IP 0:
if the variable cannot be in a register.
.RE
.IP 2)
regvar ( expr ) returns the register associated with the variable.
Undefined if it is not in a register.
So regvar ( expr ) is defined if and only if inreg (expr ) == 2.
.RE
.IP -
It is now possible to remove() a register expression,
this is of course needed for a store into a register local.
.IP -
The return out of a procedure may now involve register restores,
so the special word 'return' in the table will invoke a user defined
function.
.NH 1
Modifications to mach.c
.PP
If register variables are used in a table, the program
.I cgg
will define the word REGVARS during compilation of the sources.
So the following functions described here should be bracketed
by #ifdef REGVARS and #endif.
.IP - 2
regscore(off,size,typ,freq,totyp) long off;
.br
This function should assign a score to a register variable,
the score should preferably be the estimated number of bytes
gained when it is put in a register.
Off and size are the offset and size of the variable,
typ is the type, that is reg_any, reg_pointer, reg_loop or reg_float.
Freq is the number of times it occurs statically, and totyp
is the type of the register it is planned to go into.
.br
Keep in mind that the gain should be net, that is the cost for
register save/restore sequences and the cost of initialisation
in the case of parameters should already be included.
.IP -
i_regsave()
.br
This function is called at the start of a procedure, just before
register saves are done.
It can be used to initialise some variables if needed.
.IP -
f_regsave()
.br
This function is called at end of the register save sequence.
It can be used to do the real saving if multiple register move
instructions are available.
.IP -
regsave(regstr,off,size) char *regstr; long off;
.br
Should either do the real saving or set up a table to have
it done by f_regsave.
Note that initialisation of parameters should also be done,
or planned here.
.IP -
regreturn()
.br
Should restore saved registers and return.
The function result is already in the function return area by now.
.NH 1
Examples
.PP
Here are some examples out of the PDP 11 table
.DS
lol inreg($1)==2| | | regvar($1) | |
lil inreg($1)==2| | | {regdef2, regvar($1)} | |
stl inreg($1)==2| xsource2 |
remove(regvar($1))
move(%[1],regvar($1)) | | |
inl inreg($1)==2| | remove(regvar($1))
"inc %(regvar($1)%)"
setcc(regvar($1)) | | |
.DE
.NH 1
Afterthoughts.
.PP
At the time of this writing the tables for the PDP 11 and the M68000 and
the VAX are converted, in all cases the two byte wordsize versions.
No big problems have occurred, but experience has shown that it is
necessary to check your table carefully for all patterns with locals in them
because if you forget one code will be generated by that one coderule
to use the memoryslot the local is not in.

View File

@@ -1,897 +0,0 @@
.\" $Header$
.RP
.ND
.nr LL 78m
.tr ~
.ds as *
.TL
A Practical Tool Kit for Making Portable Compilers
.AU
Andrew S. Tanenbaum
Hans van Staveren
E. G. Keizer
Johan W. Stevenson
.AI
Mathematics Dept.
Vrije Universiteit
Amsterdam, The Netherlands
.AB
The Amsterdam Compiler Kit is an integrated collection of programs designed to
simplify the task of producing portable (cross) compilers and interpreters.
For each language to be compiled, a program (called a front end)
must be written to
translate the source program into a common intermediate code.
This intermediate code can be optimized and then either directly interpreted
or translated to the assembly language of the desired target machine.
The paper describes the various pieces of the tool kit in some detail, as well
as discussing the overall strategy.
.sp
Keywords: Compiler, Interpreter, Portability, Translator
.sp
CR Categories: 4.12, 4.13, 4.22
.sp 12
Author's present addresses:
A.S. Tanenbaum, H. van Staveren, E.G. Keizer: Mathematics
Dept., Vrije Universiteit, Postbus 7161, 1007 MC Amsterdam,
The Netherlands
J.W. Stevenson: NV Philips, S&I, T&M, Building TQ V5, Eindhoven,
The Netherlands
.AE
.NH 1
Introduction
.PP
As more and more organizations acquire many micro- and minicomputers,
the need for portable compilers is becoming more and more acute.
The present situation, in which each hardware vendor provides its own
compilers -- each with its own deficiencies and extensions, and none of them
compatible -- leaves much to be desired.
The ideal situation would be an integrated system containing a family
of (cross) compilers, each compiler accepting a standard source language and
producing code for a wide variety of target machines.
Furthermore, the compilers should be compatible, so programs written in
one language can call procedures written in another language.
Finally, the system should be designed so as to make adding new languages
and new machines easy.
Such an integrated system is being built at the Vrije Universiteit.
Its design and implementation is the subject of this article.
.PP
Our compiler building system, which is called the "Amsterdam Compiler Kit"
(ACK), can be thought of as a "tool kit."
It consists of a number of parts that can be combined to form compilers
(and interpreters) with various properties.
The tool kit is based on an idea (UNCOL) that was first suggested in 1960
[7], but which never really caught on then.
The problem which UNCOL attempts to solve is how to make a compiler for
each of
.I N
languages on
.I M
different machines without having to write
.I N
x
.I M
programs.
.PP
As shown in Fig. 1, the UNCOL approach is to write
.I N
"front ends," each
of which translates one source language to a common intermediate language,
UNCOL (UNiversal Computer Oriented Language), and
.I M
"back ends," each
of which translates programs in UNCOL to a specific machine language.
Under these conditions, only
.I N
+
.I M
programs must be written to provide all
.I N
languages on all
.I M
machines, instead of
.I N
x
.I M
programs.
.PP
Various researchers have attempted to design a suitable UNCOL
[2,8], but none of these have become popular.
It is our belief that previous attempts have failed because they have been
too ambitious, that is, they have tried to cover all languages
and all machines using a single UNCOL.
Our approach is more modest: we cater only to algebraic languages
and machines whose memory consists of 8-bit bytes, each with its own address.
Typical languages that could be handled include
Ada, ALGOL 60, ALGOL 68, BASIC, C, FORTRAN,
Modula, Pascal, PL/I, PL/M, PLAIN, and RATFOR,
whereas COBOL, LISP, and SNOBOL would be less efficient.
Examples of machines that could be included are the Intel 8080 and 8086,
Motorola 6800, 6809, and 68000, Zilog Z80 and Z8000, DEC PDP-11 and VAX,
and IBM 370 but not the Burroughs 6700, CDC Cyber, or Univac 1108 (because
they are not byte-oriented).
With these restrictions, we believe the old UNCOL idea can be used as the
basis of a practical compiler-building system.
.KF
.sp 15P
.ce 1
Fig. 1. The UNCOL model.
.sp
.KE
.NH 1
An Overview of the Amsterdam Compiler Kit
.PP
The tool kit consists of eight components:
.sp
1. The preprocessor.
2. The front ends.
3. The peephole optimizer.
4. The global optimizer.
5. The back end.
6. The target machine optimizer.
7. The universal assembler/linker.
8. The utility package.
.sp
.PP
A fully optimizing compiler,
depicted in Fig. 2, has seven cascaded phases.
Conceptually, each component reads an input file and writes a
transformed output file to be used as input to the next component.
In practice, some components may use temporary files to allow multiple
passes over the input or internal intermediate files.
.KF
.sp 12P
.ce 1
Fig. 2. Structure of the Amsterdam Compiler Kit.
.sp
.KE
.PP
In the following paragraphs we will briefly describe each component.
After this overview, we will look at all of them again in more detail.
A program to be compiled is first fed into the (language independent)
preprocessor, which provides a simple macro facility,
and similar textual facilties.
The preprocessor's output is a legal program in one of the programming
languages supported, whereas the input is a program possibly augmented
with macros, etc.
.PP
This output goes into the appropriate front end, whose job it is to
produce intermediate code.
This intermediate code (our UNCOL) is the machine language for a simple
stack machine called EM (Encoding Machine).
A typical front end might build a parse tree from the input, and then
use the parse tree to generate EM code, which is similar to reverse Polish.
In order to perform this work, the front end has to maintain tables of
declared variables, labels, etc., determine where to place the
data structures in memory, and so on.
.PP
The EM code generated by the front end is fed into the peephole optimizer,
which scans it with a window of a few instructions, replacing certain
inefficient code sequences by better ones.
Such a search is important because EM contains instructions to handle
numerous important special cases efficiently
(e.g., incrementing a variable by 1).
It is our strategy to relieve the front ends of the burden of hunting for
special cases because there are many front ends and only one peephole
optimizer.
By handling the special cases in the peephole optimizer,
the front ends become simpler, easier to write and easier to maintain.
.PP
Following the peephole optimizer is a global optimizer [5], which
unlike the peephole optimizer, examines the program as a whole.
It builds a data flow graph to make possible a variety of
global optimizations,
among them, moving invariant code out of loops, avoiding redundant
computations, live/dead analysis and eliminating tail recursion.
Note that the output of the global optimizer is still EM code.
.PP
Next comes the back end, which differs from the front ends in a
fundamental way.
Each front end is a separate program, whereas the back end is a single
program that is driven by a machine dependent driving table.
The driving table for a specific machine tells how the EM code is mapped
onto the machine's assembly language.
Although a simple driving table might just macro expand each EM instruction
into a sequence of target machine instructions, a much more sophisticated
translation strategy is normally used, as described later.
For speed, the back end does not actually read in the driving table at run time.
Instead, the tables are compiled along with the back end in advance, resulting
in one binary program per machine.
.PP
The output of the back end is a program in the assembly language of some
particular machine.
The next component in the pipeline reads this program and performs peephole
optimization on it.
The optimizations performed here involve idiosyncracies
of the target machine that cannot be performed in the machine-independent
EM-to-EM peephole optimizer.
Typically these optimizations take advantage of special instructions or special
addressing modes.
.PP
The optimized target machine assembly code then goes into the final
component in the pipeline, the universal assembler/linker.
This program assembles the input to object format, extracting routines from
libraries and including them as needed.
.PP
The final component of the tool kit is the utility package, which contains
various test programs, interpreters for EM code,
EM libraries, conversion programs, and other aids for the implementer and
user.
.NH 1
The Preprocessor
.PP
The function of the preprocessor is to extend all the programming languages
by adding certain generally useful facilities to them in a uniform way.
One of these is a simple macro system, in which the user can give names to
character strings.
The names can be used in the program, with the knowledge that they will be
macro expanded prior to being input to the front end.
Macros can be used for named constants, expanding short "procedures"
in line, etc.
.PP
Another useful facility provided by the preprocessor is the ability to
include compile-time libraries.
On large projects, it is common to have all the declarations and definitions
gathered together in a few files that are textually included in the programs
by instructing the preprocessor to read them in, thus fooling the front end
into thinking that they were part of the source program.
.PP
A third feature of the preprocessor is conditional compilation.
The input program can be split up into labeled sections.
By setting flags, some of the sections can be deleted by the preprocessor,
thus allowing a family of slightly different programs to be conveniently stored
on a single file.
.NH 1
The Front Ends
.PP
A front end is a program that converts input in some source language to a
program in EM.
At present, front ends
exist or are in preparation for Pascal, C, and Plain, and are being considered
for Ada, ALGOL 68, FORTRAN 77, and Modula 2.
Each of the present front ends is independent of all the other ones,
although a general-purpose, table-driven front end is conceivable, provided
one can devise a way to express the semantics of the source language in the
driving tables.
The Pascal front end uses a top-down parsing algorithm (recursive descent),
whereas the C and Plain front ends are bottom-up.
.PP
All front ends, independent of the language being compiled,
produce a common intermediate code called EM, which is
the assembly language for a simple stack machine.
The EM machine is based on a memory architecture
containing a stack for local variables, a (static) data area for variables
declared in the outermost block and global to the whole program, and a heap
for dynamic data structures.
In some ways EM resembles P-code [6], but is more general, since it is
intended for a wider class of languages than just Pascal.
.PP
The EM instruction set has been described elsewhere
[9,10,11]
so we will only briefly summarize it here.
Instructions exist to:
.sp
1. Load a variable or constant of some length onto the stack.
2. Store the top item on the stack in memory.
3. Add, subtract, multiply, divide, etc. the top two stack items.
4. Examine the top one or two stack items and branch conditionally.
5. Call procedures and return from them.
.sp
.PP
Loads and stores come in several variations, corresponding to the most common
programming language semantics, for example, constants, simple variables,
fields of a record, elements of an array, and so on.
Distinctions are also made between variables local to the current block
(i.e., stack frame), those in the outermost block (static storage), and those
at intermediate lexicographic levels, which are accessed by following the
static chain at run time.
.PP
All arithmetic instructions have a type (integer, unsigned, real,
pointer, or set) and an
operand length, which may either be explicit or may be popped from the stack
at run time.
Monadic branch instructions pop an item from the stack and branch if it is
less than zero, less than or equal to zero, etc.
Dyadic branch instructions pop two items, compare them, and branch accordingly.
.PP
In addition to these basic EM instructions, there is a collection of special
purpose instructions (e.g., to increment a local variable), which are typically
produced from the simple ones by the peephole optimizer.
Although the complete EM instruction set contains nearly 150 instructions,
only about 60 of them are really primitive; the rest are simply abbreviations
for commonly occurring EM instruction sequences.
.PP
Of particular interest is the way object sizes are parametrized.
The front ends allow the user to indicate how many bytes an integer, real, etc.
should occupy.
Given this information, the front ends can allocate memory, determining
the placement of variables within the stack frame.
Sizes for primitive types are restricted to 8, 16, 32, 64, etc. bits.
The front ends are also parametrized by the target machine's word length
and address size so they can tell, for example, how many "load" instructions
to generate to move a 32-bit integer.
In the examples used henceforth,
we will assume a 16-bit word size and 16-bit integers.
.PP
Since only byte-addressable target machines are permitted,
it is nearly
always possible to implement any requested sizes on any target machine.
For example, the designer of the back end tables for the Z80 should provide
code for 8-, 16-, and 32-bit arithmetic.
In our view, the Pascal, C, or Plain programmer specifies what lengths
are needed,
without reference to the target machine,
and the back end provides it.
This approach greatly enhances portability.
While it is true that doing all arithmetic using 32-bit integers on the Z80
will not be terribly fast, we feel that if that is what the programmer needs,
it should be possible to implement it.
.PP
Like all assembly languages, EM has not only machine instructions, but also
pseudoinstructions.
These are used to indicate the start and end of each procedure, allocate
and initialize storage for data, and similar functions.
One particularly important pseudoinstruction is the one that is used to
transmit information to the back end for optimization purposes.
It can be used to suggest variables that are good candidates to assign to
registers, delimit the scope of loops, indicate that certain variables
contain a useful value (next operation is a load) or not (next operation is
a store), and various other things.
.NH 1
The Peephole Optimizer
.PP
The peephole optimizer reads in unoptimized EM programs and writes out
optimized ones.
Both the input and output are expressed in a highly compact code, rather than
in ASCII, to reduce the i/o time, which would otherwise dominate the CPU
time.
The program itself is table driven, and is, by and large, ignorant of the
semantics of EM.
The knowledge of EM is contained in a
language- and machine-independent table consisting of about 400
pattern-replacement pairs.
We will briefly describe the kinds of optimizations it performs below;
a more complete discussion can be found in [9].
.PP
Each line in the driving table describes one optimization, consisting of a
pattern part and a replacement part.
The pattern part is a series of one or more EM instructions and a boolean
expression.
The replacement part is a series of EM instructions with operands.
A typical optimization might be:
.sp
LOL LOC ADI STL ($1 = $4) and ($2 = 1) and ($3 = 2) ==> INL $1
.sp
where the text prior to the ==> symbol is the pattern and the text after it is
the replacement.
LOL loads a local variable onto the stack, LOC loads a constant onto the stack,
ADI is integer addition, and STL is store local.
The pattern specifies that four consecutive EM instructions are present, with
the indicated opcodes, and that furthermore the operand of the first
instruction (denoted by $1) and the fourth instruction (denoted by $4) are the
same, the constant pushed by LOC is 1, and the size of the integers added by
ADI is 2 bytes.
(EM instructions have at most one operand, so it is not necessary to specify
the operand number.)
Under these conditions, the four instructions can be replaced by a single INL
(increment local) instruction whose operand is equal to that of LOL.
.PP
Although the optimizations cover a wide range, the main ones
can be roughly divided into the following categories.
\fIConstant folding\fR
is used to evaluate constant expressions, such as 2*3~+~7 at
compile time instead of run time.
\fIStrength reduction\fR
is used to replace one operation, such as multiply, by
another, such as shift.
\fIReordering of expressions\fR
helps in cases like -K/5, which can be better
evaluated as K/-5, because the former requires
a division and a negation, whereas the latter requires only a division.
\fINull instructions\fR
include resetting the stack pointer after a call with 0 parameters,
offsetting zero bytes to access the
first element of a record, or jumping to the next instruction.
\fISpecial instructions\fR
are those like INL, which deal with common special cases
such as adding one to a variable or comparing something to zero.
\fIGroup moves\fR
are useful because a sequence
of consecutive moves can often be replaced with EM code
that allows the back end to generate a loop instead of in line code.
\fIDead code elimination\fR
is a technique for removing unreachable statements, possibly made unreachable
by previous optimizations.
\fIBranch chain compression\fR
can be applied when a branch instruction jumps to another branch instruction.
The first branch can jump directly to the final destination instead of
indirectly.
.PP
The last two optimizations logically belong in the global optimizer but are
in the local optimizer for historical reasons (meaning that the local
optimizer has been the only optimizer for many years and the optimizations were
easy to do there).
.NH 1
The Global Optimizer
.PP
In contrast to the peephole optimizer, which examines the EM code a few lines
at a time through a small window, the global optimizer examines the
program's large scale structure.
Three distinct types of optimizations can be found here:
.sp
1. Interprocedural optimizations.
2. Intraprocedural optimizations.
3. Basic block optimizations.
.sp
We will now look at each of these in turn.
.PP
Interprocedural optimizations are those spanning procedure boundaries.
The most important one is deciding to expand procedures in line,
especially short procedures that occur in loops and pass several parameters.
If it takes more time or memory to pass the parameters than to do the work,
the program can be improved by eliminating the procedure.
The inverse optimization -- discovering long common code sequences and
turning them into a procedure -- is also possible, but much more difficult.
Like much of the global optimizer's work, the decision to make or not make
a certain program transformation is a heuristic one, based on knowledge of
how the back end works, how most target machines are organized, etc.
.PP
The heart of the global optimizer is its analysis of individual
procedures.
To perform this analysis, the optimizer must locate the basic blocks,
instruction sequences which can be entered only at the top and exited
only at the bottom.
It then constructs a data flow graph, with the basic blocks as nodes and
jumps between blocks as arcs.
.PP
From the data flow graph, many important properties of the program can be
discovered and exploited.
Chief among these is the presence of loops, indicated by cycles in the graph.
One important optimization is looking for code that can be moved outside the
loop, either prior to it or subsequent to it.
Such code motion saves execution time, although it does not save memory.
Unrolling loops is also possible and desirable in some cases.
.PP
Another area in which global analysis of loops is especially important is
in register allocation.
While it is true that EM does not have any registers to allocate,
the optimizer can easily collect information to allow the
back end to allocate registers wisely.
For example, the global optimizer can collect static frequency-of-use
and live/dead information about variables.
(A variable is dead at some point in the program if its current value is
not needed, i.e., the next reference to it overwrites it rather than
reading it; if the current value will eventually be used, the variable is
live.)
If two variables are never simultaneously live over some interval of code
(e.g., the body of a loop), they can be packed into a single variable,
which, if used often enough, may warrant being assigned to a register.
.PP
Many loops involve arrays: this leads to other optimizations.
If an array is accessed sequentially, with each iteration using the next
higher numbered element, code improvement is often possible.
Typically, a pointer to the bottom element of each array can be set up
prior to the loop.
Within the loop the element is accessed indirectly via the pointer, which is
also incremented by the element size on each iteration.
If the target machine has an autoincrement addressing mode and the pointer
is assigned to a register, an array access can often be done in a single
instruction.
.PP
Other intraprocedural optimizations include removing tail recursion
(last statement is a recursive call to the procedure itself),
topologically sorting the basic blocks to minimize the number of branch
instructions, and common subexpression recognition.
.PP
The third general class of optimizations done by the global optimizer is
improving the structure of a basic block.
For the most part these involve transforming arithmetic or boolean
expressions into forms that are likely to result in better target code.
As a simple example, A~+~B*C can be converted to B*C~+~A.
The latter can often
be handled by loading B into a register, multiplying the register by C, and
then adding in A, whereas the former may involve first putting A into a
temporary, depending on the details of the code generation table.
Another example of this kind of basic block optimization is transforming
-B~+~A~<~0 into the equivalent, but simpler, A~<~B.
.NH 1
The Back End
.PP
The back end reads a stream of EM instructions and generates assembly code
for the target machine.
Although the algorithm itself is machine independent, for each target
machine a machine dependent driving table must be supplied.
The driving table effectively defines the mapping of EM code to target code.
.PP
It will be convenient to think of the EM instructions being read as a
stream of tokens.
For didactic purposes, we will concentrate on two kinds of tokens:
those that load something onto the stack, and those that perform some operation
on the top one or two values on the stack.
The back end maintains at compile time a simulated stack whose behavior
mirrors what the stack of a hardware EM machine would do at run time.
If the current input token is a load instruction, a new entry is pushed onto
the simulated stack.
.PP
Consider, as an example, the EM code produced for the statement K~:=~I~+~7.
If K and I are
2-byte local variables, it will normally be LOL I; LOC 7; ADI~2; STL K.
Initially the simulated stack is empty.
After the first token has been read and processed, the simulated stack will
contain a stack token of type MEM with attributes telling that it is a local,
giving its address, etc.
After the second token has been read and processed, the top two tokens on the
simulated stack will be CON (constant) on top and MEM directly underneath it.
.PP
At this point the back end reads the ADI~2 token and
looks in the driving table to find a line or lines that define the
action to be taken for ADI~2.
For a typical multiregister machine, instructions will exist to add constants
to registers, but not to memory.
Consequently, the driving table will not contain an entry for ADI~2 with stack
configuration CON, MEM.
.PP
The back end is now faced with the problem of how to get from its
current stack configuration, CON, MEM, which is not listed, to one that is
listed.
The table will normally contain rules (which we call "coercions")
for converting between CON, REG, MEM, and similar tokens.
Therefore the back end attempts to "coerce" the stack into a configuration
that
.I is
present in the table.
A typical coercion rule might tell how to convert a MEM into
a REG, namely by performing the actions of allocating a
register and emitting code to move the memory word to that register.
Having transformed the compile-time stack into a configuration allowed for
ADI~2, the rule can be carried out.
A typical rule
for ADI~2 might have stack configuration REG, MEM
and would emit code to add the MEM to the REG, leaving the stack
with a single REG token instead of the REG and MEM tokens present before the
ADI~2.
.PP
In general, there will be more than one possible coercion path.
Assuming reasonable coercion rules for our example,
we might be able to convert
CON MEM into CON REG by loading the variable I into a register.
Alternatively, we could coerce CON to REG by loading the constant into a register.
The first coercion path does the add by first loading I into a register and
then adding 7 to it.
The second path first loads 7 into a register and then adds I to it.
On machines with a fast LOAD IMMEDIATE instruction for small constants
but no fast ADD IMMEDIATE, or vice
versa, one code sequence will be preferable to the other.
.PP
In fact, we actually have more choices than suggested above.
In both coercion paths a register must be allocated.
On many machines, not every register can be used in every operation, so the
choice may be important.
On some machines, for example, the operand of a multiply must be in an odd
register.
To summarize, from any state (i.e., token and stack configuration), a
variety of choices can be made, leading to a variety of different target
code sequences.
.PP
To decide which of the various code sequences to emit, the back end must have
some information about the time and memory cost of each one.
To provide this information, each rule in the driving table, including
coercions, specifies both the time and memory cost of the code emitted when
the rule is applied.
The back end can then simply try each of the legal possibilities (including all
the possible register allocations) to find the cheapest one.
.PP
This situation is similar to that found in a chess or other game-playing
program, in which from any state a finite number of moves can be made.
Just as in a chess program, the back end can look at all the "moves" that can
be made from each state reachable from the original state, and thus find the
sequence that gives the minimum cost to a depth of one.
More generally, the back end can evaluate all paths corresponding to accepting
the next
.I N
input tokens, find the cheapest one, and then make the first move along
that path, precisely the way a chess program would.
.PP
Since the back end is analogous to both a parser and a chess playing program,
some clarifying remarks may be helpful.
First, chess programs and the back end must do some look ahead, whereas the
parser for a well-designed grammar can usually suffice with one input token
because grammars are supposed to be unambiguous.
In contrast, many legal mappings
from a sequence of EM instructions to target code may exist.
Second, like a parser but unlike a chess program, the back end has perfect
information -- it does not have to contend with an unpredictable opponent's
moves.
Third, chess programs normally make a static evaluation of the board and
label the
.I nodes
of the tree with the resulting scores.
The back end, in contrast, associates costs with
.I arcs
(moves) rather than nodes (states).
However, the difference is not essential, since it could
also label each node with the cumulative cost from the root to that node.
.PP
As mentioned above, the cost field in the table contains
.I both
the time and memory costs for the code emitted.
It should be clear that the back end could use either one
or some linear combination of them as the scoring function for evaluating moves.
A user can instruct the compiler to optimize for time or for memory or
for, say, 0.3 x time + 0.7 x memory.
Thus the same compiler can provide a wide range of performance options to
the user.
The writer of the back end table can take advantage of this flexibility by
providing several code sequences with different tradeoffs for each EM
instruction (e.g., in line code vs. call to a run time routine).
.PP
In addition to the time-space tradeoffs, by specifying the depth of search
parameter,
.I N ,
the user can effectively also tradeoff compile time vs. object
code quality, for whatever code metric has been chosen.
In summary, by combining the properties of a parser and a game playing program,
it is possible to make a code generator that is table driven,
highly flexible, and has the ability to produce good code from a
stack machine intermediate code.
.NH 1
The Target Machine Optimizer
.PP
In the model of Fig 2., the peephole optimizer comes before the global
optimizer.
It may happen that the code produced by the global optimizer can also
be improved by another round of peephole optimization.
Conceivably, the system could have been designed to iterate peephole and
global optimizations until no more of either could be performed.
.PP
However, both of these optimizations are done on the machine independent
EM code.
Neither is able to take advantage of the peculiarities and idiosyncracies with
which most target machines are well endowed.
It is the function of the final
optimizer to do any (peephole) optimizations that still remain.
.PP
The algorithm used here is the same as in the EM peephole optimizer.
In fact, if it were not for the differences between EM syntax, which is
very restricted, and target assembly language syntax,
which is less so, precisely the same program could be used for both.
Nevertheless, the same ideas apply concerning patterns and replacements, so
our discussion of this optimizer will be restricted to one example.
.PP
To see what the target optimizer might do, consider the
PDP-11 instruction sequence sub #2,r0; mov (r0),x.
First 2 is subtracted from register 0, then the word pointed to by it
is moved to x.
The PDP-11 happens to have an addressing mode to perform this sequence in
one instruction: mov -(r0),x.
Although it is conceivable that this instruction could be included in the
back end driving table for the PDP-11, it is awkward to do so because it
can occur in so many contexts.
It is much easier to catch things like this in a separate program.
.NH 1
The Universal Assembler/Linker
.PP
Although assembly languages for different machines may appear very different
at first glance, they have a surprisingly large intersection.
We have been able to construct an assembler/linker that is almost entirely
independent of the assembly language being processed.
To tailor the program to a specific assembly language, it is necessary to
supply a table giving the list of instructions, the bit patterns required for
each one, and the language syntax.
The machine independent part of the assembler/linker is then compiled with the
table to produce an assembler and linker for a particular target machine.
Experience has shown that writing the necessary table for a new machine can be
done in less than a week.
.PP
To enforce a modicum of uniformity, we have chosen to use a common set of
pseudoinstructions for all target machines.
They are used to initialize memory, allocate uninitialized memory, determine the
current segment, and similar functions found in most assemblers.
.PP
The assembler is also a linker.
After assembling a program, it checks to see if there are any
unsatisfied external references.
If so, it begins reading the libraries to find the necessary routines, including
them in the object file as it finds them.
This approach requires libraries to be maintained in assembly language form,
but eliminates the need for inventing a language to express relocatable
object programs in a machine independent way.
It also simplifies the assembler, since producing absolute object code is
easier than producing relocatable object code.
Finally, although assembly language libraries may be somewhat larger than
relocatable object module libraries, the loss in speed due to having more
input may be more than compensated for by not having to pass an intermediate
file between the assembler and linker.
.NH 1
The Utility Package
.PP
The utility package is a collection of programs designed to aid the
implementers of new front ends or new back ends.
The most useful ones are the test programs.
For example, one test set, EMTEST, systematically checks out a back end by
executing an ever larger subset of the EM instructions.
It starts out by testing LOC, LOL and a few of the other essential instructions.
If these appear to work, it then tries out new instructions one at a time,
adding them to the set of instructions "known" to work as they pass the tests.
.PP
Each instruction is tested with a variety of operands chosen from values
where problems can be expected.
For example, on target machines which have 16-bit index registers but only
allow 8-bit displacements, a fundamentally different algorithm may be needed
for accessing
the first few bytes of local variables and those with offsets of thousands.
The test programs have been carefully designed to thoroughly test all relevant
cases.
.PP
In addition to EMTEST, test programs in Pascal, C, and other languages are also
available.
A typical test is:
.sp
i := 9; \fBif\fP i + 250 <> 259 \fBthen\fP error(16);
.sp
Like EMTEST, the other test programs systematically exercise all features of the
language being tested, and do so in a way that makes it possible to pinpoint
errors precisely.
While it has been said that testing can only demonstrate the presence of errors
and not their absence, our experience is that
the test programs have been invaluable in debugging new parts of the system
quickly.
.PP
Other utilities include programs to convert
the highly compact EM code produced by front ends to ASCII and vice versa,
programs to build various internal tables from human writable input formats,
a variety of libraries written in or compiled to EM to make them portable,
an EM assembler, and EM interpreters for various machines.
.PP
Interpreting the EM code instead of translating it to target machine language
is useful for several reasons.
First, the interpreters provide extensive run time diagnostics including
an option to list the original source program (in Pascal, C, etc.) with the
execution frequency or execution time for each source line printed in the
left margin.
Second, since an EM program is typically about one-third the size of a
compiled program, large programs can be executed on small machines.
Third, running the EM code directly makes it easier to pinpoint errors in
the EM output of front ends still being debugged.
.NH 1
Summary and Conclusions
.PP
The Amsterdam Compiler Kit is a tool kit for building
portable (cross) compilers and interpreters.
The main pieces of the kit are the front ends, which convert source programs
to EM code, optimizers, which improve the EM code, and back ends, which convert
the EM code to target assembly language.
The kit is highly modular, so writing one front end
(and its associated runtime routines)
is sufficient to implement
a new language on a dozen or more machines, and writing one back end table
and one universal assembler/linker table is all that is needed to bring up all
the previously implemented languages on a new machine.
In this manner, the contents, and hopefully the usefulness, of the toolkit
will increase in time.
.PP
We believe the principal lesson to be learned from our work is that the old
UNCOL idea is basically a sound way to produce compilers, provided suitable
restrictions are placed on the source languages and target machines.
We also believe that although compilers produced by this technology may not
be equal to the very best handcrafted compilers,
in terms of object code quality, they are certainly
competitive with many existing compilers.
However, when one factors in the cost of producing the compiler,
the possible slight loss in performance may be more than compensated for by the
large decrease in production cost.
As a consequence of our work and similar work by other researchers [1,3,4],
we expect integrated compiler building kits to become increasingly popular
in the near future.
.PP
The toolkit is now available for various computers running the
.UX
operating system.
For information, contact the authors.
.NH 1
References
.LP
.nr r 0 1
.in +4
.ti -4
\fB~\n+r.\fR Graham, S.L.
Table-Driven Code Generation.
.I "Computer~13" ,
8 (August 1980), 25-34.
.PP
A discussion of systematic ways to do code generation,
in particular, the idea of having a table with templates that match parts of
the parse tree and convert them into machine instructions.
.sp 2
.ti -4
\fB~\n+r.\fR Haddon, B.K., and Waite, W.M.
Experience with the Universal Intermediate Language Janus.
.I "Software Practice & Experience~8" ,
5 (Sept.-Oct. 1978), 601-616.
.PP
An intermediate language for use with ALGOL 68, Pascal, etc. is described.
The paper discusses some problems encountered and how they were dealt with.
.sp 2
.ti -4
\fB~\n+r.\fR Johnson, S.C.
A Portable Compiler: Theory and Practice.
.I "Ann. ACM Symp. Prin. Prog. Lang." ,
Jan. 1978.
.PP
A cogent discussion of the portable C compiler.
Particularly interesting are the author's thoughts on the value of
computer science theory.
.sp 2
.ti -4
\fB~\n+r.\fR Leverett, B.W., Cattell, R.G.G, Hobbs, S.O., Newcomer, J.M.,
Reiner, A.H., Schatz, B.R., and Wulf, W.A.
An Overview of the Production-Quality Compiler-Compiler Project.
.I Computer~13 ,
8 (August 1980), 38-49.
.PP
PQCC is a system for building compilers similar in concept but differing in
details from the Amsterdam Compiler Kit.
The paper describes the intermediate representation used and the code generation
strategy.
.sp 2
.ti -4
\fB~\n+r.\fR Lowry, E.S., and Medlock, C.W.
Object Code Optimization.
.I "Commun.~ACM~12",
(Jan. 1969), 13-22.
.PP
A classic paper on global object code optimization.
It covers data flow analysis, common subexpressions, code motion, register
allocation and other techniques.
.sp 2
.ti -4
\fB~\n+r.\fR Nori, K.V., Ammann, U., Jensen, K., Nageli, H.
The Pascal P Compiler Implementation Notes.
Eidgen. Tech. Hochschule, Zurich, 1975.
.PP
A description of the original P-code machine, used to transport the Pascal-P
compiler to new computers.
.sp 2
.ti -4
\fB~\n+r.\fR Steel, T.B., Jr. UNCOL: the Myth and the Fact. in
.I "Ann. Rev. Auto. Prog."
Goodman, R. (ed.), vol 2., (1960), 325-344.
.PP
An introduction to the UNCOL idea by its originator.
.sp 2
.ti -4
\fB~\n+r.\fR Steel, T.B., Jr.
A First Version of UNCOL.
.I "Proc. Western Joint Comp. Conf." ,
(1961), 371-377.
.PP
The first detailed proposal for an UNCOL. By current standards it is a
primitive language, but it is interesting for its historical perspective.
.sp 2
.ti -4
\fB~\n+r.\fR Tanenbaum, A.S., van Staveren, H., and Stevenson, J.W.
Using Peephole Optimization on Intermediate Code.
.I "ACM Trans. Prog. Lang. and Sys. 3" ,
1 (Jan. 1982) pp. 21-36.
.PP
A detailed description of a table-driven peephole optimizer.
The driving table provides a list of patterns to match as well as the
replacement text to use for each successful match.
.sp 2
.ti -4
\fB\n+r.\fR Tanenbaum, A.S., Stevenson, J.W., Keizer, E.G., and van Staveren, H.
Description of an Experimental Machine Architecture for use with Block
Structured Languages.
Informatica Rapport 81, Vrije Universiteit, Amsterdam, 1983.
.PP
The defining document for EM.
.sp 2
.ti -4
\fB\n+r.\fR Tanenbaum, A.S.
Implications of Structured Programming for Machine Architecture.
.I "Comm. ACM~21" ,
3 (March 1978), 237-246.
.PP
The background and motivation for the design of EM.
This early version emphasized the idea of interpreting the intermediate
code (then called EM-1) rather than compiling it.

View File

@@ -1,303 +0,0 @@
.\" $Header$
.wh 0 hd
.wh 60 fo
.de hd
'sp 5
..
.de fo
'bp
..
.nr e 0 1
.de ER
.br
.ne 20
.sp 2
.in 5
.ti -5
ERROR \\n+e:
..
.de PS
.sp
.nf
.in +5
..
.de PE
.sp
.fi
.in -5
..
.sp 3
.ce
UNIX version 7 bugs
.sp 3
This document describes the UNIX version 7 errors fixed at the
Vrije Universiteit, Amsterdam.
Several of these are discovered at the VU.
Others are quoted from a list of bugs distributed by BellLabs.
.sp
For each error the differences between the original and modified
source files are given,
as well as a test program.
.ER
C optimizer bug for unsigned comparison
.sp
The following C program caused an IOT trap, while it should not
(compile with 'cc -O prog.c'):
.PS
unsigned i = 0;
main() {
register j;
j = -1;
if (i > 40000)
abort();
}
.PE
BellLabs suggests to make the following patch in c21.c:
.PS
/* modified /usr/src/cmd/c/c21.c */
189 if (r==0) {
190 /* next 2 lines replaced as indicated by
191 * Bell Labs bug distribution ( v7optbug )
192 p->back->back->forw = p->forw;
193 p->forw->back = p->back->back;
194 End of lines changed */
195 if (p->forw->op==CBR
196 || p->forw->op==SXT
197 || p->forw->op==CFCC) {
198 p->back->forw = p->forw;
199 p->forw->back = p->back;
200 } else {
201 p->back->back->forw = p->forw;
202 p->forw->back = p->back->back;
203 }
204 /* End of new lines */
205 decref(p->ref);
206 p = p->back->back;
207 nchange++;
208 } else if (r>0) {
.PE
Use the previous program to test before and after the modification.
.ER
The loader fails for large data or text portions
.sp
The loader 'ld' produces a "local symbol botch" error
for the following C program.
.PS
int big1[10000] = {
1
};
int big2[10000] = {
2
};
main() {
printf("loader is fine\\n");
}
.PE
We have made the following fix:
.PS
/* original /usr/src/cmd/ld.c */
113 struct {
114 int fmagic;
115 int tsize;
116 int dsize;
117 int bsize;
118 int ssize;
119 int entry;
120 int pad;
121 int relflg;
122 } filhdr;
/* modified /usr/src/cmd/ld.c */
113 /*
114 * The original Version 7 loader had problems loading large
115 * text or data portions.
116 * Why not include <a.out.h> ???
117 * then they would be declared unsigned
118 */
119 struct {
120 int fmagic;
121 unsigned tsize; /* not int !!! */
122 unsigned dsize; /* not int !!! */
123 unsigned bsize; /* not int !!! */
124 unsigned ssize; /* not int !!! */
125 unsigned entry; /* not int !!! */
126 unsigned pad; /* not int !!! */
127 unsigned relflg; /* not int !!! */
128 } filhdr;
.PE
.ER
Floating point registers
.sp
When a program is swapped to disk if it needs more memory,
then the floating point registers were not saved, so that
it may have different registers when it is restarted.
A small assembly program demonstrates this for the status register.
If the error is not fixed, then the program generates an IOT error.
A "memory fault" is generated if all is fine.
.PS
start: ldfps $7400
1: stfps r0
mov r0,-(sp)
cmp r0,$7400
beq 1b
4
.PE
You have to dig into the kernel to fix it.
The following patch will do:
.PS
/* original /usr/sys/sys/slp.c */
563 a2 = malloc(coremap, newsize);
564 if(a2 == NULL) {
565 xswap(p, 1, n);
566 p->p_flag |= SSWAP;
567 qswtch();
568 /* no return */
569 }
/* modified /usr/sys/sys/slp.c */
590 a2 = malloc(coremap, newsize);
591 if(a2 == NULL) {
592 #ifdef FPBUG
593 /*
594 * copy floating point register and status,
595 * but only if you must switch processes
596 */
597 if(u.u_fpsaved == 0) {
598 savfp(&u.u_fps);
599 u.u_fpsaved = 1;
600 }
601 #endif
602 xswap(p, 1, n);
603 p->p_flag |= SSWAP;
604 qswtch();
605 /* no return */
606 }
.PE
.ER
Floating point registers.
.sp
A similar problem arises when a process forks.
The child will have random floating point registers as is
demonstrated by the following assembly language program.
The child process will die by an IOT trap and the father prints
the message "child failed".
.PS
exit = 1.
fork = 2.
write = 4.
wait = 7.
start: ldfps $7400
sys fork
br child
sys wait
tst r1
bne bad
stfps r2
cmp r2,$7400
beq start
4
child: stfps r2
cmp r2,$7400
beq ex
4
bad: clr r0
sys write;mess;13.
ex: clr r0
sys exit
.data
mess: <child failed\\n>
.PE
The same file slp.c should be patched as follows:
.PS
/* original /usr/sys/sys/slp.c */
499 /*
500 * When the resume is executed for the new process,
501 * here's where it will resume.
502 */
503 if (save(u.u_ssav)) {
504 sureg();
505 return(1);
506 }
507 a2 = malloc(coremap, n);
508 /*
509 * If there is not enough core for the
510 * new process, swap out the current process to generate the
511 * copy.
512 */
/* modified /usr/sys/sys/slp.c */
519 /*
520 * When the resume is executed for the new process,
521 * here's where it will resume.
522 */
523 if (save(u.u_ssav)) {
524 sureg();
525 return(1);
526 }
527 #ifdef FPBUG
528 /* copy the floating point registers and status to child */
529 if(u.u_fpsaved == 0) {
530 savfp(&u.u_fps);
531 u.u_fpsaved = 1;
532 }
533 #endif
534 a2 = malloc(coremap, n);
535 /*
536 * If there is not enough core for the
537 * new process, swap out the current process to generate the
538 * copy.
539 */
.PE
.ER
/usr/src/libc/v6/stat.c
.sp
Some system calls are changed from version 6 to version 7.
A library of system call entries, that make a version 6 UNIX look like
a version 7 system, is provided to enable you to run some
useful version 7 utilities, like 'tar', on UNIX-6.
The entry for 'stat' contained two bugs:
the 24-bit file size was incorrectly converted to 32 bits
(sign extension of bit 15)
and the uid/gid fields suffered from sign extension.
.sp
Transferring your files from version 6 to version 7 using 'tar'
will fail for all files for which
.sp
( (size & 0100000) != 0 )
.sp
These two errors are fixed if stat.c is modified as follows:
.PS
/* original /usr/src/libc/v6/stat.c */
11 char os_size0;
12 short os_size1;
13 short os_addr[8];
49 buf->st_nlink = osbuf.os_nlinks;
50 buf->st_uid = osbuf.os_uid;
51 buf->st_gid = osbuf.os_gid;
52 buf->st_rdev = 0;
/* modified /usr/src/libc/v6/stat.c */
11 char os_size0;
12 unsigned os_size1;
13 short os_addr[8];
49 buf->st_nlink = osbuf.os_nlinks;
50 buf->st_uid = osbuf.os_uid & 0377;
51 buf->st_gid = osbuf.os_gid & 0377;
52 buf->st_rdev = 0;
.PE

View File

@@ -1,753 +0,0 @@
.\" $Header$
.ll 72
.wh 0 hd
.wh 60 fo
.de hd
'sp 5
..
.de fo
'bp
..
.tr ~
. PARAGRAPH
.de PP
.sp
..
. CHAPTER
.de CH
.br
.ne 15
.sp 3
.in 0
\\fB\\$1\\fR
.in 5
.PP
..
. SUBCHAPTER
.de SH
.br
.ne 10
.sp
.in 5
\\fB\\$1\\fR
.in 10
.PP
..
. INDENT START
.de IS
.sp
.in +5
..
. INDENT END
.de IE
.in -5
.sp
..
. DOUBLE INDENT START
.de DS
.sp
.in +5
.ll -5
..
. DOUBLE INDENT END
.de DE
.ll +5
.in -5
.sp
..
. EQUATION START
.de EQ
.sp
.nf
..
. EQUATION END
.de EN
.fi
.sp
..
. TEST
.de TT
.ti -5
Test~\\$1:~
.br
..
. IMPLEMENTATION 1
.de I1
.br
Implementation~1:
..
. IMPLEMENTATION 2
.de I2
.br
Implementation~2:
..
.de CS
.br
~-~\\
..
.br
.fi
.sp 5
.ce
\fBPascal Validation Suite Report\fR
.CH "Pascal processor identification"
The ACK-Pascal compiler produces code for an EM machine
as defined in [1].
It is up to the implementor of the EM machine whether errors like
integer overflow, undefined operand and range bound error are recognized or not.
Therefore it depends on the EM machine implementation whether these errors
are recognized in Pascal programs or not.
The validation suite results of all known implementations are given.
.PP
There does not (yet) exist a hardware EM machine.
Therefore, EM programs must be interpreted, or translated into
instructions for a target machine.
The following implementations currently exist:
.IS
.I1
an interpreter running on a PDP-11 (using UNIX).
The normal mode of operation for this interpreter is to check
for undefined integers, overflow, range errors etc.
.sp
.I2
a translator into PDP-11 instructions (using UNIX).
Less checks are performed than in the interpreter, because the translator
is intended to speed up the execution of well-debugged programs.
.IE
.CH "Test Conditions"
Tester: E.G. Keizer
.br
Date: October 1983
.br
Validation Suite version: 3.0
.PP
The final test run is made with a slightly
modified validation suite.
.SH "Erroneous programs"
Some test did not conform to the standard proposal of February 1979.
It is this version of the standard proposal that is used
by the authors of the validation suite.
.IS
.TT 6.6.3.7-4
The semicolon between high and integer on line 17 is replaced
by a colon.
.sp
.TT 6.7.2.2-13
The div operator on line 14 replaced by mod.
.CH "Conformance tests"
Number of tests passed = 150
.br
Number of tests failed = 6
.SH "Details of failed tests"
.IS
.TT 6.1.2-1
Character sequences starting with the 8 characters 'procedur'
or 'function' are
erroneously classified as the word-symbols 'procedure' and 'function'.
.sp
.TT 6.1.3-2
Identifiers identical in the first eight characters, but
differing in ninth or higher numbered characters are treated as
identical.
.sp
.TT 6.5.1-1
ACK-Pascal requires all formal program parameters to be
declared with type \fIfile\fP.
.sp
.TT 6.6.6.5-1
Gives run-time error eof seen at call to eoln.
A have a hunch that this is a error in the suit.
.sp
.TT 6.6.4.1-1
Redefining the names of some standard procedures leads to incorrect
behaviour of the runtime system.
In this case it crashes without a sensible error message.
.sp
.TT 6.9.3.5.1-1
This test can not be translated by our compiler because two
non-identical variables are used in the same block with the same first eight
characters.
The test passed after replacement of one of those names.
.IE
.CH "Deviance tests"
Number of deviations correctly detected = 120
.br
Number of tests not detecting deviations = 20
.SH "Details of deviations"
The following tests are compiled without a proper error
indication although they do
not conform to the standard.
.IS
.TT 6.1.6-5
ACK-Pascal allows labels in the range 0..32767.
A warning is produced when testing for deviations from the
standard.
.sp
.TT 6.1.8-5
A missing space between a number and a word symbol is not
detected.
.sp
.TT 6.2.2-8
.TT 6.3-6
.TT 6.4.1-3
.TT 6.6.1-3
.TT 6.6.1-4
Undetected scope error. The scope of an identifier should start at the
beginning of the block in which it is declared.
In the ACK-Pascal compiler the scope starts just after the declaration,
however.
.sp
.TT 6.4.3.3-7
The values of fields from one variant are accessible from
another variant.
The correlation is exact.
.sp
.TT 6.6.3.3-4
The passing as a variable parameter of the selector of a
variant part is not detected.
A runtime error is produced because the variant selector is not
initialized.
.sp
.TT 6.8.2.4-2
.TT 6.8.2.4-3
.TT 6.8.2.4-4
.TT 6.8.2.4-5
.TT 6.8.2.4-6
The ACK-Pascal compiler does not restrict the places from where
you may jump to a label by means of a goto-statement.
.sp
.TT 6.8.3.9-5
.TT 6.8.3.9-6
.TT 6.8.3.9-7
.TT 6.8.3.9-16
There are no errors produced for assignments to a variable
in use as control-variable of a for-statement.
.TT 6.8.3.9-8
.TT 6.8.3.9-9
Use of a controlled variable after leaving the loop without
intervening initialization is not detected.
.IE
.CH "Error handling"
The results depend on the EM implementation.
.sp
Number of errors correctly detected =
.in +5
.I1
32
.I2
17
.in -5
Number of errors not detected =
.in +5
.I1
21
.I2
36
.in -5
Number of errors incorrectly detected =
.in +5
.I1
2
.I2
2
.in -5
.SH "Details of errors not detected"
The following test fails because the ACK-Pascal compiler only
generates a warning that does not prevent to run the tests.
.IS
.TT 6.6.2-8
A warning is produced if there is no assignment to a function-identifier.
.IE
With this test the ACK-Pascal compiler issues an error message for a legal
construct not directly related to the error to be detected.
.IS
.TT 6.5.5-2
Program does not compile.
Buffer variable of text file is not allowed as variable
parameter.
.IE
The following errors are not detected at all.
.IS
.TT 6.2.1-11
.I2
The use of an undefined integer is not caught as an error.
.sp
.TT 6.4.3.3-10
.TT 6.4.3.3-11
.TT 6.4.3.3-12
.TT 6.4.3.3-13
The notion of 'current variant' is not implemented, not even if a tagfield
is present.
.sp
.TT 6.4.5-15
.TT 6.4.6-9
.TT 6.4.6-10
.TT 6.4.6-11
.TT 6.5.3.2-2
.I2
Subrange bounds are not checked.
.sp
.TT 6.4.6-12
.TT 6.4.6-13
.TT 6.7.2.4-4
If the base-type of a set is a subrange, then the set elements are not checked
against the bounds of the subrange.
Only the host-type of this subrange-type is relevant for ACK-Pascal.
.sp
.TT 6.5.4-1
.I2
Nil pointers are not detected.
.sp
.TT 6.5.4-2
.I2
Undefined pointers are not detected.
.sp
.TT 6.5.5-3
Changing the file position while the window is in use as actual variable
parameter or as an element of the record variable list of a with-statement
is not detected.
.sp
.TT 6.6.2-9
An undefined function result is not detected,
because it is never used in an expression.
.sp
.TT 6.6.5.3-6
.TT 6.6.5.3-7
Disposing a variable while it is in use as actual variable parameter or
as an element of the record variable list of a with-statement is not detected.
.sp
.TT 6.6.5.3-8
.TT 6.6.5.3-9
.TT 6.6.5.3-10
It is not detected that a record variable, created with the variant form
of new, is used as an operand in an expression or as the variable in an
assignment or as an actual value parameter.
.sp
.TT 6.6.5.3-11
Use of a variable that is not reinitialized after a dispose is
not detected.
.sp
.TT 6.6.6.4-4
.TT 6.6.6.4-5
.TT 6.6.6.4-7
.I2
There are no range checks for pred, succ and chr.
.sp
.TT 6.6.6.5-6
ACK-Pascal considers a rewrite of a file as a defining
occurence.
.sp
.TT 6.7.2.2-8
.TT 6.7.2.2-9
.TT 6.7.2.2-10
.TT 6.7.2.2-12
.I2
Division by 0 or integer overflow is not detected.
.sp
.TT 6.8.3.9-18
The use of the some control variable in two nested for
statements in not detected.
.sp
.TT 6.8.3.9-19
Access of a control variable after leaving the loop results in
the final-value, although an error should be produced.
.sp
.TT 6.9.3.2-3
The program stops with a file not open error.
The rewrite before the write is missing in the program.
.sp
.TT 6.9.3.2-4
.TT 6.9.3.2-5
Illegal FracDigits values are not detected.
.CH "Implementation dependence"
Number of tests run = 14
.br
Number of tests incorrectly handled = 0
.SH "Details of implementation dependence"
.IS
.TT 6.1.9-5
Alternate comment delimiters are implemented
.sp
.TT 6.1.9-6
The equivalent symbols @ for ^, (. for [ and .) for ] are not
implemented.
.sp
.TT 6.4.2.2-10
Maxint = 32767
.sp
.TT 6.4.3.4-5
Only elements with non-negative ordinal value are allowed in sets.
.sp
.TT 6.6.6.1-1
Standard procedures and functions are not allowed as parameters.
.sp
.TT 6.6.6.2-11
Details of the machine characteristics regarding real numbers:
.IS
.nf
beta = 2
t = 56
rnd = 1
ngrd = 0
machep = -56
negep = -56
iexp = 8
minexp = -128
maxexp = 127
eps = 1.387779e-17
epsneg = 1.387779e-17
xmin = 2.938736e-39
xmax = 1.701412e+38
.fi
.IE
.sp
.TT 6.7.2.3-3
.TT 6.7.2.3-4
All operands of boolean expressions are evaluated.
.sp
.TT 6.8.2.2-1
.TT 6.8.2.2-2
The expression in an assignment statement is evaluated
before the variable selection if this involves pointer
dereferencing or array indexing.
.sp
.TT 6.8.2.3-2
Actual parameters are evaluated in reverse order.
.sp
.TT 6.9.3.2-6
The default width for integer, Boolean and real are 6, 5 and 13.
.sp
.TT 6.9.3.5.1-2
The number of digits written in an exponent is 2.
.sp
.TT 6.9.3.6-1
The representations of true and false are (~true) and (false).
The parenthesis serve to indicate width.
.IE
.CH "Quality measurement"
Number of tests run = 60
.br
Number of tests handled incorrectly = 1
.SH "Results of tests"
Several test perform operations on reals on indicate the error
introduced by these operations.
For each of these tests the following two quality measures are extracted:
.sp
.in +5
maxRE:~~maximum relative error
.br
rmsRE:~~root-mean-square relative error
.in -5
.sp 2
.IS
.TT 1.2-1
.I1
25 thousand Whetstone instructions per second.
.I2
169 thousand Whetstone instructions per second.
.sp
.TT 1.2-2
The value of (TRUEACC-ACC)*2^56/100000 is 1.4 .
This is well within the bounds specified in [3].
.br
The GAMM measure is:
.I1
238 microseconds
.I2
26.3 microseconds.
.sp
.TT 1.2-3
The number of procedure calls calculated in this test exceeds
the maximum integer value.
The program stops indicating overflow.
.sp
.TT 6.1.3-3
The number of significant characters for identifiers is 8.
.sp
.TT 6.1.5-8
There is no maximum to the line length.
.sp
.TT 6.1.5-9
The error message "too many digits" is given for numbers larger
than maxint.
.sp
.TT 6.1.5-10
.TT 6.1.5-11
.TT 6.1.5-12
Normal values are allowed for real constants and variables.
.sp
.TT 6.1.7-14
A reasonably large number of strings is allowed.
.sp
.TT 6.1.8-6
No warning is given for possibly unclosed comments.
.sp
.TT 6.2.1-12
.TT 6.2.1-13
.TT 6.2.1-14
.TT 6.2.1-15
.TT 6.5.1-2
Large lists of declarations are possible in each block.
.sp
.TT 6.4.3.2-6
An 'array[integer] of' is not allowed.
.sp
.TT 6.4.3.2-7
.TT 6.4.3.2-8
Large values are allowed for arrays and indices.
.sp
.TT 6.4.3.3-14
Large amounts of case-constant values are allowed in variants.
.sp
.TT 6.4.3.3-15
Large amounts of record sections can appear in the fixed part of
a record.
.sp
.TT 6.4.3.3-16
Large amounts of variants are allowed in a record.
.TT 6.4.3.4-4
Size and speed of Warshall's algorithm depend on the
implementation of EM:
.IS
.I1
.br
size: 122 bytes
.br
speed: 5.2 seconds
.sp
.I2
.br
size: 196 bytes
.br
speed: 0.7 seconds
.IE
.TT 6.5.3.2-3
Deep nesting of array indices is allowed.
.sp
.TT 6.5.3.2-4
.TT 6.5.3.2-5
Arrays can have at least 8 dimensions.
.sp
.TT 6.6.1-8
Deep static nesting of procedure is allowed.
.sp
.TT 6.6.3.1-6
Large amounts of formal parameters are allowed.
.sp
.TT 6.6.5.3-12
Dispose is fully implemented.
.sp
.TT 6.6.6.2-6
Test sqrt(x): no errors.
The error is within acceptable bounds.
.in +5
maxRE:~~2~**~-55.50
.br
rmsRE:~~2~**~-57.53
.in -5
.sp
.TT 6.6.6.2-7
Test arctan(x): may cause underflow or overflow errors.
The error is within acceptable bounds.
.in +5
.br
maxRE:~~2~**~-55.00
.br
rmsRE:~~2~**~-56.36
.in -5
.sp
.TT 6.6.6.2-8
Test exp(x): may cause underflow or overflow errors.
The error is not within acceptable bounds.
.in +5
maxRE:~~2~**~-50.03
.br
rmsRE:~~2~**~-51.03
.in -5
.sp
.TT 6.6.6.2-9
Test sin(x): may cause underflow errors.
The error is not within acceptable bounds.
.in +5
maxRE:~~2~**~-38.20
.br
rmsRE:~~2~**~-43.68
.in -5
.sp
Test cos(x): may cause underflow errors.
The error is not within acceptable bounds.
.in +5
maxRE:~~2~**~-41.33
.br
rmsRE:~~2~**~-46.62
.in -5
.sp
.TT 6.6.6.2-10
Test ln(x):
The error is not within acceptable bounds.
.in +5
maxRE:~~2~**~-54.05
.br
rmsRE:~~2~**~-55.77
.in -5
.sp
.TT 6.7.1-3
.TT 6.7.1-4
.TT 6.7.1-5
Complex nested expressions are allowed.
.sp
.TT 6.7.2.2-14
Test real division:
The error is within acceptable bounds.
.in +5
maxRE:~~0
.br
rmsRE:~~0
.in -5
.sp
.TT 6.7.2.2-15
Operations of reals in the integer range are exact.
.sp
.TT 6.7.3-1
.TT 6.8.3.2-1
.TT 6.8.3.4-2
.TT 6.8.3.5-15
.TT 6.8.3.7-4
.TT 6.8.3.8-3
.TT 6.8.3.9-20
.TT 6.8.3.10-7
Static deep nesting of function calls,
compound statements, if statements, case statements, repeat
loops, while loops, for loops and with statements is possible.
.sp
.TT 6.8.3.2-2
Large amounts of statements are allowed in a compound
statement.
.sp
.TT 6.8.3.5-12
The compiler requires case constants to be compatible with
the case selector.
.sp
.TT 6.8.3.5-13
.TT 6.8.3.5-14
Large case statements are possible.
.sp
.TT 6.9-2
Recursive IO on the same file is well-behaved.
.sp
.TT 6.9.1-6
The reading of real values from a text file is done with
sufficient accuracy.
.in +5
maxRE:~~2~**~-54.61
.br
rmsRE:~~2~**~-56.32
.in -5
.sp
.TT 6.9.1-7
.TT 6.9.2-2
.TT 6.9.3-3
.TT 6.9.4-2
Read, readln, write and writeln may have large amounts of
parameters.
.sp
.TT 6.9.1-8
The loss of precision for reals written on a text file and read
back is:
.in +5
maxRE:~~2~**~-53.95
.br
rmsRE:~~2~**~-55.90
.in -5
.sp
.TT 6.9.3-2
File IO buffers without trailing marker are correctly flushed.
.sp
.TT 6.9.3.5.2-2
Reals are written with sufficient accuracy.
.in +5
maxRE:~~0
.br
rmsRE:~~0
.in -5
.IE
.CH "Level 1 conformance tests"
Number of test passed = 4
.br
Number of tests failed = 1
.SH "Details of failed tests"
.IS
.TT 6.6.3.7-4
An expression indicated by parenthesis whose
value is a conformant array is not allowed.
.IE
.CH "Level 1 deviance tests"
Number of deviations correctly detected = 4
.br
Number of tests not detecting deviations = 0
.IE
.CH "Level 1 error handling"
The results depend on the EM implementation.
.sp
Number of errors correctly detected =
.in +5
.I1
1
.I2
0
.in -5
Number of errors not detected =
.in +5
.I1
0
.I2
1
.in -5
.SH "Details of errors not detected"
.IS
.TT 6.6.3.7-9
.I2
Subrange bounds are not checked.
.IE
.CH "Level 1 quality measurement"
Number of tests run = 1
.SH "Results of test"
.IS
.TT 6.6.3.7-10
Large conformant arrays are allowed.
.IE
.CH "Extensions"
Number of tests run = 3
.SH Details of test failed
.IS
.TT 6.1.9-7
The alternative relational operators are not allowed.
.sp
.TT 6.1.9-8
The alternative symbols for colon, semicolon and assignment are
not allowed.
.sp
.TT 6.8.3.5-16
The otherwise selector in case statements is not allowed.
.IE
.CH "References"
.ti -5
[1]~~\
A.S.Tanenbaum, E.G.Keizer, J.W.Stevenson, Hans van Staveren,
"Description of a machine architecture for use with block structured
languages",
Informatica rapport IR-81.
.ti -5
[2]~~\
ISO standard proposal ISO/TC97/SC5-N462, dated February 1979.
The same proposal, in slightly modified form, can be found in:
A.M.Addyman e.a., "A draft description of Pascal",
Software, practice and experience, May 1979.
An improved version, received March 1980,
is followed as much as possible for the
current ACK-Pascal.
.ti -5
[3]~~\
B. A. Wichman and J du Croz,
A program to calculate the GAMM measure, Computer Journal,
November 1979.

View File

@@ -1,68 +0,0 @@
THE Z80 BACK END TABLE
INTRODUCTION
This table was written to make it run, not to make it clever!
The effect is, that the table written for the intel 8080,
which was made very clever runs faster and requiers less space!!
So, for anyone to run programs on a z80 machine:
You could try to make the table as clever as the one for the i80,
or you could run the i80 table, for that can run on every z80 too.
IMPLEMENTATION
It will not be possible to run the entire Amsterdam Compiler Kit on a
Z80-based computer system.
One has to write a program on another
system, a system where the compiler kit runs on.
This program may be a mixture of high-level languages, such as
C or Pascal, EM and z80 assembly code.
The program should be compiled using the compiler kit,
producing z80 machine code.
This code should come available to the z80 machine
for example by downloading or
by storing it in ROM (Read Only Memory).
Depending on the characteristics of the particular z80 based system, some
adaptions have to be made:
1) In 'head_em': the base address, which is the address where the first
z80 instruction will be stored, and the initial value of the
stackpointer are set to 0x1000 and 0x7ffe respectivally.
The latter because it could run on a 32K machine as well.
Other systems require other values.
2) In 'head_em': before calling "_m_a_i_n", the environment
pointer, argument vector and argument count will have to be pushed
onto the stack.
Since this back-end is tested on a system without any knowledge
of these things, dummies are pushed now.
3) In 'tail_em': proper routines "putchar" and "getchar" should
be provided.
They should write resp. read a character on/from the monitor.
Maybe some conversions will have to be made.
The ones for the Nascom and Hermac z80 micro's are to be found
in the EM-library.
4) In 'head_em': an application program returns control to the monitor by
jumping to address 0x20.
If this is not the right way on your system, change it.
For an CPM-machine for example this should be 0x5, to provide a warm boot.
5) In 'tail_em': the current version of the z80 back-end has very limited I/O
capabilities, because it was tested on a system that
had no knowlegde of files.
So the implementation of the EM-instruction 'mon' is very simple;
it can only do the following things:
Monitor call 1:
Exit
Monitor call 3:
read, always reads from the monitor.
echos the read character.
ignores file descriptor.
Monitor call 4:
write, always writes on the monitor.
ignores file descriptor.
Monitor call 5:
open file, returns file descriptor -1.
Monitor call 6:
close file, returns error code = 0.
Monitor call 54:
io-control, returns error code = 0.
If the system should do file-handling the routine ".mon"
should be extended thoroughly.

View File

@@ -1,19 +0,0 @@
tested: last
set -x ;\
for i in `awk '{for(i=\$$1;i<=127;i++)print i}' last ` ;\
do \
echo $$i; \
echo $$i >last; \
select $$i tests > test.e; \
ack test.e; \
a.out \
: ok; \
done
rm -f test.e a.out
>tested
last: tests test.h select
echo 0 >last
select: select.c
cc -O -n -o select select.c

View File

@@ -1,136 +0,0 @@
This directory contains test programs for EM implementations.
The test programs are all part of the file "tests".
Each individual test program looks like:
TEST 004: test ...
... ; data declarations etc.
MAIN nlocal
... ; part of the body of MAIN
PROC
... ; subroutines used by this test
The PROC part is optional, so the smallest test program looks like:
TEST 000: null test
MAIN 0
The keywords used by "select", like TEST, MAIN, PROC, HOL, OK and ERRLAB,
all consist of upper case letters and start in column one.
A convention for test numbers is to use 3 digit numbers, possibly left
padded with zero's.
A program, called "select", is provided to combine a range of tests
into a single test program.
"Select" expects a range as argument, like 0-127, or -127, or 0-.
Tests that have a TEST number in that range are included.
"Select" also expects the file from which the tests should
be selected as an argument.
If no argument is given, or only a range argument, select expects
the tests to slect from on standard input.
To prevent name clashes, some rules must be obeyed:
- data label names, procedure names and instruction label numbers
must be unique over all tests. A good habit is to use the
three digit test number as suffix.
- only keyword of "select" may start with uppercase letters in column
one, to allow for expansion in the future.
- because only a single 'hol' pseudo is allowed, "select" must
generate the 'hol' pseudo. An individual test may request
some 'hol' space by a special HOL line, starting in column one
and followed by a single number, the number of bytes needed.
This number must consists of digits only, no constant symbols,
because "select" must compute the maximum, so before the
preprocessor has replaced the constant symbols by their values.
- a similar problem is caused by the number of bytes of local
storage for 'main'. An individual test may specify the number
of bytes it needs as parameter to the MAIN line.
Again, the number must consist of digits only.
Test programs print a sequence of integers greater than 1.
This sequence is terminated by the number 1 as soon as an error is detected.
If all tests are performed correctedly the number 0 is printed.
To allow test programs to print integers without the full machinery of
conversion and i/o routines, the EM instruction 'nop' is used.
Each time this instruction is executed, the current line number as
maintained by the 'lin' instruction must be printed, followed by a
newline, at least during debugging.
The following abbrevation may be used in test programs:
OK -> lin n
nop
Numbers are automatically assigned in order of static appearance.
As soon as an error is detected you must branch to label 1, by instructions
like 'bra *1' and 'zne *1'.
Label 1 is automatically provided in the main routine.
If you jump to label 1 in a subroutine, then that subroutine must
end with ERRLAB, like in:
PROC
pro $test,0
...
bra *1
...
ret 0
ERRLAB
end
An option to "select" is to generate 'fil' instructions whenever a
new test starts.
This is useful if 'nop' prints the 'fil' string as well as the 'lin' number.
This 'f' option is on by default, off if a '-f' flag is given.
The EM file generated by "select" includes "test.h".
"test.h" may contain definitions of the following symbols:
W2S: the size of double precision integers, if implemented.
FS: the size of single precision floats, if implemented.
F2S: the size of double precision floats, if implemented.
The value of these symbols, if defined, must be the size of the object involved.
Two other symbols are used:
EM_PSIZE: pointer size
EM_WSIZE: word size
The machine dependent translation program, like 8086 and vax2, give
definitions of these symbols while calling the EM encode program.
Because these size names occur quite often, they may be abbreviated:
WS -> EM_WSIZE
PS -> EM_PSIZE
Before running the tests in the file "tests", it is wise to test
the necessary basic functions with some simple tests like
TEST 000: null
MAIN 0
and
TEST 001: ok
MAIN 0
OK
and
TEST 998: error
MAIN 0
bra *1
and
TEST 999: test lni
MAIN 0
lin 1
lni
loe 0
loc 2
bne *1
OK
The first two of these are part of "tests" as well. The last two are
not included in "tests" intensionally, because they would fail.
The last tests fails because it references the ABS block which is
inaccessable after an 'hol' pseudo.
Proceed as follows for each of these basic tests:
- make a file called 'basic' containing the test
- run select:
select basic >basic.e
- compile by
machine basic.e
- and load and run
where machine should be replaced by the name of program
used to compile EM programs for the current machine.

View File

@@ -1 +0,0 @@
0

View File

@@ -1,10 +0,0 @@
trap "" 1 2
while read x
do
case $x in
0) exit 0;;
bad) exit 1;;
esac
done
exit 1

View File

@@ -1,249 +0,0 @@
/*
* (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
*
* This product is part of the Amsterdam Compiler Kit.
*
* Permission to use, sell, duplicate or disclose this software must be
* obtained in writing. Requests for such permissions may be sent to
*
* Dr. Andrew S. Tanenbaum
* Wiskundig Seminarium
* Vrije Universiteit
* Postbox 7161
* 1007 MC Amsterdam
* The Netherlands
*
*/
#include <stdio.h>
#include <assert.h>
#include <signal.h>
#define LINSIZ 100
int sigs[] = {
SIGHUP,
SIGINT,
SIGQUIT,
SIGTERM,
0
};
char *prog;
char line[LINSIZ];
int nlocals = 0;
int nhol = 0;
int nerrors = 0;
int oknum = 2;
int fflag = 1;
int low = 0;
int high = 999;
FILE *file1;
FILE *file2;
FILE *file3;
char name1[] = "/usr/tmp/f1XXXXXX";
char name2[] = "/usr/tmp/f2XXXXXX";
char name3[] = "/usr/tmp/f3XXXXXX";
stop() {
unlink(name1);
unlink(name2);
unlink(name3);
exit(nerrors);
}
main(argc,argv) char **argv; {
register *p;
register char *s;
prog = *argv++; --argc;
mktemp(name1);
mktemp(name2);
mktemp(name3);
for (p = sigs; *p; p++)
if (signal(*p, stop) == SIG_IGN)
signal(*p, SIG_IGN);
while (argc > 0 && argv[0][0] == '-') {
switch (argv[0][1]) {
case 'f':
fflag ^= 1;
break;
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
high = atoi(&argv[0][1]);
break;
default:
usage();
break;
}
argc--;
argv++;
}
if (argc > 0 && argv[0][0] >= '0' && argv[0][0] <= '9') {
s = argv[0];
do
low = low*10 + *s++ - '0';
while (*s >= '0' && *s <= '9');
if (*s == 0)
high = low;
else if (*s++ == '-') {
high = atoi(s);
if (high == 0)
high = 999;
} else
fatal("bad range %s", argv[0]);
argc--;
argv++;
}
if (argc > 1)
usage();
if (argc == 1 && freopen(argv[0], "r", stdin) == NULL)
fatal("cannot open %s", argv[0]);
if ((file1 = fopen(name1, "w")) == NULL)
fatal("cannot create %s", name1);
if ((file2 = fopen(name2, "w")) == NULL)
fatal("cannot create %s", name2);
if ((file3 = fopen(name3, "w")) == NULL)
fatal("cannot create %s", name3);
if (getline())
while (select())
;
fclose(file1);
fclose(file2);
fclose(file3);
combine();
stop();
}
select() {
register FILE *f;
int i;
if (sscanf(line, "TEST %d", &i) != 1)
fatal("bad test identification(%s)", line);
if (i < low || i > high) {
while (getline())
if (line[0] == 'T')
return(1);
return(0);
}
fprintf(file2, "; %s\n", line);
if (fflag) {
fprintf(file1, ".%03d\n", i);
fprintf(file1, " con \"tst%03d\"\n", i);
fprintf(file2, " fil .%03d\n", i);
}
f = file1;
while (getline()) {
switch (line[0]) {
case 'T':
return(1);
case 'M':
if (sscanf(line, "MAIN%d", &i) != 1 || i%4 != 0)
break;
if (i > nlocals)
nlocals = i;
f = file2;
continue;
case 'P':
if (strcmp(line, "PROC") != 0)
break;
f = file3;
continue;
case 'H':
if (f != file1 ||
sscanf(line, "HOL%d", &i) != 1 ||
i%4 != 0)
break;
if (i > nhol)
nhol = i;
continue;
case 'O':
if (strcmp(line, "OK") != 0)
break;
fprintf(f, " lin %d\n nop\n", oknum++);
continue;
case 'E':
if (f != file3 || strcmp(line, "ERRLAB") != 0)
break;
fprintf(f, "1\n lin 1\n nop\n loc 1\n loc 1\n mon\n");
continue;
default:
putline(f);
continue;
}
fatal("bad line (%s)", line);
}
return(0);
}
combine() {
printf("#define WS EM_WSIZE\n");
printf("#define PS EM_PSIZE\n");
printf("#include \"test.h\"\n");
printf(" mes 2,WS,PS\n");
printf(" mes 1\n");
printf(" mes 4,300\n");
if (nhol)
printf(" hol %d,0,0\n", nhol);
copy(name1);
printf(" exp $m_a_i_n\n");
printf(" pro $m_a_i_n,%d\n", nlocals);
printf(" loc 123\n");
printf(" loc -98\n");
copy(name2);
printf(" loc -98\n");
printf(" bne *1\n");
printf(" loc 123\n");
printf(" bne *1\n");
printf(" lin 0\n");
printf(" nop\n");
printf(" loc 0\n");
printf(" ret WS\n");
printf("1\n");
printf(" lin 1\n");
printf(" nop\n");
printf(" loc 1\n");
printf(" ret WS\n");
printf(" end\n");
copy(name3);
}
copy(s) char *s; {
if (freopen(s, "r", stdin) == NULL)
fatal("cannot reopen %s", s);
while (getline())
putline(stdout);
}
getline() {
register len;
if (fgets(line, LINSIZ, stdin) == NULL)
return(0);
len = strlen(line);
if (line[len-1] != '\n')
fatal("line too long(%s)", line);
line[len-1] = 0;
return(1);
}
putline(f) FILE *f; {
fprintf(f, "%s\n", line);
}
fatal(s, a1, a2, a3, a4) char *s; {
fprintf(stderr, "%s: ", prog);
fprintf(stderr, s, a1, a2, a3, a4);
fprintf(stderr, " (fatal)\n");
nerrors++;
stop();
}
usage() {
fprintf(stderr, "usage: %s -f [[low]-[high]] [testcollection]\n", prog);
nerrors++;
stop();
}

View File

@@ -1,28 +0,0 @@
#define WS EM_WSIZE
#define PS EM_PSIZE
#include "test.h"
mes 2,WS,PS
mes 1
mes 4,300
.000
con "tst000"
exp $m_a_i_n
pro $m_a_i_n,0
loc 123
loc -98
; TEST 000: empty
fil .000
loc -98
bne *1
loc 123
bne *1
lin 0
nop
loc 0
ret WS
1
lin 1
nop
loc 1
ret WS
end

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,26 +0,0 @@
d=..
h=$d/h
c=$d/util/data
FILES= \
$h/em_spec.h \
$h/em_pseu.h \
$h/em_mnem.h \
$c/em_flag.c \
$c/em_pseu.c \
$c/em_mnem.c
$(FILES): em_table
new_table $h $c
install: $(FILES)
opr:
make pr ^ opr
pr:
@pr Makefile em_table new_table pop_push traps
clean:
-rm -f *.old
cmp : # do nothing

View File

@@ -1,175 +0,0 @@
magic 173
fmnem 1
nmnem 149
fpseu 150
npseu 30
filb0 180
nilb0 60
fcst0 0
zcst0 120
ncst0 240
fspec 240
nspec 16
ilb1 240
ilb2 241
dlb1 242
dlb2 243
dnam 244
cst2 245
cst4 246
cst8 247
doff 248
pnam 249
scon 250
icon 251
ucon 252
fcon 253
cend 255
bss 0
con 1
end 2
exa 3
exc 4
exp 5
hol 6
ina 7
inp 8
mes 9
pro 10
rom 11
aar w- -p-a-p+p
adf w- -a-a+a
adi w- -a-a+a
adp f- -p+p
ads w- -a-p+p
adu w- -a-a+a
and w- -a-a+a
asp f- -a
ass w- -a-x
beq bc -w-w
bge bc -w-w
bgt bc -w-w
ble bc -w-w
blm z- -p-p
bls w- -a-p-p
blt bc -w-w
bne bc -w-w
bra bt 0
cai -p -p
cal pp 0
cff -- -w-w-y+x
cfi -- -w-w-y+x
cfu -- -w-w-y+x
cif -- -w-w-y+x
cii -- -w-w-y+x
ciu -- -w-w-y+x
cmf w- -a-a+w
cmi w- -a-a+w
cmp -- -p-p+w
cms w- -a-a+w
cmu w- -a-a+w
com w- -a-a+a
csa wt -p-a
csb wt -p-a
cuf -- -w-w-y+x
cui -- -w-w-y+x
cuu -- -w-w-y+x
dch -- -p+p
dec -- -w+w
dee g- 0
del l- 0
dup s- -a+a+a
dus w- -a-x+x+x
dvf w- -a-a+a
dvi w- -a-a+a
dvu w- -a-a+a
exg w- -a-a+a+a
fef w- -a+a+w
fif w- -a-a+a+a
fil g- 0
gto gt -p-?
inc -- -w+w
ine g- 0
inl l- 0
inn w- -w-a+w
ior w- -a-a+a
lae g- +p
lal l- +p
lar w- -p-a-p+?
ldc d- +d
lde g- +d
ldf f- -p+d
ldl l- +d
lfr s- +a
lil l- +w
lim -- +w
lin n- 0
lni -- 0
loc c- +w
loe g- +w
lof f- -p+w
loi o- -p+a
lol l- +w
lor r- +p
los w- -a-p+x
lpb -- -p+p
lpi p- +p
lxa n- +p
lxl n- +p
mlf w- -a-a+a
mli w- -a-a+a
mlu w- -a-a+a
mon -- -?+?
ngf w- -a+a
ngi w- -a+a
nop -- 0
rck w- -p-a+a
ret zt -a-?
rmi w- -a-a+a
rmu w- -a-a+a
rol w- -w-a+a
ror w- -w-a+a
rtt -t -?
sar w- -p-a-p-?
sbf w- -a-a+a
sbi w- -a-a+a
sbs w- -p-p+a
sbu w- -a-a+a
sde g- -d
sdf f- -p-d
sdl l- -d
set w- -w+a
sig -- -p-p+p+p
sil l- -w
sim -- -w
sli w- -w-a+a
slu w- -w-a+a
sri w- -w-a+a
sru w- -w-a+a
ste g- -w
stf f- -p-w
sti o- -p-a
stl l- -w
str r- -p
sts w- -a-p-x
teq -- -w+w
tge -- -w+w
tgt -- -w+w
tle -- -w+w
tlt -- -w+w
tne -- -w+w
trp -p -w+?
xor w- -a-a+a
zeq bc -w
zer w- +a
zge bc -w
zgt bc -w
zle bc -w
zlt bc -w
zne bc -w
zre g- 0
zrf w- +a
zrl l- 0

View File

@@ -1,352 +0,0 @@
aar mwPo 1 34
adf sP 1 35
adi mwPo 2 36
adp 2 38
adp mPo 2 39
adp sP 1 41
adp sN 1 42
ads mwPo 1 43
and mwPo 1 44
asp mwPo 5 45
asp swP 1 50
beq 2 51
beq sP 1 52
bge sP 1 53
bgt sP 1 54
ble sP 1 55
blm sP 1 56
blt sP 1 57
bne sP 1 58
bra 2 59
bra sN 2 60
bra sP 2 62
cal mPo 28 64
cal sP 1 92
cff - 93
cif - 94
cii - 95
cmf sP 1 96
cmi mwPo 2 97
cmp - 99
cms sP 1 100
csa mwPo 1 101
csb mwPo 1 102
dec - 103
dee sw 1 104
del swN 1 105
dup mwPo 1 106
dvf sP 1 107
dvi mwPo 1 108
fil 2 109
inc - 110
ine w2 111
ine sw 1 112
inl mwN 3 113
inl swN 1 116
inn sP 1 117
ior mwPo 1 118
ior sP 1 119
lae 2 120
lae sw 7 121
lal P2 128
lal N2 129
lal mP 1 130
lal mN 1 131
lal swP 1 132
lal swN 2 133
lar mwPo 1 135
ldc mP 1 136
lde w2 137
lde sw 1 138
ldl mP 1 139
ldl swN 1 140
lfr mwPo 2 141
lfr sP 1 143
lil swN 1 144
lil swP 1 145
lil mwP 2 146
lin 2 148
lin sP 1 149
lni - 150
loc 2 151
loc mP 34 0
loc mN 1 152
loc sP 1 153
loc sN 1 154
loe w2 155
loe sw 5 156
lof 2 161
lof mwPo 4 162
lof sP 1 166
loi 2 167
loi mPo 1 168
loi mwPo 4 169
loi sP 1 173
lol wP2 174
lol wN2 175
lol mwP 4 176
lol mwN 8 180
lol swP 1 188
lol swN 1 189
lxa mPo 1 190
lxl mPo 2 191
mlf sP 1 193
mli mwPo 2 194
rck mwPo 1 196
ret mwP 2 197
ret sP 1 199
rmi mwPo 1 200
sar mwPo 1 201
sbf sP 1 202
sbi mwPo 2 203
sdl swN 1 205
set sP 1 206
sil swN 1 207
sil swP 1 208
sli mwPo 1 209
ste w2 210
ste sw 3 211
stf 2 214
stf mwPo 2 215
stf sP 1 217
sti mPo 1 218
sti mwPo 4 219
sti sP 1 223
stl wP2 224
stl wN2 225
stl mwP 2 226
stl mwN 5 228
stl swN 1 233
teq - 234
tgt - 235
tlt - 236
tne - 237
zeq 2 238
zeq sP 2 239
zer sP 1 241
zge sP 1 242
zgt sP 1 243
zle sP 1 244
zlt sP 1 245
zne sP 1 246
zne sN 1 247
zre w2 248
zre sw 1 249
zrl mwN 2 250
zrl swN 1 252
zrl wN2 253
aar e2 0
aar e- 1
adf e2 2
adf e- 3
adi e2 4
adi e- 5
ads e2 6
ads e- 7
adu e2 8
adu e- 9
and e2 10
and e- 11
asp ew2 12
ass e2 13
ass e- 14
bge e2 15
bgt e2 16
ble e2 17
blm e2 18
bls e2 19
bls e- 20
blt e2 21
bne e2 22
cai e- 23
cal e2 24
cfi e- 25
cfu e- 26
ciu e- 27
cmf e2 28
cmf e- 29
cmi e2 30
cmi e- 31
cms e2 32
cms e- 33
cmu e2 34
cmu e- 35
com e2 36
com e- 37
csa e2 38
csa e- 39
csb e2 40
csb e- 41
cuf e- 42
cui e- 43
cuu e- 44
dee ew2 45
del ewP2 46
del ewN2 47
dup e2 48
dus e2 49
dus e- 50
dvf e2 51
dvf e- 52
dvi e2 53
dvi e- 54
dvu e2 55
dvu e- 56
fef e2 57
fef e- 58
fif e2 59
fif e- 60
inl ewP2 61
inl ewN2 62
inn e2 63
inn e- 64
ior e2 65
ior e- 66
lar e2 67
lar e- 68
ldc e2 69
ldf e2 70
ldl ewP2 71
ldl ewN2 72
lfr e2 73
lil ewP2 74
lil ewN2 75
lim e- 76
los e2 77
los e- 78
lor esP 1 79
lpi e2 80
lxa e2 81
lxl e2 82
mlf e2 83
mlf e- 84
mli e2 85
mli e- 86
mlu e2 87
mlu e- 88
mon e- 89
ngf e2 90
ngf e- 91
ngi e2 92
ngi e- 93
nop e- 94
rck e2 95
rck e- 96
ret e2 97
rmi e2 98
rmi e- 99
rmu e2 100
rmu e- 101
rol e2 102
rol e- 103
ror e2 104
ror e- 105
rtt e- 106
sar e2 107
sar e- 108
sbf e2 109
sbf e- 110
sbi e2 111
sbi e- 112
sbs e2 113
sbs e- 114
sbu e2 115
sbu e- 116
sde e2 117
sdf e2 118
sdl ewP2 119
sdl ewN2 120
set e2 121
set e- 122
sig e- 123
sil ewP2 124
sil ewN2 125
sim e- 126
sli e2 127
sli e- 128
slu e2 129
slu e- 130
sri e2 131
sri e- 132
sru e2 133
sru e- 134
sti e2 135
sts e2 136
sts e- 137
str esP 1 138
tge e- 139
tle e- 140
trp e- 141
xor e2 142
xor e- 143
zer e2 144
zer e- 145
zge e2 146
zgt e2 147
zle e2 148
zlt e2 149
zne e2 150
zrf e2 151
zrf e- 152
zrl ewP2 153
dch e- 154
exg esP 1 155
exg e2 156
exg e- 157
lpb e- 158
gto e2 159
ldc 4 0
lae 4 1
lal P4 2
lal N4 3
lde w4 4
ldf 4 5
ldl wP4 6
ldl wN4 7
lil wP4 8
lil wN4 9
loc 4 10
loe w4 11
lof 4 12
lol wP4 13
lol wN4 14
lpi 4 15
adp 4 16
asp w4 17
beq 4 18
bge 4 19
bgt 4 20
ble 4 21
blm 4 22
blt 4 23
bne 4 24
bra 4 25
cal 4 26
dee w4 27
del wP4 28
del wN4 29
fil 4 30
gto 4 31
ine w4 32
inl wP4 33
inl wN4 34
lin 4 35
sde 4 36
sdf 4 37
sdl wP4 38
sdl wN4 39
sil wP4 40
sil wN4 41
ste w4 42
stf 4 43
stl wP4 44
stl wN4 45
zeq 4 46
zge 4 47
zgt 4 48
zle 4 49
zlt 4 50
zne 4 51
zre w4 52
zrl wP4 53
zrl wN4 54

View File

@@ -1,71 +0,0 @@
h=${1-.}
d=${2-.}
set `grep fpseu em_table`
p=$2
set `grep fmnem em_table`
m=$2
ed - em_table <<'A' > X
1,/^$/g/ /s// /gp
A
ed - em_table <<'A' | awk '{print $1,$2+'$p'}' > Y
1,/^$/d
1,/^$/g/ /s// /gp
A
ed - em_table <<'A' | awk '{print $0,'$m'+i++}' > Z
1,/^$/d
1,/^$/d
1,/^$/g/ /s// /gp
A
i=`wc -l <Y`
echo 'lpseu' `expr $i + $p - 1` >>X
i=`wc -l <Z`
echo 'lmnem' `expr $i + $m - 1` >>X
ed - X <<'A' > $h/em_spec.h
g/^/s//#define sp_/p
A
ed - Y <<'A' > $h/em_pseu.h
g/\(.*\) \(.*\)/s//#define ps_\1 \2/p
A
ed - Z <<'A' > $h/em_mnem.h
g/ .* /s// /
g/\(.*\) \(.*\)/s//#define op_\1 \2/p
A
(
echo 'char em_pseu[][4] = {'
ed - Y <<'A'
g/\(...\).*/s// "\1",/p
A
echo '};'
) > $d/em_pseu.c
(
echo 'char em_mnem[][4] = {'
ed - Z <<'A'
g/\(...\).*/s// "\1",/p
A
echo '};'
) > $d/em_mnem.c
(
echo '#include <em_flag.h>
char em_flag[] = {'
ed - Z <<'A' | tr a-z A-Z
g/^... /s///
g/ .*/s///
g/\(.\)\(.\)/s//PAR_\1 | FLO_\2/
g/-/s//NO/g
g/.*/s// &,/p
A
echo '};'
) > $d/em_flag.c
rm X Y Z

View File

@@ -1,289 +0,0 @@
non-standard feature used
identifier '%s' declared twice
end of file encountered
bad line directive
unsigned real: digit of fraction expected
unsigned real: digit of exponent expected
unsigned real: too many digits (>72)
unsigned integer: too many digits (>72)
unsigned integer: overflow (>32767)
string constant: must not exceed one line
string constant: at least one character expected
string constant: double quotes not allowed (see c option)
string constant: too long (>72 chars)
bad character
identifier '%s' not declared
location counter overflow: arrays too big
location counter overflow: arrays too big
arraysize too big
variable '%s' never used
variable '%s' never assigned
the files contained in '%s' are not closed automatically
constant expected
constant: only integers and reals may be signed
constant: out of bounds
simple type expected
enumerated type: element identifier expected
enumerated type: ',' or ')' expected
enumerated type: ',' expected
enumerated type: ')' expected
subrange type: type must be scalar, but not real
subrange type: '..' expected
subrange type: type of lower and upper bound incompatible
subrange type: lower bound exceeds upper bound
array type: '[' expected
conformant array: low bound identifier expected
conformant array: '..' expected
conformant array: high bound identifier expected
conformant array: ':' expected
conformant array: index type identifier expected
array type: index type not bounded
array type: index separator or ']' expected
array type: index separator expected
array type: ']' expected
array type: 'of' expected
record variant part: tag type identifier expected
record variant part: tag type identifier expected
record variant part: type must be bounded
record variant part: 'of' expected
record variant: type of case label and tag incompatible
record variant: multiple defined case label
record variant: ',' or ':' expected
record variant: ',' expected
record variant: ':' expected
record variant: '(' expected
record variant: ')' expected
record variant part: ';' or end of variant list expected
record variant part: ';' expected
record variant part: end of variant list expected
record variant part: there must be a variant for each tag value
field list: record section expected
record section: field identifier expected
record section: ',' or ':' expected
record section: ',' expected
record section: ':' expected
field list: ';' or end of record section list expected
field list: ';' expected
field list: end of record section list expected
type expected
type: simple and pointer type may not be packed
pointer type: type identifier expected
pointer type: type identifier expected
record type: 'end' expected
set type: 'of' expected
set type: too many elements in set
set type: bad subrange of integer
set of integer: the i option dictates the number of bits (default 16)
set type: base type not bounded
file type: 'of' expected
file type: files within files not allowed
var parameter: type identifier or conformant array expected
var parameter: type identifier expected
label declaration: unsigned integer expected
label declaration: label '%i' multiple declared
label declaration: ',' or ';' expected
label declaration: ',' expected
label declaration: ';' expected
const declaration: constant identifier expected
const declaration: '=' expected
const declaration: ';' expected
const declaration: constant identifier or 'type', 'var', 'procedure', 'function' or 'begin' expected
type declaration: type identifier expected
type declaration: '=' expected
type declaration: ';' expected
type declaration: type identifier or 'var', 'procedure', 'function' or 'begin' expected
var declaration: var identifier expected
var declaration: ',' or ':' expected
var declaration: ',' expected
var declaration: ':' expected
var declaration: ';' expected
var declaration: var identifier or 'procedure', 'function' or 'begin' expected
parameter list: 'var','procedure','function' or identifier expected
parameter list: parameter identifier expected
parameter list: ',' or ':' expected
parameter list: ',' expected
parameter list: ':' expected
parameter list: type identifier expected
parameter list: ';' or ')' expected
parameter list: ';' expected
proc/func declaration: proc/func identifier expected
proc/func declaration: previous declaration of '%s' was not forward
proc/func declaration: parameter list expected
parameterlist: ')' expected
func declaration: ':' expected
func declaration: result type identifier expected
func declaration: result type must be scalar, subrange or pointer
proc/func declaration: ';' expected
proc/func declaration: block or directive expected
proc/func declaration: '%s' unknown directive
proc/func declaration: '%s' again forward declared
proc/func declaration: ';' expected
indexed variable: '[' only allowed following array variables
indexed variable: index type not compatible with declaration
indexed variable: ',' or ']' expected
indexed variable: ',' expected
assignment: standard function not allowed as destination
assignment: cannot store the function result
assignment: formal parameter function not allowed as destination
assignment: function identifier may not be de-referenced
variable: '[', '.', '^' or end of variable expected
indexed variable: ']' expected
field designator: field identifier expected
field designator: '.' only allowed following record variables
field designator: no field '%s' in this record
referenced variable: '^' not allowed following zero-terminated strings
referenced variable: '^' only allowed following pointer or file variables
variable: var or field identifier expected
call: too many actual parameters supplied
call: proc/func identifier expected
call: standard proc/func may not be used as parameter
call: parameter lists of actual and formal proc/func incompatible
call: type of actual and formal value parameter not compatible
call: array parameter not conformable
call: type of actual and formal variable parameter not similar
call: packed elements not allowed as variable parameter
call: ',' or ')' expected
call: too few actual parameters supplied
read(ln): type must be integer, char or real
write(ln): type must be integer, char, real, string or boolean
write(ln): ':', ',' or ')' expected
write(ln): field width must be integer
write(ln): ':', ',' or ')' expected
write(ln): precision must be integer
write(ln): precision may only be specified for reals
read/write: too few actual parameters supplied
read/write: standard input/output not mentioned in program heading
read/write: ',' or ')' expected
read/write: type of parameter not the same as that of the file elements
read/write: parameter list expected
readln/writeln: standard input/output not mentioned in program heading
readln/writeln: only allowed on text files
new/dispose: C-type strings not allowed here
new/dispose: ',' or ')' expected
new/dispose: too many actual parameters supplied
new/dispose: type of tagfield value is incompatible with declaration
call: '(' or end of call expected
standard proc/func: parameter list expected
standard input/output not mentioned in program heading
file variable expected
pointer variable expected
pack: ',' expected
pack: ',' expected
unpack: ',' expected
unpack: ',' expected
standard proc/func: parameter type incompatible with specification
eoln/page: text file variable expected
pack/unpack: array types are incompatible
pack/unpack: only for arrays
abs: integer or real expected
sqr: integer or real expected
ord: type must be scalar or subrange, but not real
pred/succ: type must be scalar or subrange, but not real
trunc/round: real argument required
call: ')' expected
expression: left and right operand are incompatible
set: incompatible elements
set: base type must be bounded or of type integer
set: base type upper bound exceeds maximum set element number
set: element out of range
set: ']' or element list expected
set: '..', ',' or ']' expected
set: ',' or ']' expected
set: ',' expected
factor expected
factor: ')' expected
factor: type of factor must be boolean
set: ']' expected
term: multiplying operator or end of term expected
term: '*' only defined for integers, reals and sets
term: '/' only defined for integers and reals
term: 'div' only defined for integers
term: 'mod' only defined for integers
term: 'and' only defined for booleans
simple expression: only integers and reals may be signed
simple expression: adding operator or end of simple expression expected
simple expression: '+' only defined for integers, reals and sets
simple expression: '-' only defined for integers, reals and sets
simple expression: 'or' only defined for booleans
expression: relational operator or end of expression expected
expression: set expected
expression: left operand of 'in' not compatible with base type of right operand
expression: only '=' and '<>' allowed on pointers
expression: '<' and '>' not allowed on sets
expression: comparison of arrays only allowed for strings
expression: comparison of records not allowed
expression: comparison of files not allowed
assignment: ':=' expected
assignment: left and right hand side incompatible
goto statement: unsigned integer expected
goto statement: label '%i' not declared
if statement: type of expression must be boolean
if statement: 'then' expected
if statement: 'else' or end of if statement expected
case statement: type must be scalar or subrange, but not real
case statement: 'of' expected
case statement: incompatible case label
case statement: multiple defined case label
case statement: ',' or ':' expected
case statement: ',' expected
case statement: ':' expected
case statement: ';' or 'end' expected
case statement: ';' expected
case statement: 'end' expected
repeat statement: ';' or 'until' expected
repeat statement: ';' expected
repeat statement: 'until' expected
repeat statement: type of expression must be boolean
while statement: type of expression must be boolean
while statement: 'do' expected
for statement: type of bound and control variable incompatible
for statement: control variable expected
for statement: control variable must be local
for statement: type must be scalar or subrange, but not real
for statement: ':=' expected
for statement: 'to' or 'downto' expected
for statement: upper bound not assignment compatible
for statement: 'do' expected
with statement: record variable expected
with statement: ',' or 'do' expected
with statement: ',' expected
with statement: 'do' expected
assertion: type of expression must be boolean
statement expected
label '%i' not declared
label '%i' multiple defined
statement: ':' expected
unlabeled statement expected
compound statement: ';' or 'end' expected
compound statement: ';' expected
compound statement: 'end' expected
case statement: 'end' expected
body: ';' or 'end' expected
body: ';' expected
body: label '%i' declared, but never defined
program parameter '%s' not declared
function '%s' never assigned
block: declaration or body expected
block: 'const', 'type', 'var', 'procedure', 'function' or 'begin' expected
block: 'type', 'var', 'procedure', 'function' or 'begin' expected
block: 'var', 'procedure', 'function' or 'begin' expected
block: 'procedure', 'function' or 'begin' expected
block: unsatisfied forward proc/func declaration(s)
block: 'begin' expected
block: 'end' expected
program heading: 'program' expected
program heading: program identifier expected
program heading: file identifier list expected
program heading: file identifier expected
program heading: ',' or ')' expected
program heading: ',' expected
program heading: maximum number of file arguments exceeded (12)
program heading: ')' expected
program heading: ';' expected
program: '.' expected
'program' expected
module: 'const', 'type', 'var', 'procedure' or 'function' expected
module: 'type', 'var', 'procedure' or 'function' expected
module: 'var', 'procedure' or 'function' expected
module: 'procedure' or 'function' expected
garbage at end of program

View File

@@ -1,107 +0,0 @@
array bound error
range bound error
set bound error
integer overflow
real overflow
real underflow
divide by 0
divide by 0.0
undefined integer
real undefined
conversion error
error 11
error 12
error 13
error 14
error 15
stack overflow
heap error
illegal instruction
odd or zero byte count
case error
memory fault
bad pointer
bad program counter
bad external address
bad monitor call
bad line number
error 27
error 28
error 29
error 30
error 31
error 32
error 33
error 34
error 35
error 36
error 37
error 38
error 39
error 40
error 41
error 42
error 43
error 44
error 45
error 46
error 47
error 48
error 49
error 50
error 51
error 52
error 53
error 54
error 55
error 56
error 57
error 58
error 59
error 60
error 61
error 62
error 63
more args expected
error in exp
error in ln
error in sqrt
assertion failed
array bound error in pack
array bound error in unpack
only positive j in 'i mod j'
file not yet open
dispose error
error 74
error 75
error 76
error 77
error 78
error 79
error 80
error 81
error 82
error 83
error 84
error 85
error 86
error 87
error 88
error 89
error 90
error 91
error 92
error 93
error 94
error 95
not writable
not readable
end of file
truncated
reset error
rewrite error
close error
read error
write error
digit expected
non-ASCII char read

View File

@@ -1,15 +0,0 @@
description of third column of em_table:
-: pop item indicated by next character
+: push item indicated by next character
0: no effect on the stack
characters describing items:
w: target machine word (1, 2 or 4)
d: double target machine word (2, 4 or 8)
p: target machine address
a: item with size specified in argument
x: item with size specified by top item of stack
y: item with size specified by second item on stack
?: one or more items of unknown size

View File

@@ -1,28 +0,0 @@
~ Array bound error
~ Range bound error
~ Set bound error
~ Integer overflow
~ Floating overflow
~ Floating underflow
~ Divide by 0
~ Divide by 0.0
~ Integer undefined
~ Floating undefined
~ Conversion error
* Stack overflow
* Heap overflow
* Illegal instruction
* Illegal odd or zero argument
* Case error
* Addressing non existent memory
* Bad pointer used
* Program counter out of range
* Bad argument of LAE
* Bad monitor call
* Argument of LIN too high
* Bad GTO descriptor

View File

@@ -1,32 +0,0 @@
rm -f ../bin/x_tpath x_tpath
echo "echo $$" >../bin/x_tpath
rm -f x_tpath
chmod +x ../bin/x_tpath
case x`(x_tpath) 2>/dev/null`
in
x$$)
STAT=0 ;;
x)
(cd ../bin ; echo Sorry, `pwd` is not in your shell PATH" ($PATH)")
STAT=1 ;;
*)
echo "Sorry, there is something wrong with your PATH ($PATH)" ;;
esac
echo "echo l_$$" >x_tpath
chmod +x x_tpath
case x`(x_tpath) 2>/dev/null`
in
xl_$$)
;;
x)
(cd ../bin ; echo Sorry, . is not in your shell PATH" ($PATH)")
STAT=2 ;;
x$$)
echo Sorry, . is not in your PATH" ($PATH)" or after the ACK bin directory
STAT=3 ;;
*)
echo "Sorry, there is something wrong with your PATH ($PATH)"
STAT=4 ;;
esac
rm -f ../bin/x_tpath x_tpath
exit $STAT

View File

@@ -1,7 +0,0 @@
if (ack_sys ) >/dev/null 2>&1
then
exit 0
else
echo "You need to run 'first' first"
exit 1
fi

View File

@@ -1,7 +0,0 @@
/* Intended as a common directory for ALL temporary files */
#define TMP_DIR "/usr/tmp"
/* Access to the ACK tree and parts thereof */
#define EM_DIR "/usr/em" /* The root directory for EM stuff */
#define RTERR_PATH "etc/pc_rt_errors"
#define ACK_PATH "lib/descr"

View File

@@ -1,146 +0,0 @@
: check $PATH first
if sh ckpath
then :
else
exit 1
fi
: check write-ability of /tmp and /usr/tmp
if ( >/usr/tmp/aaax.$$ )
then
rm /usr/tmp/aaax.$$
else
echo /usr/tmp must exist and be writable.
exit 2
fi
if ( >/tmp/aaax.$$ )
then
rm /tmp/aaax.$$
else
echo /tmp must exist and be writable.
exit 2
fi
: set ACK HOME Directory in ../h/em_path.h
rm -f em_path.h
sed -e "/^#define[ ]*EM_DIR/s@\".*\"@\"`cd .. ; pwd`\"@" <../h/em_path.h >em_path.h
if cmp ../h/em_path.h em_path.h >/dev/null 2>&1
then
: Don't touch ../h/em_path.h, it's already correct
else
rm -f ../h/em_path.h
if mv em_path.h ../h >/dev/null 2>&1
then : success
else
echo "Sorry, can't replace ../h/em_path.h"
exit 7
fi
fi
: remove non-system as and ld from descr files
if (ack_sys) >/dev/null 2>&1
then
: echo Your system is: `ack_sys`.
else
echo -n "Give me the type of your system, the current choice is:
pdp_v7 PDP11 with sep I/D and version 7
vax_bsd4_1a VAX11 with BSD4.1a
vax_bsd4_1c VAX11 with BSD4.1c
vax_bsd4_2 VAX11 with BSD4.2
pc_ix IBM PC with PC/IX
m68_unisoft Motorola 68000 with Unisoft UNIX
ANY Neither of the above
system type: "
if read SYSNAME
then
echo echo "$SYSNAME" >../bin/ack_sys
chmod +x ../bin/ack_sys
case `ack_sys` in
pdp_v7|vax_bsd4_1[ac]|vax_bsd4_2|pc_ix|m68_unisoft) ;;
*) echo None of the software especially intended for the named systems will work ;;
esac
else
echo Sorry, got EOF when reading system name.
exit 8
fi
fi
echo -n "Your system is `ack_sys`, are you satisfied with that? (y/n) "
if read YESNO
then
case $YESNO in
j*|y*) ;;
n*) echo Ok, I will give you another chance....
rm -f ../bin/ack_sys
exec sh $0
;;
*) echo "I do not understand your answer ($YESNO). Bye"
exit 9
;;
esac
else
echo Sorry, got EOF when reading your answer.
exit 9
fi
: "Take action according to the system used"
: 'Prevent the use of the system assembler on for certain systems'
case `ack_sys` in
vax_bsd*) RMD=pdp ;;
pdp_*) RMD="vax2 vax4" ;;
*) RMD="pdp vax2 vax4" ;;
esac
for i in $RMD
do
( cd ../lib/$i
if grep '^name as$' descr >/dev/null 2>&1
then
cp descr descr.orig
ed - descr <<'ABC'
/^name as$/;/^end$/d
/^name ld$/;/^end$/d
w
q
ABC
fi
)
done
: 'Set the default machine in ../h/local.h'
case `ack_sys` in
pdp_v7) ACM=pdp ;;
vax_bsd4_1[ac]) ACM=vax2 ;;
vax_bsd4_2) ACM=vax2 ;;
pc_ix) ACM=ix ;;
m68_unisoft) ACM=m68k2 ;;
*) ACM=m68k2 ;;
esac
rm -f local.h
sed /ACKM/s/'".*"'/'"'$ACM'"'/ <../h/local.h >local.h
if cmp -s ../h/local.h local.h
then :
else
cp local.h ../h
rm -f local.h
fi
echo "Your default machine to compile for is $ACM"
case `ack_sys` in
vax_bsd4_*)
echo 'Installing the include directory in lib/vax2'
( cd ../lib/vax2 ; sh fetch_inc )
echo Done
case `ack_sys` in
vax_bsd4_1a) VERS=BSD41a ;;
vax_bsd4_1c) VERS=BSD41c ;;
vax_bsd4_2) VERS=BSD42 ;;
*) echo "Unknown VAX BSD version, look at mach/vax[24]/libem"
break ;;
esac
for i in vax2 vax4
do (
cd ../mach/$i/libem
ed - system.h <<ABC
g/^#/s/.*/\/* & *\//
/$VERS/s/^.*#/#/
/$VERS/s/*\/.*$//
w
q
ABC
) done
echo 'mach/vax[24]/libem/system.h reflects your BSD version.'
esac

View File

@@ -1,7 +0,0 @@
/* collection of options, selected by including or excluding 'defines' */
/* Version number of the EM object code */
# define VERSION 3 /* 16 bits number */
/* The default machine used by ack, acc, apc */
# define ACKM "pdp"

View File

@@ -1,10 +0,0 @@
install cmp:
opr:
make pr | opr
pr:
@pr Makefile *.h
clean:
-rm -f *.old

View File

@@ -1,12 +0,0 @@
#define ARMAG 0177545
struct ar_hdr {
char ar_name[14];
long ar_date;
char ar_uid;
char ar_gid;
int ar_mode;
long ar_size;
};
#define AR_TOTAL 26
#define AR_SIZE 22

View File

@@ -1 +0,0 @@
#define as_magic (sp_magic|(14<<8))

View File

@@ -1,29 +0,0 @@
#include <stdio.h>
/* $Header$ */
/* BASIC file io definitions */
extern FILE *_chanrd;
extern FILE *_chanwr;
extern int _chann;
/* BASIC file descriptor table */
/* Channel assignment:
-1 terminal IO
0 data file
1-15 user files
*/
/* FILE MODES:*/
#define IMODE 1
#define OMODE 2
#define RMODE 3
typedef struct {
char *fname;
FILE *fd;
int pos;
int mode;
int reclength;
}Filedesc;
extern Filedesc _fdtable[16];

View File

@@ -1,17 +0,0 @@
#
/* $Header$ */
/* Strings are allocated in a fixed string descriptor table
** This mechanism is used to avoid string copying as much as possible
*/
typedef struct{
char *strval;
int strcount;
int strlength;
} String;
String *_newstr() ;
#define MAXSTRING 1024

View File

@@ -1,156 +0,0 @@
/* offsets of interesting fields in EM-pattern */
#define PO_HASH 0
#define PO_NEXT 1
#define PO_MATCH 3
#define ILLHASH 0177777
/* Escapes in printstrings */
#define PR_TOK '\001'
#define PR_TOKFLD '\002'
#define PR_EMINT '\003'
#define PR_EMSTR '\004'
#define PR_ALLREG '\005'
#define PR_SUBREG '\006'
/*
* In case this list gets longer remember to keep out printable nonprintables
* like \t \n \r and the like.
*/
/* Commands for codegenerator, in low order 5 bits of byte */
#define DO_NEXTEM 0
#define DO_MATCH 1
#define DO_XMATCH 2
#define DO_XXMATCH 3
#define DO_REMOVE 4
#define DO_DEALLOCATE 5
#define DO_REALLOCATE 6
#define DO_ALLOCATE 7
#define DO_LOUTPUT 8
#define DO_ROUTPUT 9
#define DO_MOVE 10
#define DO_ERASE 11
#define DO_TOKREPLACE 12
#define DO_EMREPLACE 13
#define DO_COST 14
#define DO_RETURN 15
#define DO_COERC 16
#define DO_PRETURN 17
#define DO_RREMOVE 18
typedef struct instance {
int in_which;
# define IN_COPY 1
# define IN_RIDENT 2
# define IN_ALLOC 3
# define IN_DESCR 4
# define IN_REGVAR 5
int in_info[TOKENSIZE+1];
} inst_t,*inst_p;
typedef struct {
int c_size; /* index in enode-table */
int c_time; /* dito */
} cost_t,*cost_p;
typedef struct {
int m_set1; /* number of tokenexpr in move: from */
int m_expr1; /* optional expression */
int m_set2; /* number of tokenexpr in move: to */
int m_expr2; /* optional expression */
int m_cindex; /* code index to really do it */
cost_t m_cost; /* associated cost */
} move_t, *move_p;
typedef struct {
int set_size;
short set_val[SETSIZE];
} set_t,*set_p;
struct exprnode {
short ex_operator;
short ex_lnode;
short ex_rnode;
};
typedef struct exprnode node_t;
typedef struct exprnode *node_p;
typedef struct { /* to stack coercions */
int c1_texpno; /* token expression number */
int c1_expr; /* boolean expression */
int c1_prop; /* property of register needed */
int c1_codep; /* code index */
cost_t c1_cost; /* cost involved */
} c1_t,*c1_p;
#ifdef MAXSPLIT
typedef struct { /* splitting coercions */
int c2_texpno; /* token expression number */
int c2_nsplit; /* split factor */
int c2_repl[MAXSPLIT]; /* replacement instances */
int c2_codep; /* code index */
} c2_t,*c2_p;
#endif MAXSPLIT
typedef struct { /* one to one coercions */
int c3_texpno; /* token expression number */
int c3_prop; /* property of register needed */
int c3_repl; /* replacement instance */
int c3_codep; /* code index */
} c3_t,*c3_p;
/*
* contents of .ex_operator
*/
#define EX_TOKFIELD 0
#define EX_ARG 1
#define EX_CON 2
#define EX_ALLREG 3
#define EX_SAMESIGN 4
#define EX_SFIT 5
#define EX_UFIT 6
#define EX_ROM 7
#define EX_NCPEQ 8
#define EX_SCPEQ 9
#define EX_RCPEQ 10
#define EX_NCPNE 11
#define EX_SCPNE 12
#define EX_RCPNE 13
#define EX_NCPGT 14
#define EX_NCPGE 15
#define EX_NCPLT 16
#define EX_NCPLE 17
#define EX_OR2 18
#define EX_AND2 19
#define EX_PLUS 20
#define EX_CAT 21
#define EX_MINUS 22
#define EX_TIMES 23
#define EX_DIVIDE 24
#define EX_MOD 25
#define EX_LSHIFT 26
#define EX_RSHIFT 27
#define EX_NOT 28
#define EX_COMP 29
#define EX_COST 30
#define EX_STRING 31
#define EX_DEFINED 32
#define EX_SUBREG 33
#define EX_TOSTRING 34
#define EX_UMINUS 35
#define EX_REG 36
#define EX_LOWW 37
#define EX_HIGHW 38
#define EX_INREG 39
#define EX_REGVAR 40
#define getint(a,b) \
if ((a=((*(b)++)&BMASK)) >= 128) {\
a = ((a-128)<<BSHIFT) | (*(b)++&BMASK); \
}

View File

@@ -1,154 +0,0 @@
/* $Header$ */
/* offsets of interesting fields in EM-pattern */
#define PO_HASH 0
#define PO_NEXT 1
#define PO_MATCH 3
#define ILLHASH 0177777
/* Commands for codegenerator, in low order 5 bits of byte */
#define DO_NEXTEM 0
#define DO_MATCH 1
#define DO_XMATCH 2
#define DO_XXMATCH 3
#define DO_REMOVE 4
#define DO_DEALLOCATE 5
#define DO_REALLOCATE 6
#define DO_ALLOCATE 7
#define DO_MOVE 10
#define DO_ERASE 11
#define DO_TOKREPLACE 12
#define DO_EMREPLACE 13
#define DO_COST 14
#define DO_RETURN 15
#define DO_COERC 16
#define DO_PRETURN 17
#define DO_RREMOVE 18
#define DO_INSTR 19
#define DO_TEST 20
#define DO_DLINE 21
#define DO_SETCC 22
#ifndef MAXATT
#define MAXATT TOKENSIZE
#endif
typedef struct instance {
short in_which;
# define IN_COPY 1
# define IN_MEMB 2
# define IN_RIDENT 3
# define IN_ALLOC 4
# define IN_DESCR 5
# define IN_S_DESCR 6
# define IN_D_DESCR 7
short in_info[MAXATT+1];
} inst_t,*inst_p;
typedef struct set {
short set_size;
short set_val[SETSIZE];
} set_t,*set_p;
typedef struct {
short m_set1; /* number of tokenexpr in move: from */
short m_expr1; /* optional expression */
short m_set2; /* number of tokenexpr in move: to */
short m_expr2; /* optional expression */
short m_cindex; /* code index to really do it */
} move_t, *move_p;
typedef struct {
short t_set; /* number of tokenexpr in test */
short t_expr; /* optional expression */
short t_cindex; /* code index to really do it */
} test_t, *test_p;
struct exprnode {
short ex_operator;
short ex_lnode;
short ex_rnode;
};
typedef struct exprnode node_t;
typedef struct exprnode *node_p;
/*
* contents of .ex_operator
*/
#define EX_TOKFIELD 0
#define EX_ARG 1
#define EX_CON 2
#define EX_ALLREG 3
#define EX_SAMESIGN 4
#define EX_SFIT 5
#define EX_UFIT 6
#define EX_ROM 7
#define EX_NCPEQ 8
#define EX_SCPEQ 9
#define EX_RCPEQ 10
#define EX_NCPNE 11
#define EX_SCPNE 12
#define EX_RCPNE 13
#define EX_NCPGT 14
#define EX_NCPGE 15
#define EX_NCPLT 16
#define EX_NCPLE 17
#define EX_OR2 18
#define EX_AND2 19
#define EX_PLUS 20
#define EX_CAT 21
#define EX_MINUS 22
#define EX_TIMES 23
#define EX_DIVIDE 24
#define EX_MOD 25
#define EX_LSHIFT 26
#define EX_RSHIFT 27
#define EX_NOT 28
#define EX_COMP 29
#define EX_STRING 31
#define EX_DEFINED 32
#define EX_SUBREG 33
#define EX_TOSTRING 34
#define EX_UMINUS 35
#define EX_REG 36
#define EX_LOWW 37
#define EX_HIGHW 38
#define EX_INREG 39
#define EX_REGVAR 40
typedef struct { /* to stack coercions */
short c1_texpno; /* token expression number */
short c1_expr; /* boolean expression */
short c1_prop; /* property of register needed */
short c1_codep; /* code index */
} c1_t,*c1_p;
#ifdef MAXSPLIT
typedef struct { /* splitting coercions */
short c2_texpno; /* token expression number */
short c2_expr; /* optional boolean expression */
short c2_nsplit; /* split factor */
short c2_repl[MAXSPLIT];/* replacement instances */
short c2_codep; /* code index */
} c2_t,*c2_p;
#endif MAXSPLIT
typedef struct { /* one to one coercions */
short c3_texpno; /* token expression number */
short c3_expr; /* boolean expression */
short c3_prop; /* property of register needed */
short c3_repl; /* replacement instance */
short c3_codep; /* code index */
} c3_t,*c3_p;
#define getint(a,b) \
if ((a=((*(b)++)&BMASK)) >= 128) {\
a = ((a-128)<<BSHIFT) | (*(b)++&BMASK); \
}

View File

@@ -1,30 +0,0 @@
#define LINO_AD 0
#define FILN_AD 4
#define LINO (*(int *)(_hol0()+LINO_AD))
#define FILN (*(char **)(_hol0()+FILN_AD))
#define EARRAY 0
#define ERANGE 1
#define ESET 2
#define EIOVFL 3
#define EFOVFL 4
#define EFUNFL 5
#define EIDIVZ 6
#define EFDIVZ 7
#define EIUND 8
#define EFUND 9
#define ECONV 10
#define ESTACK 16
#define EHEAP 17
#define EILLINS 18
#define EODDZ 19
#define ECASE 20
#define EMEMFLT 21
#define EBADPTR 22
#define EBADPC 23
#define EBADLAE 24
#define EBADMON 25
#define EBADLIN 26
#define EBADGTO 27

View File

@@ -1,12 +0,0 @@
/*
* The various different hints as given after a mes ms_ego
*
* Yet to be stabilized
*/
#define ego_live 0 /* ,offset,size,regno */
#define ego_dead 1 /* ,offset,size,regno */
#define ego_assoc 2 /* ,offset,size,regno */
#define ego_unass 3 /* ,offset,size,regno */
#define ego_init 4 /* ,offset,size,regno */
#define ego_update 5 /* ,offset,size,regno */

View File

@@ -1,25 +0,0 @@
/* flags */
#define EM_PAR 0017 /* parameter type */
#define EM_FLO 0060 /* flow information */
/* types */
#define PAR_NO 0000 /* no parameter */
#define PAR_C 0001 /* constant */
#define PAR_D 0002 /* double word constant */
#define PAR_N 0003 /* numeric (>=0) */
#define PAR_F 0004 /* address offset */
#define PAR_L 0005 /* addressing locals/parameters */
#define PAR_G 0006 /* addressing globals */
#define PAR_W 0007 /* size: word multiple, fits word, possibly indirect */
#define PAR_S 0010 /* size: word multiple */
#define PAR_Z 0011 /* size: zero or word multiple */
#define PAR_O 0012 /* size: word multiple or word fraction */
#define PAR_P 0013 /* procedure name */
#define PAR_B 0014 /* branch: instruction label */
#define PAR_R 0015 /* register number (0,1,2) */
/* flow */
#define FLO_NO 0000 /* straight on */
#define FLO_C 0020 /* conditional branch */
#define FLO_P 0040 /* procedure: call and return */
#define FLO_T 0060 /* terminate: no return */

Some files were not shown because too many files have changed in this diff Show More