Re: Maybe we should stop "Paging Beth Stone" already...




Richard Cooper wrote:
....

> I don't usually find the column type comments very
> useful. People tend to write things like this:
>
> mov ecx, 12 ; put 12 in ecx
> mov edi, [dest] ; load [dest] into edi
> mov esi, [src] ; load [src] into esi
> rep movsb ; move 12 bytes
>
>
> Now I can read assembly, so I don't need
> comments like that.

Even for a beginner I wouldn't use the comments
above as they in turn would need commenting!

....

Regards,
John Casey

.