Y
Hacker News
new
|
ask
|
show
|
jobs
by
remexre
989 days ago
Does removing ERMS actually make life easier? I thought it was the "do the simple thing" option, and an emulator could just turn it into a memcpy on the emulator's side.
1 comments
saagarjha
989 days ago
rep movsb has stronger requirements than memcpy, in particular with regards to behavior when the source and destination overlap.
link