The ZIP file for FIG on the Source Code page has two versions. The readme file says the following:
Quote:
FIG6502.ASM is the original FIG listing, for a Rockwell native assembler.
FIG6502.ASX is my modified listing, which will assemble
with MAS65 macro cross assembler, available from
http://www2.whidbey.net/~beattidp/04 JAN 2000
FIG6502.ASM starts with the following:
Quote:
;
; Through the courtesy of
;
; FORTH INTEREST GROUP
; P.O. BOX 2154
; OAKLAND, CALIFORNIA
; 94621
;
;
; Release 1.1
;
; with compiler security
; and
; variable length names
;
; Further distribution must include the above notice.
FIG6502.ASX starts with the following:
Quote:
;
; Through the courtesy of
;
; FORTH INTEREST GROUP
; P.O. BOX 2154
; OAKLAND, CALIFORNIA
; 94621
;
;
; Release 1.k0010
;
; with compiler security
; and
; variable length names
;
; Further distribution need not include this notice.
Do I need to include the notice or not?
I have built my own forth from the asx file, and was wondering what if any credit needs to be mentioned considering that the only thing that still looks the same is this introductory message. Everything else has been fundamentally re-written.