Obsidian/3-99 Research/Assembly/Assembly Canvas.canvas

6 lines
570 B
Plaintext

{
"nodes":[
{"id":"fd8f3e9ca2c339c1","x":-120,"y":-400,"width":560,"height":340,"type":"text","text":"# What the Hell is Assembly?\n\nWhen a higher level programming language makes its way down to the binary machine-code level, it usually passes through a language called Assembly. Assembly is a very low level language that for the most part has 1:1 combination of assembly commands with machine code equivalents. The important difference between the two is that assembly tries to make things more human readable. Here's an example from wikipedia"}
],
"edges":[]
}