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.ASX is my modified listing, which will assemble
with MAS65 macro cross assembler, available from
http://www2.whidbey.net/~beattidp/
04 JAN 2000
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.
; 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.
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.
; 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.
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.