Only white spaces are relevant in the code below. wink

CodeStartsHere:label

  2 	 

push  0 

read	

		push  0 

retrieve			push  42 	 	 	 

sub	  	dup 

 jz

	 1 	

push  42 	 	 	 

add	   print	

 	push  10 	 	 

putchar	

  jmp

 

2 	 

label

  1 	

stop.

CodeEndsExactlyAtThisPoint.