Skip to content
#

assembly

Here are 2,463 public repositories matching this topic...

porglezomp
porglezomp commented Oct 11, 2019

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-scheme which 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 the prefers-color-scheme settin

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
Stephane-D
Stephane-D commented Jan 3, 2017

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.

Curate this topic

Add this topic to your repo

To associate your repository with the assembly topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.