rui314 / chibicc

A small C compiler
MIT License
9.67k stars 881 forks source link

How to set 32-bit word size? #131

Open redthing1 opened 1 year ago

redthing1 commented 1 year ago

Hello, Trying to write a codegen for 32 bit CPU, how do I set the word size to be 32 bits? Specifically the size of int.