Changeset 259 for trunk/thune/mkboot.t

Show
Ignore:
Timestamp:
08/29/06 02:15:02 (2 years ago)
Author:
krobillard
Message:

Thune - Added 'make-opcodes. Fixed compile error on 64 bit systems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/mkboot.t

    r251 r259  
    197197 
    198198[0 swap add] proc :to-dec 
     199 
     200[blk | ctx num word] 
     201[ 
     202  [] context :ctx 
     203  blk [num word][ 
     204    opcode! num word make word ctx set 
     205  ] each.set 
     206  ctx 
     207] func :make-opcodes    ; (block -- ctx) 
    199208} 
    200209:env-script