Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
py
asmx64.c
on
programming_guide
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2016
py/asm: Remove need for dummy_data when doing initial assembler passes.
Show description for 155fdc7
dpgeorge
committed
155fdc7
View commit details
Copy full SHA for 155fdc7
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
py: Factor out common code from assemblers into asmbase.[ch].
Show description for 6125995
dpgeorge
committed
6125995
View commit details
Copy full SHA for 6125995
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
py/asmx64: Support all 16 regs in reg to memory move instructions.
dpgeorge
committed
94e4bd4
View commit details
Copy full SHA for 94e4bd4
View code at this point
Browse repository at this point
py/asmx64: Add helper macro for generating REX_[WRXB] bits from a reg64.
dpgeorge
committed
46fc7a3
View commit details
Copy full SHA for 46fc7a3
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
py: Implement ptr32 load and store in viper emitter.
dpgeorge
committed
b8f9ac5
View commit details
Copy full SHA for b8f9ac5
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
py: Implement native multiply operation in viper emitter.
dpgeorge
committed
567b349
View commit details
Copy full SHA for 567b349
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
py: Adjust some spaces in code style/format, purely for consistency.
dpgeorge
committed
4dea922
View commit details
Copy full SHA for 4dea922
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618
dpgeorge
committed
9988618
View commit details
Copy full SHA for 9988618
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
py: Implement closures in native code generator.
Show description for 4cd9ced
dpgeorge
committed
4cd9ced
View commit details
Copy full SHA for 4cd9ced
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
py/asm*.c: Typo fixes in comments.
pfalcon
committed
089c3f3
View commit details
Copy full SHA for 089c3f3
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
py: Allow asmx64 to compile with -Wsign-compare.
Show description for e5bcbcd
dpgeorge
committed
e5bcbcd
View commit details
Copy full SHA for e5bcbcd
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
py: Allocate memory for assembled code at start of PASS_EMIT.
Show description for d9dc6ff
dpgeorge
committed
d9dc6ff
View commit details
Copy full SHA for d9dc6ff
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
py: Make a function static and comment out those not used.
dpgeorge
committed
3dd1c0a
View commit details
Copy full SHA for 3dd1c0a
View code at this point
Browse repository at this point
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4
dpgeorge
committed
51dfcb4
View commit details
Copy full SHA for 51dfcb4
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
py: Implement native load for viper.
Show description for 91cfd41
dpgeorge
committed
91cfd41
View commit details
Copy full SHA for 91cfd41
View code at this point
Browse repository at this point
py: Implement and,or,xor native ops for viper.
dpgeorge
committed
1ef2348
View commit details
Copy full SHA for 1ef2348
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
py: Allow x86-64 to mov r16 to rm16 with extended src reg.
Show description for 1c6a1dc
dpgeorge
committed
1c6a1dc
View commit details
Copy full SHA for 1c6a1dc
View code at this point
Browse repository at this point
py: Implement more binary ops for viper emitter.
Show description for 3112cde
dpgeorge
committed
3112cde
View commit details
Copy full SHA for 3112cde
View code at this point
Browse repository at this point
py: Make macro names in assemblers consistent, and tidy up a bit.
dpgeorge
committed
0b610de
View commit details
Copy full SHA for 0b610de
View code at this point
Browse repository at this point
py: Add store r8 and store r16 ops to asm_x86 and asm_x64.
dpgeorge
committed
d66e486
View commit details
Copy full SHA for d66e486
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
py: Clean up x86-64 native assembler; allow use of extended regs.
Show description for 8105736
dpgeorge
committed
8105736
View commit details
Copy full SHA for 8105736
View code at this point
Browse repository at this point
Commits on Sep 3, 2014
Code style/whitespace cleanup; remove obsolete headers.
Show description for dda4646
dpgeorge
committed
dda4646
View commit details
Copy full SHA for dda4646
View code at this point
Browse repository at this point
Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FREE_EXEC macros
Show description for b7235b8
Vogtinator
committed
b7235b8
View commit details
Copy full SHA for b7235b8
View code at this point
Browse repository at this point
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675a
pfalcon
committed
59c675a
View commit details
Copy full SHA for 59c675a
View code at this point
Browse repository at this point
Commits on May 7, 2014
py, compiler: Improve passes; add an extra pass for native emitter.
dpgeorge
committed
36db6bc
View commit details
Copy full SHA for 36db6bc
View code at this point
Browse repository at this point
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147
dpgeorge
committed
04b9147
View commit details
Copy full SHA for 04b9147
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
pfalcon
committed
520e2f5
View commit details
Copy full SHA for 520e2f5
View code at this point
Browse repository at this point
Commits on Feb 2, 2014
py: Partially fix native emitter to work with latest runtime.
Show description for cd82e02
dpgeorge
committed
cd82e02
View commit details
Copy full SHA for cd82e02
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Added Windows port (see #233)
msiemens
committed
19ccc6b
View commit details
Copy full SHA for 19ccc6b
View code at this point
Browse repository at this point
Commits on Jan 7, 2014
Factor and simplify Makefile's and mpconfig, part 2.
dpgeorge
committed
d3ebe48
View commit details
Copy full SHA for d3ebe48
View code at this point
Browse repository at this point
Commits on Jan 6, 2014
py: Fix up number operations and coercion.
dpgeorge
committed
e2e3d11
View commit details
Copy full SHA for e2e3d11
View code at this point
Browse repository at this point
Commits on Jan 4, 2014
Improve configurability for native x64/thumb emitter.
Show description for e67ed5d
dpgeorge
committed
e67ed5d
View commit details
Copy full SHA for e67ed5d
View code at this point
Browse repository at this point
Commits on Jan 2, 2014
py: __MACH__ also uses MAP_ANON.
dpgeorge
committed
ebd2e87
View commit details
Copy full SHA for ebd2e87
View code at this point
Browse repository at this point
Commits on Jan 1, 2014
On OpenBSD MAP_ANONYMOUS is called MAP_ANON.
vext01
committed
67ab5ee
View commit details
Copy full SHA for 67ab5ee
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
dpgeorge
committed
212c296
View commit details
Copy full SHA for 212c296
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.