代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/375736/2721587
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/351636/3102086
h vcl_map.h
#ifndef vcl_sunpro_map_h_
#define vcl_sunpro_map_h_
/*
fsm
*/
#include
// this avoids the VCL_SUNPRO_ALLOCATOR_HACK
template
struct
www.eeworm.com/read/260597/4331592
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/254811/4380531
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/158872/5590148
h sim-main.h
// OBSOLETE /* Main header for the fr30. */
// OBSOLETE
// OBSOLETE #define USING_SIM_BASE_H /* FIXME: quick hack */
// OBSOLETE
// OBSOLETE struct _sim_cpu; /* FIXME: should be in sim-basics.h */
www.eeworm.com/read/193277/8242977
m sort_internal.m
function [F,vars] = sort_internal(t,X,data);%ii,D,V);
% Hack to figure out all the sorted variables, not just this index.
% Sort is implemented in a slighlt different way (general feature in
% fu