SLAE32 Flashcards

1
Q

Which 2 tools are used to convert an Assembly file into a machine language file?

A

Assembly (as) + Linker (ld)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name 3 different types of Assembly architecture families?

A

Intel (IA-32 = SLAE), ARM, MIPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which two commands can be used to print the CPU information of your current environment?`

A

“lscpu” and “cat /proc/cpu”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the common segment registers?

A

CS (Code), DS (Data), SS (Stack), ES (Data), FS (Data) and GS (Data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly