SCM Repository
Diff of /sml/trunk/HISTORY
Parent Directory
|
Revision Log
|
Patch
revision 593, Tue Apr 4 07:26:33 2000 UTC | revision 594, Tue Apr 4 23:41:47 2000 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | Description: | Description: |
14 | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
15 | Name: Allen Leung | Name: Allen Leung |
16 | Date: 2000/04/04 19:39:00 EST | |
17 | Tag: leunga-20000404-x86-asm | |
18 | Description: | |
19 | ||
20 | 1. Fixed a problem in X86 assembly. | |
21 | ||
22 | Things like | |
23 | ||
24 | jmp %eax | |
25 | jmp (%eax) | |
26 | ||
27 | should be output as | |
28 | ||
29 | jmp *%eax | |
30 | jmp *(%eax) | |
31 | ||
32 | 2. Assembly output | |
33 | ||
34 | Added a new flag | |
35 | ||
36 | "asm-indent-copies" (default to false) | |
37 | ||
38 | When this flag is on, parallel copies will be indented an extra level. | |
39 | ||
40 | ---------------------------------------------------------------------- | |
41 | Name: Allen Leung | |
42 | Date: 2000/04/04 03:18:00 EST | Date: 2000/04/04 03:18:00 EST |
43 | Tag: leunga-20000404-C--Moby | Tag: leunga-20000404-C--Moby |
44 | Description: | Description: |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |