Diff for /gforth/asm/generic.fs between versions 1.9 and 1.10

version 1.9, 2010/05/08 18:26:57 version 1.10, 2010/05/08 19:24:05
Line 185  Variable ByteDirection \ -1 = big endian Line 185  Variable ByteDirection \ -1 = big endian
   
 : Table  ( "name" -- )  : Table  ( "name" -- )
   \G create table that lists allowed operand/mode combinations for opcode    \G create table that lists allowed operand/mode combinations for opcode
   \G "name"    \G "name".  Note that during assembling, table will be scanned in reverse
     \G order!
   Reset     Reset 
   Create here to Table-Link 0 dic,    Create here to Table-Link 0 dic,
   DOES> I-Init    DOES> I-Init

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>