vault backup: 2025-02-14 17:47:40

This commit is contained in:
Dane Sabo 2025-02-14 17:47:40 -05:00
parent 7bb9ead8bd
commit aaf5d951d1
3 changed files with 6 additions and 5 deletions

View File

@ -6,11 +6,11 @@
"emojiStyle": "native", "emojiStyle": "native",
"iconColor": null, "iconColor": null,
"recentlyUsedIcons": [ "recentlyUsedIcons": [
"🎨",
"LiClipboard", "LiClipboard",
"📋", "📋",
"📷", "📷",
"🧩", "🧩"
"🚜"
], ],
"recentlyUsedIconsSize": 5, "recentlyUsedIconsSize": 5,
"rules": [], "rules": [],
@ -42,5 +42,6 @@
"0 Managerial Pages/1 Task Dashboard.md": "LiClipboard", "0 Managerial Pages/1 Task Dashboard.md": "LiClipboard",
"1000s Templates": "🧩", "1000s Templates": "🧩",
"900s Calendars": "📆", "900s Calendars": "📆",
"2000 Images": "📷" "2000 Images": "📷",
"3-99 Research/Assembly/Assembly Canvas.canvas": "🎨"
} }

View File

@ -3,6 +3,6 @@ Generated by ChatGPT on 2025-02-14
# Table of Contents for Assembly # Table of Contents for Assembly
## Files ## Files
- [[Untitled.canvas]] - [[Assembly Canvas.canvas]]
- [[Untitled.md]] - [[Untitled.md]]

View File

@ -1,6 +1,6 @@
{ {
"nodes":[ "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 "} {"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":[] "edges":[]
} }