iarm icon indicating copy to clipboard operation
iarm copied to clipboard

A Jupyter kernel for an ARM assembly intrepreter

Results 12 iarm issues
Sort by recently updated
recently updated
newest added

Bumps [mistune](https://github.com/lepture/mistune) from 0.7.3 to 0.8.1. Changelog Sourced from mistune's changelog. Changelog Here is the full history of mistune. Version 0.8.1 Released on Nov. 07, 2017 Security fix CVE-2017-16876, thanks...

dependencies

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 4.2.0 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

Bumps [notebook](http://jupyter.org) from 4.2.1 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=4.2.1&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 4.2.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.1.3 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

In Jupyter, the magic `%register` or `%reg` with no arguments should print out all set registers, mirroring the functionality when calling `interp.register` in python.

enhancement
easy

For example `ConstData DCD 0x0000000A, 0x0000000B, 0x00000010, 10` will give a warning saying `iarm/arm_instructions/directives.py:107: UserWarning: Cannot reserve constant words; 0x0000000A, 0x0000000B, 0x00000010, 10` Moving each to its own line, ie:...

bug
easy

When using %reg there is no cap on which registers get printed. For example, using %reg R0-R100 it will print: R0: 0 R1: 0 R2: 0 ... R99: 0 R100:...

easy

There should be a way to restart the machine. There would be two modes. One mode would reset the machine to its initial state but keep the program, the other...

enhancement
easy