Skip to main content

All Questions

4 votes
1 answer
170 views

Are there any CHIP-8 games that break if `SAVE` / `RESTORE` *doesn't* change the pointer register?

The CHIP-8 instructions SAVE Vx (Fx55) and RESTORE Vx (Fx65) are originally specified to increment the pointer register I as each register is saved/loaded, so by the end of the instruction, the value ...
Cactus's user avatar
  • 2,760
3 votes
0 answers
1k views

What are some programs known to take advantage of Intel MMX instructions? [closed]

Although MMX techology, introduced in 1997, is long superseded by SSE series of extensions, it's still included in every modern x86 CPU for backwards compatibility. What are some examples of ...
Ruslan's user avatar
  • 1,454
18 votes
2 answers
3k views

What is the instruction set of the PDP-7?

The PDP-7 was a bookshelf-sized "minicomputer", with keyboard, magnetic and paper tape and printer I/O. According to Wikipedia, the first version of UNIX (then named Unics) was programmed in assembly ...
wizzwizz4's user avatar
  • 18.7k