Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This feels like programming an 8088 like it's a 6502. The 8088 has a lot more general purpose registers than the 6502, so variables would tend to be kept in registers while they were being worked on. The encoding for

  ROR reg, 1
is only 2 bytes - so 4 cycles for instruction fetch, then another 2 cycles to execute.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: