:max_bytes(150000):strip_icc()/assembly-language.asp-final-664011aa8a8d4774ab6538e594961475.png)
Assembly language
Low-level programming languageWikipedia
30
MENTIONS
9
EPISODES
9
PODCASTS
Search complete. 30 mentions across 9 episodes found for "Assembly language".
Aug 30, 2026
ANTIC Interview 463 - Steve Bryson, game programmer
S
19:37Steve BrysonGUEST
This was all new to me.
S
19:41Steve BrysonGUEST
And the way I made that work was I created a framework in Assembler.
S
19:46Steve BrysonGUEST
I created a software framework that in hindsight looked a lot like encapsulation and object oriented programming where the task of the other two team members was very limited.
S
20:00Steve BrysonGUEST
They just had to do the thing that was specific to this level.
The Future Of Linux Core Utils Is Rust | Sylvestre Ledru
B
26:27Brodie RobertsonHOST
Mm-hmm.
S
26:27Sylvestre LedruGUEST
So first one, and you can see the source code, and it was written in Assembly, is a one, uh, from, uh, Dennis and Kerrigan in, uh, '71, where they wrote Unix.
S
26:38Sylvestre LedruGUEST
I wasn't born.
S
26:39Sylvestre LedruGUEST
Uh, but you can see the, you can find the Assembly code online easily.
S
26:43Sylvestre LedruGUEST
I can share it with you later if you want.
S
26:45Sylvestre LedruGUEST
But, uh, if you see how it work, it's, it was working the same way.
Why performant code matters (but gets widely ignored), with Casey Muratori
G
25:54Gergely OroszHOST
I'm a software engineer 'cause I know how to use this programming language," but I'd argue you're probably an engineer if you can go down the stack and you have that ability, and you have, like, a good, good understanding of some of it at least, right? And then you can learn the rest.
C
26:06Casey MuratoriGUEST
And I would also say that one of the other things that, uh, we do in the class is teach how to read Assembly language.
C
26:10Casey MuratoriGUEST
And people often ask, what...
C
26:12Casey MuratoriGUEST
Like, "Why?" Like, "You know, Assembly language, what would I ever need that for?" Uh, there's a very good reason for it, and that is that everything else that you might use doesn't tell you anything about what the CPU is actually receiving.
C
26:24Casey MuratoriGUEST
You know, if I look at a Java program, if I look at a C program, if I look at, uh, Haskell, OCaml, whatever, right, uh, Rust, all I'm seeing is input to a compiler.
C
26:34Casey MuratoriGUEST
I have no idea what the CPU's actually going to be asked to do.
C
26:38Casey MuratoriGUEST
If I look at the Assembly language output from that compiler, I know exactly what the CPU is being asked to do, and it's not that hard to be able to learn to read Assembly language so that you can see very quickly, is the CPU being asked to do the things that I think it should be asked to do them and in that way, right? You don't have to write it hardly ever.
C
26:59Casey MuratoriGUEST
Uh, it's very rare that you have to write Assembly language to do anything, um, other than s- sometimes for test purposes it's easier to do that so you don't have to try and convince a compiler to output something.
The Father of AI Assistant on Why Joy Comes Before Success - Kevin Surace
K
16:14Kevin SuraceGUEST
And that's the first time, in essence, in English I could do something.
K
16:19Kevin SuraceGUEST
So early coders were coding in a language that went away because we had a higher level language called Assembly, and then Assembly basically went away for most people and that became, um, these higher level languages.
K
16:30Kevin SuraceGUEST
And of course by the '70s and '80s we had very high level languages that are really thoughtful, that are in English in, in, in essence, right? So we have seen, uh, developers move to higher and higher and higher level languages where the language, uh, is, is producing, you know, thousands of lines of machine code for us.
K
16:52Kevin SuraceGUEST
We're not writing those thousands of lines.
K
16:54Kevin SuraceGUEST
Now we've progressed one more time to the actual English language of natural language.
K
17:00Kevin SuraceGUEST
So if I can describe it at this level, it'll write it in Python, which actually is compiling down to Assembly, which ultimately kind of converts to machine code.
K
17:11Kevin SuraceGUEST
And we don't see any of those layers.
K
17:13Kevin SuraceGUEST
So my point is we've given up seeing a variety of layers of computer programming over the years.
A string of new releases, plus an interview with the creators of Gaal
J
4:50Jonathan HallHOST
Wow.
S
4:50Shai NechmadHOST
Uh, I was using Assembler, uh, C#.
S
4:54Shai NechmadHOST
Uh, these were-
J
4:55Jonathan HallHOST
Okay
BNC#9 | The AI reckoning: Stafford Masie says jobs, healthcare & banking are all about to transform
S
19:13Stafford MasieGUEST
You're gonna see more businesses spawn because businesses now only need one ability, and that's ability to speak English.
S
19:20Stafford MasieGUEST
The new programming languages, when I grew up, it was Assembler, C, et cetera.
S
19:24Stafford MasieGUEST
The new programming language today is what? It's English.
S
19:28Stafford MasieGUEST
You can speak to something and an application can emerge.
SN 1092: Restraint Abliteration - Rotating Keys, Broken Guardrails
S
2:43Steve GibsonHOST
So what I'm gonna be doing over, uh, I have no choice really, is because it, it excites me, is I'm beginning to develop a g- understanding the, at, at the level I want to.
S
2:57Steve GibsonHOST
Remember, I program in Assembler.
S
3:00Steve GibsonHOST
So I, when I say I understand something, I, uh, for me, to me- for me to be satisfied, I have to understand, well, is the carry bit set or not? Um, so, uh, but at the same time to make it understandable.
S
3:16Steve GibsonHOST
So I think most of, you know, what, what, what I look at the things we're gonna talk about.
I Am a Mainframer: Geoffrey Decker on Teaching Mainframe Skills and Building the Next Generation
G
1:17Geoffrey DeckerGUEST
I am an instructor at Northern Illinois University in DeKalb, Illinois, and I teach mainframe at NIU.
G
1:25Geoffrey DeckerGUEST
I teach a course in Assembler, and I teach another course after that that's I call it a smorgasbord of mainframe stuff, but I train students to get ready for the mainframe world.
G
1:38Geoffrey DeckerGUEST
And I don't give them anything that's too modern because I want to, I feel strongly about giving them something that's very basic and foundational for what they can do when they go on to their careers.
S
1:51Steven DickensHOST
So Chief, I've known you a long time.
G
3:30Geoffrey DeckerGUEST
um they shouldn't put it off that long because i think that they should kind of uh simmer in it for a while and then take the second class i offer too
S
3:42Steven DickensHOST
So tell me a little bit about, we're talking sort of 20-year-olds, 19, 20, 21-year-olds.
S
3:50Steven DickensHOST
Tell me about what their reaction is when they get exposed to Assembler for the first time, for the mainframe.
S
3:57Steven DickensHOST
I'd imagine most of these kids at one point wanted to be gaming developers.
Can AI Save the Planet — Or Is It the Problem? Building Green Software With Anne Currie
A
5:09Andy GrabnerHOST
And as you just said, in the early days, coding was very hard.
A
5:14Andy GrabnerHOST
If I think back, I started learning Assembler in the 90s.
A
5:18Andy GrabnerHOST
So I'm familiar with how to try to write efficient code.
A
5:22Andy GrabnerHOST
And then in order to make developers more efficient...