Which 2 tools are used to convert an Assembly file into a machine language file?
Assembly (as) + Linker (ld)
Name 3 different types of Assembly architecture families?
Intel (IA-32 = SLAE), ARM, MIPS
Which two commands can be used to print the CPU information of your current environment?`
“lscpu” and “cat /proc/cpu”
What are the common segment registers?
CS (Code), DS (Data), SS (Stack), ES (Data), FS (Data) and GS (Data)