mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			NASM
		
	
	
	
	
	
| %iassign OWORD_size 16 ; octo-word
 | |
| %idefine sizeof(_x_) _x_%+_size
 | |
| 
 | |
| %define ptr eax+sizeof(oword)
 | |
| 
 | |
| movdqa [ptr], xmm1
 |