144 skills found · Page 1 of 5
Dman95 / SASMSASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages
cirosantilli / X86 Assembly CheatMOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 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 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat
DGivney / AssemblytutorialsThis project was put together to teach myself NASM x86 assembly language on linux.
bergercookie / Asm LspLanguage server for NASM/GAS/GO Assembly
Thomas-995 / ConstructCompiler for an x86 Assembly language abstracting over NASM
yds12 / X64 RoadmapA roadmap to learn x64 assembly using nasm on Linux.
ShiftMediaProject / VSNASMProvides Visual Studio integration for the NASM assembler.
IDouble / NASM Assembly Linux Notes🐧 Assembly with Linux (Notes, Syscalls, Protection Rings) 🐧
ajkhoury / JetBrains NASM LanguagePlugin that adds NASM assembly language support for the IntelliJ Platform IDEs
simon-whitehead / Assembly FunJust a collection of NASM code while I learn/refresh my Assembly understanding
skeeto / Nasm ModeMajor mode for editing NASM assembly programs
RobbeDGreef / YanixYanix is a UNIX-like kernel / operating system build completely from scratch
funnydman / Nasm Assembly ExamplesSome of my notes, books, code listings for asembler studying. Enjoy!
barrettotte / HTTP ASM64The most basic HTTP Server written in x86 Assembly
Sakib2263 / 64 Bit NASM Assembly Code Examples64 bit nasm code examples
icecoobe / OslabPractice on assembly language via Nasm, mostly in real-mode, preparation for os development
exscape / ExscapeOSA hobby OS written in assembly (nasm) and C. Small, realistic goals.
pritamzope / XlangCompiler for xlang, A C like high level programming language that emits Intel x86 assembly
En14c / PIvirussample linux x86_64 ELF virus
harismuneer / BelalHashmi Assembly Exercise Solutions💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these, so they might help students in understanding the Assembly concepts.