代码搜索:forth
找到约 5,349 项符合「forth」的源代码
代码结果 5,349
www.eeworm.com/read/455804/7365419
makefile
SIMTTY = /dev/pts/1
OS := $(shell uname)
# XXX need a better way of determining this
HOST := x86
HOSTDIR := $(shell eval "(cd ../../${HOST}/${OS}; pwd)")
all: kernel.hex
.PHONY: FORCE all clean
www.eeworm.com/read/198125/7950240
asm 2-13.asm
stack segment stack 'stack'
dw 32 dup(?)
stack ends
data segment
FIRST dd 0FFFFFFFBH
Forth db 4 dup(0)
data ends
code segment
begin proc far
assume ss:stack,cs:cod
www.eeworm.com/read/142862/12912988
html classforthvm_1_1wordheader.html
ForthVM::WordHeader Class Reference
www.eeworm.com/read/142862/12912992
html structforthvm_1_1wordlist.html
ForthVM::Wordlist Struct Reference