MdePkg BaseLib: Convert X64/WriteCr2.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert X64/WriteCr2.asm to X64/WriteCr2.nasm Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
		
				
					committed by
					
						 Liming Gao
						Liming Gao
					
				
			
			
				
	
			
			
			
						parent
						
							4dac999ffd
						
					
				
				
					commit
					94a5acc924
				
			
							
								
								
									
										39
									
								
								MdePkg/Library/BaseLib/X64/WriteCr2.nasm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								MdePkg/Library/BaseLib/X64/WriteCr2.nasm
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,39 @@ | ||||
| ;------------------------------------------------------------------------------ | ||||
| ; | ||||
| ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> | ||||
| ; This program and the accompanying materials | ||||
| ; are licensed and made available under the terms and conditions of the BSD License | ||||
| ; which accompanies this distribution.  The full text of the license may be found at | ||||
| ; http://opensource.org/licenses/bsd-license.php. | ||||
| ; | ||||
| ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, | ||||
| ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. | ||||
| ; | ||||
| ; Module Name: | ||||
| ; | ||||
| ;   WriteCr2.Asm | ||||
| ; | ||||
| ; Abstract: | ||||
| ; | ||||
| ;   AsmWriteCr2 function | ||||
| ; | ||||
| ; Notes: | ||||
| ; | ||||
| ;------------------------------------------------------------------------------ | ||||
|  | ||||
|     DEFAULT REL | ||||
|     SECTION .text | ||||
|  | ||||
| ;------------------------------------------------------------------------------ | ||||
| ; UINTN | ||||
| ; EFIAPI | ||||
| ; AsmWriteCr2 ( | ||||
| ;   UINTN  Cr2 | ||||
| ;   ); | ||||
| ;------------------------------------------------------------------------------ | ||||
| global ASM_PFX(AsmWriteCr2) | ||||
| ASM_PFX(AsmWriteCr2): | ||||
|     mov     cr2, rcx | ||||
|     mov     rax, rcx | ||||
|     ret | ||||
|  | ||||
		Reference in New Issue
	
	Block a user