代码搜索:AAS
找到约 887 项符合「AAS」的源代码
代码结果 887
www.eeworm.com/read/440253/7691478
asm bcd_aas.asm
; This is an example of AAS
; instruction, it is used to
; subtract huge BCD numbers.
#make_COM#
ORG 100h
; make 5 - 9
; AL = 0FCh (not BCD form)
MOV AL, 05h
MOV BL, 09h
SUB AL, BL
www.eeworm.com/read/148721/5709846
h be_aas_cluster.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709851
h be_aas_bsp.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709853
h be_aas_move.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709855
c be_aas_main.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709856
h be_aas_sample.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709857
c be_aas_entity.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709861
c be_aas_file.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709862
h be_aas_optimize.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/148721/5709864
h be_aas_entity.h
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc