代码搜索:pcode
找到约 332 项符合「pcode」的源代码
代码结果 332
www.eeworm.com/read/171026/5400558
h pdata.h
///////////////////////////////////////////////////////////////////////
// pdata.h
#pragma VxD_PAGEABLE_DATA_SEG
#undef CURSEG
#define CURSEG() PCODE
www.eeworm.com/read/474195/6816291
al string.al
.CSEG
;PCODE: $00000000 VOL: 0
;PCODE: $00000001 VOL: 0
;PCODE: $00000002 VOL: 0
ldd r31,y+6
;PCODE: $00000003 VOL: 0
ldd r30,y+5
;PCODE: $00000004 VOL: 0
ldd r25,y+1
;PCODE
www.eeworm.com/read/474195/6816295
al stdio.al
;PCODE: $00000000 VOL: 0
#ifndef __SLEEP_DEFINED__
;PCODE: $00000001 VOL: 0
#define __SLEEP_DEFINED__
;PCODE: $00000002 VOL: 0
.EQU __se_bit=0x20
;PCODE: $00000003 VOL: 0
.EQU __sm_mask=0x1
www.eeworm.com/read/393924/8255192
al string.al
.CSEG
;PCODE: $00000000 VOL: 0
;PCODE: $00000001 VOL: 0
;PCODE: $00000002 VOL: 0
ldd r31,y+6
;PCODE: $00000003 VOL: 0
ldd r30,y+5
;PCODE: $00000004 VOL: 0
ldd r25,y+1
;PCODE
www.eeworm.com/read/393924/8255211
al stdio.al
;PCODE: $00000000 VOL: 0
#ifndef __SLEEP_DEFINED__
;PCODE: $00000001 VOL: 0
#define __SLEEP_DEFINED__
;PCODE: $00000002 VOL: 0
.EQU __se_bit=0x20
;PCODE: $00000003 VOL: 0
.EQU __sm_mask=0x1
www.eeworm.com/read/393924/8255224
al stdlib.al
.CSEG
;PCODE: $00000000 VOL: 0
;PCODE: $00000001 VOL: 0
ld r30,y+
;PCODE: $00000002 VOL: 0
ld r31,y+
;PCODE: $00000003 VOL: 0
sbiw r30,0
;PCODE: $00000004 VOL: 0
brpl _
www.eeworm.com/read/107810/15599363
h pdata.h
///////////////////////////////////////////////////////////////////////
// pdata.h
#pragma VxD_PAGEABLE_DATA_SEG
#undef CURSEG
#define CURSEG() PCODE
www.eeworm.com/read/380049/9167245
al math.al
.CSEG
;PCODE: $00000000 VOL: 0
;PCODE: $00000001 VOL: 0
ld r26,y+
;PCODE: $00000002 VOL: 0
ld r30,y+
;PCODE: $00000003 VOL: 0
cp r26,r30
;PCODE: $00000004 VOL: 0
brlt
www.eeworm.com/read/363581/9944622
pas u_usermanage.pas
unit U_UserManage;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
HGrids, HDBGrids, TB97Tlbr, TB97Ctls, TB97, DBTables, Db, Menus;
type
TFm_
www.eeworm.com/read/272848/10941147
cpp compress.cpp
// LZW compression
#include
#include
#include "hashChains.h"
using namespace std;
// constants
const DIVISOR = 4099, // hash function DIVISOR
MAX_CODES =