Changeset 510 for trunk/thune/gc.c

Show
Ignore:
Timestamp:
02/10/08 23:53:46 (9 months ago)
Author:
krobillard
Message:

'loop is now an opcode and can act as loop.to for integers.
File port! read now handles optional limit.
console.out now handles binary!.
Can now 'make an int! from first 4 bytes of a binary!
Added ur_initDecimal macro.
Added 'fcalc.
Removed word inc/dec.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gc.c

    r509 r510  
    394394                break; 
    395395 
     396            case CC_LOOP: 
     397                --it; 
     398                SET_BIT_BLOCK_L( it->cell.series.n ) 
     399                --it; 
     400                break; 
     401 
    396402            case CC_REDUCE: 
    397403                SET_BIT_BLOCK_L( it->reduce.n )