medley icon indicating copy to clipboard operation
medley copied to clipboard

replace definitions of original D-machine versions

Open masinter opened this issue 3 years ago • 1 comments

"Various functions that are specific to the D-machine ethernet implementation were replaced by Maiko-specific versions during loadup via the "MAIKO.MOVDS" mechanism [see MAIKO.MOVDS in file MAIKOETHER. This commit replaces the the D-machine implementation by the Maiko implementation in the source." See image

masinter avatar Oct 08 '22 03:10 masinter

This is a PR reworking #970

masinter avatar Oct 08 '22 03:10 masinter

i'll try this some other way -- perhaps separate commit for each MOVD

masinter avatar Oct 13 '22 23:10 masinter

If you do it with a separate commit for each MOVD, when you go to merge it... make sure you do it as a "merge" and NOT a "squash-and-merge", or the separate commits will all go away and be turned into a a comment line in the commit log message for one single big commit. There are times when squash-and-merge is the right thing to do, and others when just plain merge is right.

nbriggs avatar Oct 14 '22 00:10 nbriggs