CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Computer Organisation

❯

Instruction Set Architecture (ISA)

❯

Assembly language

Assembly language

33 words, 1 min read
Last updated on Dec 16, 2023
🌟 Edit This Page!   🗓️ History

  • computer_organisation
Xinyang YU

Abstract


  • A layer of Abstraction above Instruction Set Architecture (ISA) for human
  • Writing out raw Instruction out is very error-prone, imagine writing a 0 instead of 1 may lead to a different Instruction

Mentioned by

  • C Keywords
  • C Program Compilation
  • MIPS Control Flow
  • cs2100 nus notes
  • Interrupts (中断)
  • Context Switch
  • Library Call
  • System Call (系统调用)
  • Abstraction
  • Language Processors

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub