diff options
| author | Damien George <damien@micropython.org> | 2022-07-26 12:24:50 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-26 12:24:50 +1000 |
| commit | c0fa903d6b2ed5131ae60f8faff2c6ad5276b3a2 (patch) | |
| tree | 9fbc915ca9b397c2ffafa1d849c6c751577d46a3 /tests/inlineasm/asmdata.py.exp | |
| parent | 0c45a28d24e1a7f9ea5912c928d7b5a860a6514a (diff) | |
py/compile: Support large integers in inline-asm data directive.
Fixes issue #8956.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/inlineasm/asmdata.py.exp')
| -rw-r--r-- | tests/inlineasm/asmdata.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/inlineasm/asmdata.py.exp b/tests/inlineasm/asmdata.py.exp new file mode 100644 index 000000000..502c04f99 --- /dev/null +++ b/tests/inlineasm/asmdata.py.exp @@ -0,0 +1,5 @@ +0x12345678 +0x20000000 +0x40000000 +0x80000000 +0xfffffffe |
