;============================================================================	
;FileName       :T10-3.ASM
;Function       :None Privilege Switching in the TASK on Protect Mode
;               :
;Complier       :FASM   T10-3.ASM        T10-3.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :08/20/2003 Time:23:00:00
;Nationality	:China
;============================================================================
;============================================================================	
;FileName	:T10-4.ASM
;Function	:Demo call gates facilitate controlled transfers of program 
;		:control between different privilege levels.
;Complier	:FASM	T10-4.ASM	 T10-4.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date		:August 22th,2003 10:50:00AM
;Nationality	:China
;============================================================================	
;============================================================================	
;FileName	:T10-5.ASM
;Function	:Demo Task Switching and different Privilege Level Swiching 
;		:in the Task.
;Complier	:FASM	T10-5.ASM	 T10-5.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date		:August 24th,2003 13:26:00AM
;Nationality	:China
;============================================================================	
;============================================================================	
;FileName       :T10-6.ASM
;Function       :Demo Interrupt & Trap Handles on Protect Mode 
;               :
;Complier       :FASM   T10-6.ASM        T10-6.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :November 04th,2003 07:30:00PM
;Nationality	:China
;============================================================================
;============================================================================	
;FileName       :T10-7.ASM
;Function       :Simulation Interrupt & Trap Handles on Protect Mode 
;               :
;Complier       :FASM   T10-7.ASM        T10-7.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :November 8th,2003 11:58:00AM
;Nationality	:China
;============================================================================
;============================================================================	
;FileName       :T10-8.ASM
;Function       :Demo Privileged Instructions 
;               :
;Complier       :FASM   T10-8.ASM        T10-8.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :November 9th,2003 17:02:00AM
;Nationality	:China
;============================================================================	
;============================================================================	
;FileName       :T10-9.ASM
;Function       :Demo I/O Protection and I/O Sensitivity Instructions 
;               :
;Complier       :FASM   T10-9.ASM        T10-9.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :November 12th,2003 11:41:00AM
;Nationality	:China
;============================================================================
;FileName       :T10-10.ASM
;Function       :Demo 4K Bytes Pages Manager on Protect Mode 
;               :
;Complier       :FASM   T10-10.ASM        T10-10.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :November 27th,2003 10:47:00AM
;Nationality	:China
;============================================================================	
;FileName       :T10-11.ASM
;Function       :Demo Interrupt and Exception Handling in Virtual-8086 Mode 
;               :
;Complier       :FASM   T10-11.ASM        T10-11.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :October 15th,2003 15:03:00AM
;Nationality	:China
;Notice		:On the first the T10-11.exe must execute on the pure DOS enviroment.
;		:The maching state will changing V86 Mode, then executing intff.com for 
;		:return real mode.
;============================================================================
;FileName       :T10-12.ASM
;Function       :Demo Interrupt and Exception Handling in VME V86 Mode 
;               :
;Complier       :FASM   T10-12.ASM        T10-12.EXE
;Author		:Kevin Zheng (Zheng Hongwen) 
;Date           :October 19th,2003 11:52:00AM
;Nationality	:China
;Notice		:On the first the T10-12.exe must execute on the pure DOS enviroment.
;		:The maching state will changing V86 Mode, then executing intff.com for 
;		:return real mode.
;============================================================================