Changeset 259 for trunk/thune/boot.c
- Timestamp:
- 08/29/06 02:15:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/boot.c
r251 r259 171 171 "] proc :dirize ; (path -- path)\n" 172 172 "[0 swap add] proc :to-dec\n" 173 "[blk | ctx num word]\n" 174 "[\n" 175 " [] context :ctx\n" 176 " blk [num word][\n" 177 " opcode! num word make word ctx set\n" 178 " ] each.set\n" 179 " ctx\n" 180 "] func :make-opcodes ; (block -- ctx)\n" 173 181 ;
