assembly
Here are 2,463 public repositories matching this topic...
When code is selected in the editor window and the user presses Ctrl-F (or selects Find from the Edit menu), the Find and replace dialog should automatically set the "Find what:" text to the editor window's selection.
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup
-
Updated
Dec 16, 2019 - Assembly
I haven't started work yet, but I wanted to mention that there is one more conan-related project for XMake I want to do which is called a "Build Helper".
https://docs.conan.io/en/latest/reference/build_helpers.html
The documentation for the CMake helper provides the justification here:
https://docs.conan.io/en/latest/reference/build_helpers/cmake.html
In summary, helpers make the Con
Consider porting existing PeachPy Go projects to avo. At a minimum this would be really valuable feedback and system-level testing for avo. These could be committed to the avo examples directory or potentially committed back to the original repos if their maintainers are interested.
| Repository | Description | Stars |
|---|---|---|
[Yawning/chacha20](https://github.com/Yawning/chacha20 |
Visual MASM - Assembly IDE for Microsoft MASM
-
Updated
Dec 13, 2019 - Pascal
Simple operating system in C++, written from scratch
-
Updated
Dec 12, 2019 - C++
Achievements
(This is a draft)
- Add various listeners for achievements (See VaultCompleteListener.java for example)
It would look something like that:
// Handle division by zero error
user.getStats().addToStringSet("achievements", "divisIt would be good to have some (at least 3-5) tutorials that teach new users what LIKWID can do and how to use it properly. From my experience as a user and FOSS developer, tutorials like deal.ii's are good thing to have. In that case we have first 5 that has to be read in a sequence by users, and then things start to branch off by t
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
-
Updated
Dec 14, 2019 - Assembly
A list of resources in different fields of Computer Science (multiple languages)
-
Updated
Dec 16, 2019
The current window setup methods :
void VDP_setWindowHPos(u16 right, u16 pos);
void VDP_setWindowVPos(u16 down, u16 pos);
are close to internals registers setup but not really user friendly.
Adding methods as :
VDP_setwnidowOff()
VDP_setWindowOnTop/Bottom/Left/Right(..)
would be much more easier to deal with.
Usage examples :
want a 32px high HUD at the t
Improve this page
Add a description, image, and links to the assembly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."

I went to godbolt in the middle of the night and found it extremely bright and started wondering if it could respect the system setting.
There is a CSS media feature
prefers-color-schemewhich indicates whether the user prefers light or dark mode. It might be nice to make the default dark mode if the user hasn't explicitly picked one yet be "System" and using theprefers-color-schemesettin