File:  [gforth] / gforth / asm / target.fs
Revision 1.1: download - view: text, annotated - select for diffs
Sat May 2 21:34:03 1998 UTC (25 years, 11 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Mega-Patch; added directories

    1: \ asm/target.fs
    2: 
    3: [IFUNDEF] there
    4: 
    5: .( no target compiling )
    6: ' here alias there
    7: \ ' dp alias tdp 
    8: ' @ alias t@
    9: ' ! alias t!
   10: ' c@ alias tc@
   11: ' c! alias tc!
   12: ' c, alias tc,
   13: ' , alias t,
   14: ' cell alias tcell
   15: ' cells alias tcells
   16: ' noop alias X
   17: 
   18: [THEN]

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