Mercurial > hg > CbC > old > device
comparison README @ 326:e5d40f8c4cce
bit-field continue.
author | kono |
---|---|
date | Sun, 20 Jun 2004 20:54:24 +0900 |
parents | 8a72b0afccfc |
children | 375d21a2b845 |
comparison
equal
deleted
inserted
replaced
325:b51b87ddf60c | 326:e5d40f8c4cce |
---|---|
125 | 125 |
126 Register float is supported in Power PC | 126 Register float is supported in Power PC |
127 // Register float arguments does no accepts assignment operation such as | 127 // Register float arguments does no accepts assignment operation such as |
128 // *=, /=, +=. | 128 // *=, /=, +=. |
129 | 129 |
130 No built-in alloca. | 130 //No built-in alloca. |
131 | 131 |
132 No varargs. | 132 // No varargs. |
133 | 133 |
134 Switch statements is implemented as series of compare and branch, | 134 Use stdarg |
135 no tables. | |
136 | 135 |
137 Some operations such as concatenation are not implemented in macro | 136 // Switch statements is implemented as series of compare and branch, |
138 processor. | 137 // no tables. |
138 | |
139 // Some operations such as concatenation are not implemented in macro | |
140 // processor. | |
139 | 141 |
140 Macro processor is a coroutine in this compiler, slightly different | 142 Macro processor is a coroutine in this compiler, slightly different |
141 from cpp. | 143 from cpp. |
142 | 144 |
143 No -g support. | 145 No -g support. |