Created
October 13, 2018 08:59
-
-
Save boochow/270bec2d140f4eb8bd61f4f0d6610ca9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def fifo_write(self, buf): | |
for b in buf: | |
while (mem32[0x2020c004] & 1): | |
pass | |
mem32[0x2020c018] = b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment