[Nextor 3] Fix _GETCLUS copying 64 bytes of data instead of 16#185
[Nextor 3] Fix _GETCLUS copying 64 bytes of data instead of 16#185
Conversation
This is a port of PR #149
📝 WalkthroughWalkthroughThe pull request modifies the GETCLUS function in MSX-DOS sys.mac by introducing a new entry point with RUN_AND_COPY routing, reducing the buffer copy size from 64 bytes to 16 bytes through updated register operations, and updating the function table linkage to expose GETCLUS publicly. Changes
Possibly Related Issues
Poem
Estimated Code Review Effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
"Backport" of #149
Part of #164