Skip to content
#

68k

Here are 69 public repositories matching this topic...

philpem
philpem commented Aug 15, 2020

Macros are used extensively within the code, especially in the emulator interface (memory access). The way they're used rarely follows best practice, looks messy, and confuses the way the code works. Furthermore, they're large and hard to follow.

At the very least the access-check functions should be reimplemented as static inline functions -- other macros should be reviewed.

enhancement good first issue

Improve this page

Add a description, image, and links to the 68k topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 68k topic, visit your repo's landing page and select "manage topics."

Learn more