Maybe I'm missing something obvious but where is the documentation, technical manual, etc for Pelles C? I've seen the Wiki but there's not much in there.
The sorts of things that I'm looking for:
- What are the C extensions? (And do they include gcc's label addresses, which allow you to write goto *p?)
- Does the inline assembler work in 64-bit mode? (Of the two examples I've seen, one is for 32-bit, the other is 64-bit but not inline.) And if so, are there more detailed docs?
Thanks.