Eliot Miranda uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-eem.403.mcz==================== Summary ====================
Name: Cog-eem.403
Author: eem
Time: 18 March 2020, 7:50:06.183956 pm
UUID: c4cc1b44-d173-48eb-949c-bcc3155191d4
Ancestors: Cog-eem.402
Add abstract accessors for the link register on processors that have it.
=============== Diff against Cog-eem.402 ===============
Item was added:
+ ----- Method: MIPSSimulator>>lr (in category 'accessing-abstract') -----
+ lr
+ ^self ra!
Item was added:
+ ----- Method: MIPSSimulator>>lr: (in category 'accessing-abstract') -----
+ lr: address
+ self ra: address!