About 323,000 results
Open links in new tab
  1. AMD ׀ together we advance_AI

    AMD delivers leadership high-performance and adaptive computing solutions to advance data center AI, AI PCs, intelligent edge devices, gaming, & beyond.

  2. Programming in assembly language tutorial - GitHub

    Programming in assembly language tutorial. Contribute to mschwartz/assembly-tutorial development by creating an account on GitHub.

  3. Assembly Programming Tutorial - Online Tutorials Library

    Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, …

  4. Assembly language - Wikipedia

    Assembly language uses a mnemonic to represent, e.g., each low-level machine instruction or opcode, each directive, typically also each architectural register, flag, etc. Some of the mnemonics may be …

  5. Developer Central - AMD

    Developer Community Events, Meet Ups & Contests Join the AMD AI Developer Program Access cloud credits, connect with AMD engineers, receive early invitations to events, gain recognition …

  6. A: Knowing assembly language helps you: Write faster code In assembly language In a high-level language! Write safer code Understanding mechanism of potential security problems helps you avoid …

  7. Assembly - Basic Syntax - Online Tutorials Library

    The fields in the square brackets are optional. A basic instruction has two parts, the first one is the name of the instruction (or the mnemonic), which is to be executed, and the second are the operands or …

  8. Assembly Language Programming for Beginners: 8-bit Addition

    Jul 23, 2025 · In this article, we discussed the addition of two 8-bit numbers using assembly language programming. We presented the assembly language code for adding two 8-bit numbers, along with …

  9. Home [docs.amd.com]

    Find comprehensive documents, guides, and resources on AMD's high-performance computing, graphics, and adaptive technologies.

  10. What is Assembly Language? - GeeksforGeeks

    Jul 23, 2025 · Example: Ax (Accumulator), Bx, Cx. Command: An instruction in assembly code known as a command informs the assembler what to do. Assembly language instructions typically employ self …