From the data sheet the gpio weak pullups are in the OPTION register and bit 6 needs to be cleared to enable them. GCBasic can handle register bits individually, and a quick look at the 10f200.dat file (from the chipdata folder), we get NOT_GPPU as bit 6 of the OPTION register.
Set NOT_GPPU off 'enable weak pullups
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how? what is the command?
From the data sheet the gpio weak pullups are in the OPTION register and bit 6 needs to be cleared to enable them. GCBasic can handle register bits individually, and a quick look at the 10f200.dat file (from the chipdata folder), we get NOT_GPPU as bit 6 of the OPTION register.