mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			150 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{%cpu=i386}
 | 
						|
 | 
						|
{$asmmode intel}
 | 
						|
begin
 | 
						|
asm
 | 
						|
      mov eax, 1;
 | 
						|
      mov ebx, eax;
 | 
						|
      { first comment }{ second comment }
 | 
						|
      mov ecx, eax;
 | 
						|
end;
 | 
						|
end.
 |