Mercurial > lcfOS
view python/ppci/target/thumb/armtoken.py @ 386:2a970e7270e2
Added repeat assembler macro
author | Windel Bouwman |
---|---|
date | Thu, 01 May 2014 17:40:59 +0200 |
parents | 86b02c98a717 |
children |
line wrap: on
line source
from ..token import Token, u16, bit_range class ThumbToken(Token): def __init__(self): super().__init__(16) rd = bit_range(0, 3) def encode(self): return u16(self.bit_value)