Mercurial > lcfOS
diff python/outstream.py @ 296:9417caea2eb3
Directorized some backend files
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 13:36:58 +0100 |
parents | ac603eb66b63 |
children | 56e6ff84f646 |
line wrap: on
line diff
--- a/python/outstream.py Thu Nov 28 21:10:32 2013 +0100 +++ b/python/outstream.py Sun Dec 01 13:36:58 2013 +0100 @@ -90,9 +90,11 @@ else: print(' 0x{0:08x} 0x{1} {2}'.format(addr, insword, asm)) + class TextOutputStream(OutputStream): pass + class BinOutputStream(OutputStream): @property @@ -105,5 +107,3 @@ self.backpatch() section = self.sections[list(self.sections.keys())[0]] return section.to_bytes() - -