mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Add URL as comment.
This commit is contained in:
parent
1f83a5425e
commit
ec785f3a8a
@ -231,6 +231,8 @@ class ConcreteMachine:
|
|||||||
for(int c = 0; c < 10; c++) swis.back().regs[c] = executor_.registers()[uint32_t(c)];
|
for(int c = 0; c < 10; c++) swis.back().regs[c] = executor_.registers()[uint32_t(c)];
|
||||||
|
|
||||||
// Possibly capture more detail.
|
// Possibly capture more detail.
|
||||||
|
//
|
||||||
|
// Cf. http://productsdb.riscos.com/support/developers/prm_index/numswilist.html
|
||||||
uint32_t pointer = 0;
|
uint32_t pointer = 0;
|
||||||
switch(instruction & 0xfd'ffff) {
|
switch(instruction & 0xfd'ffff) {
|
||||||
case 0x41501:
|
case 0x41501:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user