To disable charms bar from showing up when swiping the touchpad (Dell laptops), do:
- Open Dell Touchpad from system tray.
- Go to Gestures tab
- Disable/un-check "Right Edge Swipe"
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...