File:  [gforth] / gforth / arch / 386 / testasm.fs
Revision 1.3: download - view: text, annotated - select for diffs
Sun Jul 30 19:56:05 2000 UTC (23 years, 8 months ago) by pazsan
Branches: MAIN
CVS tags: v0-5-0, HEAD
Added code for DEL key in doskey.fs
Fixed gforthmi.bat (always uses gforth-d now, no env variable)
Deleted setbuf workaround for DOS in prim
Replaced Andrew's assembler with the one from bigFORTH
Fixed 0.5e f. bug in ecvt.c

\ this code works with the following register assignments:
\ esi=sp, ebx=tos

code my+ ( n1 n2 -- n )
    4 si D) bx add
    4 # si add
    Next
end-code

\ see my+
\ 3 5 my+ .

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