Write in Assembly Language a program LOOP using a pointer and a counter that initialize to 0 the contents of memory locations 600 to 6FF (hexadecimal)

This program I am completely lost on.

I have so far...

LDA ADS
STA PTR
LDA NBR
STA CTR
CLA

This is where I am stuck.