Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

VTC Assembly Language Programming-single link 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
VTC Assembly Language Programming-single link EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
VTC Assembly Language Programming-single link EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
VTC Assembly Language Programming-single link EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC Assembly Language Programming-single link EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC Assembly Language Programming-single link EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
VTC Assembly Language Programming-single link EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
VTC Assembly Language Programming-single link EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
VTC Assembly Language Programming-single link EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
VTC Assembly Language Programming-single link EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
VTC Assembly Language Programming-single link EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
VTC Assembly Language Programming-single link EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
VTC Assembly Language Programming-single link EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
VTC Assembly Language Programming-single link EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
VTC Assembly Language Programming-single link EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
VTC Assembly Language Programming-single link EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


VTC Assembly Language Programming-single link

Go down

VTC Assembly Language Programming-single link Empty VTC Assembly Language Programming-single link

Bài gửi by Nguyen Trung Hoa Sun 22 Aug 2010, 7:19 am

VTC Assembly Language Programming |
VTC Assembly Language Programming-single link 000d35b2_medium
The Assembly Language course is intended for those who wish to write assembly for both Windows and Linux. It uses the freely available NASM assembler, which is feature-complete and produces object code in a variety of formats. The predominant CPUs today use the Intel instruction set, and all examples in the course use that instruction set. The course covers the background information necessary for assembly programming and it covers the forms programs must take to operate in the systems. Some time is spent with low-level I/O, but many of the examples interface with C mainline programs. The emphasis of the course is in writing assembly language functions that can be called from higher level languages. To begin learning today, simply click on the movie links.
i have specified the contents here
Introduction
Contents of this Course (04:51)
The Reason for Assembly Language (04:52)
Opposite of Portable (04:18)
Step by Step Execution (04:47)
Hexadecimal/Octal/Binary (04:17)
Boolean Operations (02:40)
Binary Integers (03:23)
The Computer
Memory & the CPU (05:20)
The Flag Register (05:23)
Modes & Interrupts (05:59)
The Assembler
Windows Installation (05:53)
Linux Installation (04:41)
Command Line Options pt. 1 (07:26)
Command Line Options pt. 2 (03:19)
Hello world (05:40)
Assembly Language Basics
Layout of an Instruction (05:21)
Constants (04:41)
Declarations (05:37)
Pseudo Instructions pt. 1 (04:23)
Pseudo Instructions pt. 2 (03:57)
Layout of a Function (05:02)
Assembling & Linking (01:37)
Comparisons & Jumps (05:21)
GCD Four Ways (07:08)
A Random Integer Generator (05:14)
Addressing (06:16)
Output (08:28)
Input (07:27)
Looping (02:22)
The Stack (05:09)
Find a Prime (05:30)
It is All Bits (07:34)
Macro Preprocessor
Single Line Macros (06:07)
Standard Macros (03:15)
Conditional Assembly (04:01)
Parameters & Overloading (03:23)
Macro Looping (04:36)
Source Files (04:10)
Preprocessor Stack (03:29)
Errors & Environment (03:31)
NASM Standard Macros (03:41)
Performing Bit Operations
Shifts & Rotates (06:28)
Boolean Operations (03:44)
Choosing Without Branching (05:30)
Endians (04:24)
Aggregates
Defining Arrays (04:14)
Addressing Array Members (05:29)
Multidimensional Arrays (03:27)
Structs (01:14)
Block Operations pt. 1 (04:37)
Block Operations pt. 2 (03:45)
Floating Point
Floating Point Representation (05:48)
Floating Point Numbers (04:29)
Floating Point Processor (02:25)
Floating Point Instructions pt. 1 (04:25)
Floating Point Instructions pt. 2 (03:56)
Quadratic Equation (06:46)
Debugging
Things a Debugger Does (05:00)
The Linux Debugger (06:11)
The Windows Debugger (04:19)
Unexpected NASMs (05:42)
Assembly Potpourri
Assembler Directives (03:22)
The Context Stack (03:34)
Macro Overloading (02:57)
The UNIX Assembler (03:34)
The TASM Assembler (02:15)
The MASM Assembler (03:08)
The IBM Mainframe Assembler
Code:
http://rapidshare.com/files/280181721/assembly_language.rar
Nguyen Trung Hoa
Nguyen Trung Hoa
Admin

Đánh giá tốt! : 24

Nam
Goat
Tổng số bài gửi : 51033
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Lô L14-4 Khu Phố FBS - Phường 9 - Tp Tuy Hoà - Phú Yên
Điện thoại: : Mobile: 0985017089 ; 0918 957 282
Điểm : 182591
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết