1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 01:29:44 +00:00

Add URL as comment.

This commit is contained in:
Thomas Harte 2024-03-30 20:54:17 -04:00
parent 1f83a5425e
commit ec785f3a8a

View File

@ -231,6 +231,8 @@ class ConcreteMachine:
for(int c = 0; c < 10; c++) swis.back().regs[c] = executor_.registers()[uint32_t(c)];
// Possibly capture more detail.
//
// Cf. http://productsdb.riscos.com/support/developers/prm_index/numswilist.html
uint32_t pointer = 0;
switch(instruction & 0xfd'ffff) {
case 0x41501: