NO

Author Topic: Documentation  (Read 2106 times)

sal55

  • Guest
Documentation
« on: January 16, 2014, 11:34:56 AM »
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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Documentation
« Reply #1 on: January 16, 2014, 01:34:11 PM »
Maybe I'm missing something obvious but where is the documentation, technical manual, etc for Pelles C?
In PellesC folder bin\help
- 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?
No inline assembler for 64-bit.
May the source be with you