代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/332813/12726412
h vm.h
#ifndef _VM_H_
#define _VM_H_
// VM.H: Header file for VM.CPP
#include "stack.h" // Stack template class
#include "mystring.h" // String class
#include "synttree.h"
#include "intcode.h"
/*
www.eeworm.com/read/145008/12756795
v test.v
//
// Copyright (c) 1999 Thomas Coonan (tcoonan@mindspring.com)
//
// This source code is free software; you can redistribute it
// and/or modify it in source code form under the terms of the GN
www.eeworm.com/read/327441/13078028
c peep68.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/140161/13103539
c peep68.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103976
c peep386.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t