代码搜索:COm
找到约 10,000 项符合「COm」的源代码
代码结果 10,000
www.eeworm.com/read/291798/8394732
hex com.hex
:100031004920616D206120676F6F6420626F7921B3
:100041002121200A00C0F9A4B0999282F88090BFC2
:01005100FFAF
:10008700D3EF9400EE9400400DE4FD0DBD3DFCEF71
:060097001F70ED1E80EA5F
:01009D002240
:10006E00E
www.eeworm.com/read/291798/8394741
opt com.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/291798/8394755
lst com.lst
C51 COMPILER V7.00 COM 03/24/2007 22:15:32 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE COM
OBJECT MODULE PLACED IN com
www.eeworm.com/read/291798/8394771
c com.c
/*******************************************************************************
********************************************************************************
* 描述:
www.eeworm.com/read/291574/8408802
png com.png
www.eeworm.com/read/191936/8415258
c com.c
/* Ogle - A video player
* Copyright (C) 2000, 2001 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/391068/8423223
com js.com
www.eeworm.com/read/391067/8423555
txt com病毒.txt
<mark>COM</mark>文件是一种单段执行结构,起源于CPM-86操作系统,其执行文件代码和执行时内存影象完全相同,其始执行偏移地址为100H,对应于文件的偏移0。运行我们的DEBUG程序,我们先来做一个练习。我们拿DOS6.22中的more.<mark>com</mark>来做实验。
C:\>debug more.<mark>com</mark>
-u
-u
0CA4:0100 B8371E MOV AX,1E37 ;注意前三个字节的内容
...
www.eeworm.com/read/391067/8424116
txt com.txt
COM格式文件最大64K,无重定位项目,加载速度快,且DS=ES=CS=SS,IP=100
即其第一条指令位于段内偏移量100H的位置,其格式为:
==================================================================
.model tiny ;这句很关键
.data