mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| ;Not automatically testable because it is not constant
 | |
| 	db __DATE__, 13, 10
 | |
| 	db __TIME__, 13, 10
 | |
| 	db __UTC_DATE__, 13, 10
 | |
| 	db __UTC_TIME__, 13, 10
 | |
| 	align 4
 | |
| 	dd __DATE_NUM__
 | |
| 	dd __TIME_NUM__
 | |
| 	dd __UTC_DATE_NUM__
 | |
| 	dd __UTC_TIME_NUM__
 | |
| 	dd __POSIX_TIME__
 |