X86 asm代码 是怎么微信分享后才能看代码到

&>&命令行x86汇编器
命令行x86汇编器
上传大小:666KB
命令行x86汇编器。
D:\asm32&asm32
mov eax,0x
mov ebx,eax
0 56 34 12
eax, 345678H
0000e 8b d8
综合评分:0(0位用户评分)
下载个数:
{%username%}回复{%com_username%}{%time%}\
/*点击出现回复框*/
$(".respond_btn").on("click", function (e) {
$(this).parents(".rightLi").children(".respond_box").show();
e.stopPropagation();
$(".cancel_res").on("click", function (e) {
$(this).parents(".res_b").siblings(".res_area").val("");
$(this).parents(".respond_box").hide();
e.stopPropagation();
/*删除评论*/
$(".del_comment_c").on("click", function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_invalid/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parents(".conLi").remove();
alert(data.msg);
$(".res_btn").click(function (e) {
var parentWrap = $(this).parents(".respond_box"),
q = parentWrap.find(".form1").serializeArray(),
resStr = $.trim(parentWrap.find(".res_area_r").val());
console.log(q);
//var res_area_r = $.trim($(".res_area_r").val());
if (resStr == '') {
$(".res_text").css({color: "red"});
$.post("/index.php/comment/do_comment_reply/", q,
function (data) {
if (data.succ == 1) {
var $target,
evt = e || window.
$target = $(evt.target || evt.srcElement);
var $dd = $target.parents('dd');
var $wrapReply = $dd.find('.respond_box');
console.log($wrapReply);
//var mess = $(".res_area_r").val();
var mess = resS
var str = str.replace(/{%header%}/g, data.header)
.replace(/{%href%}/g, 'http://' + window.location.host + '/user/' + data.username)
.replace(/{%username%}/g, data.username)
.replace(/{%com_username%}/g, data.com_username)
.replace(/{%time%}/g, data.time)
.replace(/{%id%}/g, data.id)
.replace(/{%mess%}/g, mess);
$dd.after(str);
$(".respond_box").hide();
$(".res_area_r").val("");
$(".res_area").val("");
$wrapReply.hide();
alert(data.msg);
}, "json");
/*删除回复*/
$(".rightLi").on("click", '.del_comment_r', function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_comment_del/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parent().parent().parent().parent().parent().remove();
$(e.target).parents('.res_list').remove()
alert(data.msg);
//填充回复
function KeyP(v) {
var parentWrap = $(v).parents(".respond_box");
parentWrap.find(".res_area_r").val($.trim(parentWrap.find(".res_area").val()));
评论共有0条
综合评分:
积分/C币:3
综合评分:
积分/C币:3
综合评分:
积分/C币:3
综合评分:
积分/C币:10
VIP会员动态
CSDN下载频道资源及相关规则调整公告V11.10
下载频道用户反馈专区
下载频道积分规则调整V1710.18
spring mvc+mybatis+mysql+maven+bootstrap 整合实现增删查改简单实例.zip
资源所需积分/C币
当前拥有积分
当前拥有C币
输入下载码
为了良好体验,不建议使用迅雷下载
命令行x86汇编器
会员到期时间:
剩余下载个数:
剩余积分:0
为了良好体验,不建议使用迅雷下载
积分不足!
资源所需积分/C币
当前拥有积分
您可以选择
程序员的必选
绿色安全资源
资源所需积分/C币
当前拥有积分
当前拥有C币
(仅够下载10个资源)
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
为了良好体验,不建议使用迅雷下载
资源所需积分/C币
当前拥有积分
当前拥有C币
您的积分不足,将扣除 10 C币
为了良好体验,不建议使用迅雷下载
你当前的下载分为234。
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可返还被扣除的积分
被举报人:
zhao4zhong1
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
命令行x86汇编器>> x86inc.asm
x86inc.asm ( 文件浏览 )
;*****************************************************************************
;* x86inc.asm
;*****************************************************************************
;* Copyright (C)
x264 project
;* Authors: Loren Merritt &lorenm@u.washington.edu&
Anton Mitrofanov &BugMaster@narod.ru&
;* This prog you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
;* the Free Software F either version 2 of the License, or
;* (at your option) any later version.
;* This program is distributed in the hope that it will be useful,
;* but WITHOUT ANY WARRANTY; without even the implied warranty of
;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
;* GNU General Public License for more details.
;* You should have received a copy of the GNU General Public License
;* alo if not, write to the Free Software
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02111, USA.
;*****************************************************************************
%ifdef ARCH_X86_64
%ifidn __OUTPUT_FORMAT__,win32
%define WIN64
%define UNIX64
; FIXME: All of the 64bit asm functions that take a stride as an argument
; via register, assume that the high dword of that register is filled with 0.
; This is true in practice (since we never do any 64bit arithmetic on strides,
; and x264's strides are all positive), but is not guaranteed by the ABI.
; Name of the .rodata section.
; Kludge: Something on OS X fails to align .rodata even given an align attribute,
; so use a different read-only section.
%macro SECTION_RODATA 0
%ifidn __OUTPUT_FORMAT__,macho64
SECTION .text align=16
%elifidn __OUTPUT_FORMAT__,macho
SECTION .text align=16
SECTION .rodata align=16
; PIC support macros.
; x86_64 can't fit 64bit address literals in most instruction types,
; so shared objects (under the assumption that they might be anywhere
; in memory) must use an address mode that does fit.
; So all accesses to global variables must use this macro, e.g.
mov eax, [foo GLOBAL]
; instead of
mov eax, [foo]
; x86_32 doesn't require PIC.
; Some distros prefer shared objects to be PIC, but nothing breaks if
; the code contains a few textrels, so we'll skip that complexity.
%ifdef WIN64
%define PIC
%elifndef ARCH_X86_64
%undef PIC
%ifdef PIC
%define GLOBAL wrt rip
%define GLOBAL
; Macros to eliminate most code duplication between x86_32 and x86_64:
; Currently this works only for leaf functions which load all their arguments
; into registers at the start, and make no other use of the stack. Luckily that
; covers most of x264's asm.
; PROLOGUE:
; %1 = number of arguments. loads them from stack if needed.
; %2 = number of registers used. pushes callee-saved regs if needed.
; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
; %4 = list of names to define to registers
; PROLOGUE can also be invoked by adding the same options to cglobal
; cglobal foo, 2,3, dst, src, tmp
; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
; TODO Some functions can use some args directly from the stack. If they're the
; last args then you can just not declare them, but if they're in the middle
; we need more flexible macro.
; Pops anything that was pushed by PROLOGUE
; REP_RET:
; Same, but if it doesn't pop anything it becomes a 2-byte ret, for athlons
; which are slow when a normal ret follows a branch.
; registers:
; rN and rNq are the native-size register holding function argument N
; rNd, rNw, rNb are dword, word, and byte size
; rNm is the original location of arg N (a register or on the stack), dword
; rNmp is native size
%macro DECLARE_REG 6
%define r%1q %2
%define r%1d %3
%define r%1w %4
%define r%1b %5
%define r%1m %6
%ifid %6 ; i.e. it's a register
%define r%1mp %2
%elifdef ARCH_X86_64 ; memory
%define r%1mp qword %6
%define r%1mp dword %6
%define r%1
%macro DECLARE_REG_SIZE 2
%define r%1q r%1
%define e%1q r%1
%define r%1d e%1
%define e%1d e%1
%define r%1w %1
%define e%1w %1
%define r%1b %2
%define e%1b %2
%ifndef ARCH_X86_64
%define r%1
DECLARE_REG_SIZE ax, al
DECLARE_REG_SIZE bx, bl
DECLARE_REG_SIZE cx, cl
DECLARE_REG_SIZE dx, dl
DECLARE_REG_SIZE si, sil
DECLARE_REG_SIZE di, dil
DECLARE_REG_SIZE bp, bpl
; t# defines for when per-arch register allocation is more complex than just function arguments
%macro DECLARE_REG_TMP 1-*
%assign %%i 0
CAT_XDEFINE t, %%i, r%1
%assign %%i %%i+1
%macro DECLARE_REG_TMP_SIZE 0-*
%define t%1q t%1 %+ q
%define t%1d t%1 %+ d
%define t%1w t%1 %+ w
%define t%1b t%1 %+ b
DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7
%ifdef ARCH_X86_64
%define gprsize 8
%define gprsize 4
%macro PUSH 1
%assign stack_offset stack_offset+gprsize
%macro POP 1
%assign stack_offset stack_offset-gprsize
%macro SUB 2
sub %1, %2
%ifidn %1, rsp
%assign stack_offset stack_offset+(%2)
%macro ADD 2
add %1, %2
%ifidn %1, rsp
%assign stack_offset stack_offset-(%2)
%macro movifnidn 2
%ifnidn %1, %2
mov %1, %2
%macro movsxdifnidn 2
%ifnidn %1, %2
movsxd %1, %2
%macro ASSERT 1
%if (%1) == 0
%error assert failed
%macro DEFINE_ARGS 0-*
%ifdef n_arg_names
%assign %%i 0
%rep n_arg_names
CAT_UNDEF arg_name %+ %%i, q
CAT_UNDEF arg_name %+ %%i, d
CAT_UNDEF arg_name %+ %%i, w
CAT_UNDEF arg_name %+ %%i, b
CAT_UNDEF arg_name, %%i
%assign %%i %%i+1
%assign %%i 0
%xdefine %1q r %+ %%i %+ q
%xdefine %1d r %+ %%i %+ d
%xdefine %1w r %+ %%i %+ w
%xdefine %1b r %+ %%i %+ b
CAT_XDEFINE arg_name, %%i, %1
%assign %%i %%i+1
%assign n_arg_names %%i
%ifdef WIN64 ; Windows x64 ;=================================================
DECLARE_REG 0, rcx, ecx, cx,
DECLARE_REG 1, rdx, edx, dx,
DECLARE_REG 2, r8,
r8d, r8w, r8b, r8d
DECLARE_REG 3, r9,
r9d, r9w, r9b, r9d
DECLARE_REG 4, rdi, edi, di,
dil, [rsp + stack_offset + 40]
DECLARE_REG 5, rsi, esi, si,
sil, [rsp + stack_offset + 48]
DECLARE_REG 6, rax, eax, ax,
[rsp + stack_offset + 56]
%define r7m [rsp + stack_offset + 64]
%define r8m [rsp + stack_offset + 72]
%macro LOAD_IF_USED 2 ; reg_id, number_of_args
%if %1 & %2
mov r%1, [rsp + stack_offset + 8 + %1*8]
%macro PROLOGUE 2-4+ ; #args, #regs, #xmm_regs, arg_names...
ASSERT %2 &= %1
%assign regs_used %2
ASSERT regs_used &= 7
%if %0 & 2
%assign xmm_regs_used %3
%assign xmm_regs_used 0
ASSERT xmm_regs_used &= 16
%if regs_used & 4
%assign stack_offset stack_offset+16
%if xmm_regs_used & 6
sub rsp, (xmm_regs_used-6)*16+16
%assign stack_offset stack_offset+(xmm_regs_used-6)*16+16
%assign %%i xmm_regs_used
%rep (xmm_regs_used-6)
%assign %%i %%i-1
movdqa [rsp + (%%i-6)*16+8], xmm %+ %%i
LOAD_IF_USED 4, %1
LOAD_IF_USED 5, %1
LOAD_IF_USED 6, %1
DEFINE_ARGS %4
%macro RESTORE_XMM_INTERNAL 1
%if xmm_regs_used & 6
%assign %%i xmm_regs_used
%rep (xmm_regs_used-6)
%assign %%i %%i-1
movdqa xmm %+ %%i, [%1 + (%%i-6)*16+8]
add %1, (xmm_regs_used-6)*16+16
%macro RESTORE_XMM 1
RESTORE_XMM_INTERNAL %1
%assign stack_offset stack_offset-(xmm_regs_used-6)*16+16
%assign xmm_regs_used 0
%macro RET 0
RESTORE_XMM_INTERNAL rsp
%if regs_used & 4
%macro REP_RET 0
%if regs_used & 4 || xmm_regs_used & 6
%elifdef ARCH_X86_64 ; *nix x64 ;=============================================
DECLARE_REG 0, rdi, edi, di,
DECLARE_REG 1, rsi, esi, si,
DECLARE_REG 2, rdx, edx, dx,
DECLARE_REG 3, rcx, ecx, cx,
DECLARE_REG 4, r8,
r8d, r8w, r8b, r8d
DECLARE_REG 5, r9,
r9d, r9w, r9b, r9d
DECLARE_REG 6, rax, eax, ax,
[rsp + stack_offset + 8]
%define r7m [rsp + stack_offset + 16]
%define r8m [rsp + stack_offset + 24]
%macro LOAD_IF_USED 2 ; reg_id, number_of_args
%if %1 & %2
mov r%1, [rsp - 40 + %1*8]
%macro PROLOGUE 2-4+ ; #args, #regs, #xmm_regs, arg_names...
ASSERT %2 &= %1
ASSERT %2 &= 7
LOAD_IF_USED 6, %1
DEFINE_ARGS %4
%macro RET 0
%macro REP_RET 0
% X86_32 ;==============================================================
DECLARE_REG 0, eax, eax, ax, al,
[esp + stack_offset + 4]
DECLARE_REG 1, ecx, ecx, cx, cl,
[esp + stack_offset + 8]
DECLARE_REG 2, edx, edx, dx, dl,
[esp + stack_offset + 12]
DECLARE_REG 3, ebx, ebx, bx, bl,
[esp + stack_offset + 16]
DECLARE_REG 4, esi, esi, si, null, [esp + stack_offset + 20]
DECLARE_REG 5, edi, edi, di, null, [esp + stack_offset + 24]
DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28]
%define r7m [esp + stack_offset + 32]
%define r8m [esp + stack_offset + 36]
%define rsp esp
%macro PUSH_IF_USED 1 ; reg_id
%if %1 & regs_used
%assign stack_offset stack_offset+4
%macro POP_IF_USED 1 ; reg_id
%if %1 & regs_used
(文件超长,未完全显示,请下载后阅读剩余部分)
展开> <收缩
下载源码到电脑,阅读使用更方便
还剩0行未阅读,继续阅读 ▼
Sponsored links
源码文件列表
温馨提示: 点击源码文件名可预览文件内容哦 ^_^
12.84 kB26-11-09 13:47
3.53 kB26-11-09 13:47
APar_sha1.o15.47 kB14-05-10 20:32
12.53 kB26-11-09 13:47
1.46 kB26-11-09 13:47
APar_uuid.o11.69 kB14-05-10 20:32
15.99 kB26-11-09 13:47
53.71 kB26-11-09 13:47
2.74 kB26-11-09 13:47
AP_AtomExtracts.o48.57 kB14-05-10 20:32
13.67 kB06-04-10 10:37
3.30 kB26-11-09 13:47
AP_commons.o16.34 kB14-05-10 20:32
19.92 kB26-11-09 13:47
3.16 kB26-11-09 13:47
AP_iconv.o12.86 kB14-05-10 20:32
1.10 kB26-11-09 13:47
AP_NSFile_utils.mm5.96 kB26-11-09 13:47
1.03 kB26-11-09 13:47
AP_NSImage.mm7.60 kB26-11-09 13:47
221.33 kB14-05-10 20:31
22.96 kB06-04-10 10:17
AtomicParsley.o154.43 kB14-05-10 20:32
6.84 kB26-11-09 13:47
1.20 kB26-11-09 13:47
AtomicParsley_genres.o12.64 kB14-05-10 20:32
libAtomicParsley.a278.88 kB14-05-10 20:32
808.00 B26-11-09 13:47
b.3gp1.10 MB26-11-09 18:19
1.10 kB06-04-10 13:38
309.00 B26-11-09 13:47
5.42 kB26-11-09 22:43
957.00 B26-11-09 13:47
Convert.o8.51 kB14-05-10 20:32
2.70 kB26-11-09 13:47
1.56 kB26-11-09 13:47
7.53 kB26-11-09 13:47
3.61 kB26-11-09 13:47
DGlobal.o13.67 kB14-05-10 20:32
5.88 kB26-11-09 13:47
1.59 kB26-11-09 13:47
GetBits.o5.98 kB14-05-10 20:32
10.31 kB26-11-09 13:47
1.69 kB26-11-09 13:47
GetBlk.o11.96 kB14-05-10 20:32
5.35 kB26-11-09 13:47
1.50 kB26-11-09 13:47
GetHdr.o7.82 kB14-05-10 20:32
32.44 kB26-11-09 13:47
2.26 kB26-11-09 13:47
GetPic.o31.67 kB14-05-10 20:32
10.92 kB26-11-09 13:47
1.66 kB26-11-09 13:47
GetVlc.o13.49 kB14-05-10 20:32
470.00 B30-11-09 12:14
373.00 B30-11-09 12:16
H263Dec.o3.60 kB14-05-10 20:32
6.79 kB26-11-09 13:47
1.88 kB26-11-09 13:47
Idct.o6.08 kB14-05-10 20:32
4.32 kB26-11-09 13:47
1.40 kB26-11-09 13:47
Idctref.o3.92 kB14-05-10 20:32
4.21 kB26-11-09 13:47
1.74 kB26-11-09 13:47
Indices.o6.14 kB14-05-10 20:32
libH263Dec.a180.40 kB14-05-10 20:32
2.78 kB26-11-09 13:47
1.24 kB30-11-09 12:14
21.69 kB26-11-09 13:47
2.70 kB26-11-09 13:47
Recon.o26.41 kB14-05-10 20:32
6.86 kB26-11-09 13:47
1.50 kB26-11-09 13:47
Sac.o7.12 kB14-05-10 20:32
12.36 kB26-11-09 13:47
2.04 kB26-11-09 13:47
Sactbls.o11.41 kB14-05-10 20:32
10.33 kB06-04-10 10:59
4.02 kB26-11-09 13:47
TmnDec.o12.84 kB14-05-10 20:32
5.45 kB26-11-09 13:47
YuvToRgb.o6.14 kB14-05-10 20:32
&h263dec.log&0.00 B14-05-10 20:32
3.99 kB30-11-09 17:35
755.00 B30-11-09 17:11
H264Enc.o40.15 kB14-05-10 20:32
1.09 kB06-04-10 10:56
result.264334.82 kB14-05-10 20:32
result.amr110.62 kB14-05-10 20:32
vdo_t4886.78 kB14-05-10 20:32
1.83 kB06-04-10 12:33
vdo_t4.o7.01 kB14-05-10 20:32
3.88 kB06-04-10 12:25
245.00 B26-11-09 14:17
v_conv.o9.34 kB14-05-10 20:32
14.20 kB26-11-09 16:07
3.09 kB26-11-09 13:47
v_parser.o18.16 kB14-05-10 20:32
789.00 B26-11-09 13:47
8.44 kB30-11-09 12:36
1.16 kB26-11-09 14:13
v_util.o10.92 kB14-05-10 20:32
#x264.c#38.37 kB30-11-09 16:05
.depend5.76 kB26-11-09 14:25
AUTHORS1.96 kB26-11-09 14:25
libx264.vcproj30.34 kB26-11-09 14:25
x264.sln1.44 kB26-11-09 14:25
x264.vcproj4.75 kB26-11-09 14:25
7.17 kB26-11-09 14:25
42.66 kB26-11-09 14:25
3.45 kB26-11-09 14:25
cabac.o7.61 kB26-11-09 14:25
28.07 kB26-11-09 14:25
20.14 kB26-11-09 14:25
common.o21.53 kB26-11-09 14:25
9.62 kB26-11-09 14:25
2.02 kB26-11-09 14:25
cpu.o1.41 kB26-11-09 14:25
20.81 kB26-11-09 14:25
4.86 kB26-11-09 14:25
dct.o44.82 kB26-11-09 14:25
7.85 kB26-11-09 14:25
1.63 kB26-11-09 14:25
35.89 kB26-11-09 14:25
5.55 kB26-11-09 14:25
frame.o31.50 kB26-11-09 14:25
54.82 kB26-11-09 14:25
15.71 kB30-11-09 14:15
macroblock.o33.08 kB26-11-09 14:25
14.56 kB26-11-09 14:25
3.54 kB26-11-09 14:25
mc.o14.46 kB26-11-09 14:25
1.54 kB26-11-09 14:25
mdate.o788.00 B26-11-09 14:25
5.78 kB06-04-10 12:21
27.72 kB26-11-09 14:25
4.72 kB26-11-09 14:25
pixel.o42.25 kB26-11-09 14:25
21.20 kB26-11-09 14:25
2.11 kB26-11-09 14:25
17.10 kB26-11-09 14:25
25.94 kB26-11-09 14:25
1.13 kB26-11-09 14:25
74.61 kB26-11-09 14:25
1.14 kB26-11-09 14:25
12.13 kB26-11-09 14:25
6.68 kB26-11-09 14:25
1.24 kB26-11-09 14:25
13.44 kB26-11-09 14:25
1.54 kB26-11-09 14:25
24.10 kB26-11-09 14:25
3.48 kB26-11-09 14:25
predict.o16.04 kB26-11-09 14:25
13.05 kB26-11-09 14:25
2.07 kB26-11-09 14:25
quant.o9.40 kB26-11-09 14:25
8.89 kB26-11-09 14:25
5.24 kB26-11-09 14:25
set.o7.95 kB26-11-09 14:25
18.62 kB26-11-09 14:25
1.33 kB26-11-09 14:25
13.53 kB26-11-09 14:25
1.25 kB26-11-09 14:25
30.84 kB26-11-09 14:25
vlc.o2.65 kB26-11-09 14:25
3.67 kB26-11-09 14:25
3.69 kB26-11-09 14:25
13.41 kB26-11-09 14:25
7.54 kB26-11-09 14:25
22.81 kB26-11-09 14:25
4.13 kB26-11-09 14:25
22.42 kB26-11-09 14:25
23.17 kB26-11-09 14:25
24.09 kB26-11-09 14:25
13.86 kB26-11-09 14:25
1.21 kB26-11-09 14:25
10.07 kB26-11-09 14:25
56.39 kB26-11-09 14:25
5.17 kB26-11-09 14:25
36.58 kB26-11-09 14:25
16.09 kB26-11-09 14:25
1.48 kB26-11-09 14:25
20.97 kB26-11-09 14:25
4.88 kB26-11-09 14:25
36.59 kB26-11-09 14:25
3.89 kB26-11-09 14:25
15.30 kB26-11-09 14:25
10.67 kB26-11-09 14:25
config.guess43.53 kB26-11-09 14:25
97.00 B26-11-09 14:25
config.mak404.00 B26-11-09 14:25
config.sub31.90 kB26-11-09 14:25
12.23 kB26-11-09 14:25
COPYING17.57 kB26-11-09 14:25
cscope.files1.23 kB27-11-09 09:39
cscope.out1.61 MB30-11-09 16:03
4.50 kB26-11-09 14:25
705.00 B26-11-09 14:25
777.00 B26-11-09 14:25
3.04 kB26-11-09 14:25
8.50 kB26-11-09 14:25
Doxyfile9.68 kB26-11-09 14:25
109.05 kB26-11-09 14:25
1.24 kB26-11-09 14:25
analyse.o123.65 kB26-11-09 14:25
40.63 kB26-11-09 14:25
cabac.o18.94 kB26-11-09 14:26
26.01 kB26-11-09 14:25
cavlc.o26.32 kB26-11-09 14:26
72.63 kB26-11-09 14:25
encoder.o42.02 kB26-11-09 14:26
41.18 kB26-11-09 14:25
2.87 kB26-11-09 14:25
macroblock.o20.57 kB26-11-09 14:26
38.34 kB26-11-09 14:25
2.83 kB26-11-09 14:25
me.o74.26 kB26-11-09 14:26
69.80 kB26-11-09 14:25
1.89 kB26-11-09 14:25
ratecontrol.o37.73 kB26-11-09 14:26
24.72 kB26-11-09 14:25
20.47 kB26-11-09 14:25
1.51 kB26-11-09 14:25
set.o25.00 kB26-11-09 14:26
24.98 kB26-11-09 14:25
29.81 kB26-11-09 14:25
6.25 kB26-11-09 14:25
5.71 kB26-11-09 14:25
libx264.a606.86 kB26-11-09 14:26
5.58 kB26-11-09 14:25
12.64 kB26-11-09 14:25
1.71 kB26-11-09 14:25
matroska.o10.55 kB26-11-09 14:25
26.25 kB26-11-09 14:25
3.17 kB26-11-09 14:25
muxers.o8.51 kB26-11-09 14:25
4.31 kB26-11-09 14:25
55.90 kB26-11-09 14:25
countquant_x264.pl1.33 kB26-11-09 14:25
q_matrix_jvt.cfg1.45 kB26-11-09 14:25
regression-test.pl8.08 kB26-11-09 14:25
25.42 kB26-11-09 14:25
720.00 B26-11-09 14:25
x264566.33 kB26-11-09 14:26
38.37 kB26-11-09 14:25
17.55 kB26-11-09 14:25
x264.o29.96 kB26-11-09 14:25
x264.pc242.00 B26-11-09 14:25
&win32&0.00 B16-07-10 09:26
&ppc&0.00 B16-07-10 09:26
&sparc&0.00 B16-07-10 09:26
&x86&0.00 B16-07-10 09:26
&build&0.00 B16-07-10 09:26
&common&0.00 B16-07-10 09:26
&doc&0.00 B16-07-10 09:27
&encoder&0.00 B16-07-10 09:27
&extras&0.00 B16-07-10 09:27
&tools&0.00 B16-07-10 09:27
&AtomicParsley&0.00 B16-07-10 09:26
&H263Dec&0.00 B16-07-10 09:26
&X264&0.00 B16-07-10 09:27
&vdo_t4&0.00 B10-10-13 17:27
Sponsored links
评价成功,多谢!
下载vdo_t4.rar
CodeForge积分(原CF币)全新升级,功能更强大,使用更便捷,不仅可以用来下载海量源代码马上还可兑换精美小礼品了
您的积分不足
支付宝优惠套餐快速获取 30 积分
10积分 / ¥100
30积分 / ¥200原价 ¥300 元
100积分 / ¥500原价 ¥1000 元
订单支付完成后,积分将自动加入到您的账号。以下是优惠期的人民币价格,优惠期过后将恢复美元价格。
支付宝支付宝付款
微信钱包微信付款
更多付款方式:、
您本次下载所消耗的积分将转交上传作者。
同一源码,30天内重复下载,只扣除一次积分。
鲁ICP备号-3 runtime:Elapsed:129.641ms 5.8
登录 CodeForge
还没有CodeForge账号?
Switch to the English version?
^_^"呃 ...
Sorry!这位大神很神秘,未开通博客呢,请浏览一下其他的吧x86汇编语言从实模式到保护模式
说明:&&书本扫描版本及代码,相关的实现工具及可运行的程序(this is a resource about the x86 Assembly Language ,including the core description about assembly and computer)
文件列表:
booktool\c05
booktool\c05\c05_mbr.asm
booktool\c05\c05_mbr.bin
booktool\c05\c05_mbr.lst
booktool\c06
booktool\c06\c06_mbr.asm
booktool\c06\c06_mbr.bin
booktool\c06\c06_mbr.lst
booktool\c07
booktool\c07\c07_mbr.asm
booktool\c07\c07_mbr.bin
booktool\c07\c07_mbr.lst
booktool\c08
booktool\c08\c08.asm
booktool\c08\c08.bin
booktool\c08\c08.lst
booktool\c08\c08_mbr.asm
booktool\c08\c08_mbr.bin
booktool\c08\c08_mbr.lst
booktool\c09
booktool\c09\c09_1.asm
booktool\c09\c09_1.bin
booktool\c09\c09_1.lst
booktool\c09\c09_2.asm
booktool\c09\c09_2.bin
booktool\c09\c09_2.lst
booktool\c11
booktool\c11\c11_mbr.asm
booktool\c12
booktool\c12\c12_mbr.asm
booktool\c13
booktool\c13\c13.asm
booktool\c13\c13_core.asm
booktool\c13\c13_mbr.asm
booktool\c13\diskdata.txt
booktool\c14
booktool\c14\c14_core.asm
booktool\c15
booktool\c15\c15.asm
booktool\c15\c15_core.asm
booktool\c16
booktool\c16\c16.asm
booktool\c16\c16_core.asm
booktool\c17
booktool\c17\c17-1.asm
booktool\c17\c17-2.asm
booktool\c17\c17_core.asm
booktool\c17\c17_mbr.asm
booktool\fixvhdwr.exe
booktool\HexView.exe
booktool\LEECHUNG.vhd
booktool\nasmide.exe
booktool\nasmide.ini
booktool\~$越计卷2目录.doc
booktool\相关文档
booktool\相关文档\SB-16声卡播放程序
booktool\相关文档\SB-16声卡播放程序\baby.wav
booktool\相关文档\SB-16声卡播放程序\c10.asm
booktool\相关文档\SB-16声卡播放程序\c10.bin
booktool\相关文档\SB-16声卡播放程序\c10.lst
booktool\相关文档\SB-16声卡播放程序\声霸卡硬件开发手册[英文].pdf
booktool\相关文档\Virtual Hard Disk Format Spec_10_18_06.doc
booktool\相关文档\原稿第10章
booktool\相关文档\原稿第10章\baby.wav
booktool\相关文档\原稿第10章\c10.asm
booktool\相关文档\原稿第10章\c10.bin
booktool\相关文档\原稿第10章\c10.lst
booktool\相关文档\原稿第10章\声霸卡硬件开发手册[英文].pdf
booktool\相关文档\原稿第10章\第十章
聆听数字的声音.doc
x86汇编语言-从实模式到保护模式.pdf
近期下载者:
相关文件:

我要回帖

更多关于 吃鸡怎么才能看到人 的文章

 

随机推荐