Menu

Future features/additions

J Olson
2009-06-23
2013-05-30
  • J Olson

    J Olson - 2009-06-23

    I would like to see the addition of signed (16-32 bit) math functions in GCB. Just the standard add, mutliply and divide.

    Mz

     
  • Alistair George

    Alistair George - 2009-12-01

    Pse add bit fields and bit compare

     
  • Hugh Considine

    Hugh Considine - 2009-12-02

    I recently implemented bit compare, it's in the 15/11/2009 update (and later), but be warned it takes a bit more code than byte compare as there aren't any instructions on the chips to do it directly. There has been the ability to define a bit variable (dim Something as Bit) for a while now.

     
  • Alistair George

    Alistair George - 2009-12-03

    Be great for newbies to have IDE with these easy settings. Also most other basic ide do have similar maybe in the todo basket for ron?
    http://www.rentron.com/PIC16F628.htm

     
  • Alistair George

    Alistair George - 2009-12-03

    Please consider:
    '#endif so why not have if, else if and endif (pse consider else if)
    also with defines how about (for example):
    <pre><code>
    if (mins<59 & hours<1) then
    '#ifdef matrix
    MatrixOut led3, 1
    '#else led=1:wdtdelay(5):led=0
    '#endif
    endif
    </code></pre>

     
  • Alistair George

    Alistair George - 2009-12-03

    of course meant 'elseif' :-(

     
  • Dan Damron

    Dan Damron - 2010-03-26

    Please consider assing SELECT CASE / END SELECT statements

    Thanks for all your efforts!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.