--- gforth/arch/misc/asm.fs 2002/10/02 15:31:13 1.4 +++ gforth/arch/misc/asm.fs 2007/12/31 19:02:24 1.9 @@ -1,5 +1,22 @@ \ PIE MISC assembler +\ Copyright (C) 1998,2000,2003,2004,2007 Free Software Foundation, Inc. + +\ This file is part of Gforth. + +\ Gforth is free software; you can redistribute it and/or +\ modify it under the terms of the GNU General Public License +\ as published by the Free Software Foundation, either version 3 +\ of the License, or (at your option) any later version. + +\ This program is distributed in the hope that it will be useful, +\ but WITHOUT ANY WARRANTY; without even the implied warranty of +\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +\ GNU General Public License for more details. + +\ You should have received a copy of the GNU General Public License +\ along with this program. If not, see http://www.gnu.org/licenses/. + Vocabulary assembler also assembler also definitions forth \ [IFUNDEF] cross @@ -66,6 +83,9 @@ Create marks $10 cells allot >in @ bl word count X here symentry >in ! ahere Constant ; +: code + -1 ABORT" Need end-code or end-label before a new code definition" ; + also forth definitions : label also assembler label ;