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

I would like to also have aligned 16 bit instructions. And maybe even aligned 8 bit instructions for very common things like "decrement register 0" or "test if register 0 is greater than or equal to zero". "Jump back by 10 instructions", etc. Those instructions get widely used in tight loops, so might as well be smaller.


8 bit instructions are a really bad idea. you only get a tiny number of them and they significantly increase decode complexity (and massively reduce the number of larger instructions available)




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

Search: