{"id":484,"date":"2011-03-04T16:25:48","date_gmt":"2011-03-04T14:25:48","guid":{"rendered":"http:\/\/wordpress.wvs-berlin.de\/?p=484"},"modified":"2011-03-04T17:20:55","modified_gmt":"2011-03-04T15:20:55","slug":"4-3-2011","status":"publish","type":"post","link":"https:\/\/wordpress.wvs-berlin.de\/?p=484","title":{"rendered":"4.3.2011"},"content":{"rendered":"<p>Niklas lernt wieder C bei Angelo.Tristan schaut zu. Nikolas kommt auch noch vorbei. Julian werkelt weiter an C-tris. Moritz war auch kurz vorher da und kommt nach der neunten Stunde noch einmal vorbei.<\/p>\n<p>Robert lernt auch ein bisschen Assembly:<\/p>\n<pre>section\t.text\r\n    global _start\t\t\t;must be declared for linker (ld)\r\n\r\n_add:\r\n\tmov\tdword eax, [esp + 4]\r\n\tadd\tdword\teax, [esp + 8]\r\n\tret\r\n\r\n_start:\t\t\t\t\t;tell linker entry point\r\n\r\n\tpush \tdword \t4\r\n\tpush \tdword\t6\r\n\tcall \t_add\r\n\tadd \tesp, 8\r\n\tmov  \tedx, eax\r\n\tmov\tecx,msg\t;message to write\r\n\tmov\tebx,1\t;file descriptor (stdout)\r\n\tmov\teax,4\t;system call number (sys_write)\r\n\tint\t0x80\t;call kernel\r\n\r\n\tmov\teax,1\t;system call number (sys_exit)\r\n\tint\t0x80\t;call kernel\r\n\r\nsection\t.data\r\n\r\nmsg\tdb\t'Hello, world!',0xa\t;our dear string\r\n;len\tequ\t$ - msg\t\t\t;length of our dear string<\/pre>\n<p>N\u00e4chste Woche ist Dienstag und Freitag AG.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Niklas lernt wieder C bei Angelo.Tristan schaut zu. Nikolas kommt auch noch vorbei. Julian werkelt weiter an C-tris. Moritz war auch kurz vorher da und kommt nach der neunten Stunde noch einmal vorbei. Robert lernt auch ein bisschen Assembly: section .text global _start ;must be declared for linker (ld) _add: mov dword eax, [esp + [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-484","post","type-post","status-publish","format-standard","hentry","category-allgemein"],"_links":{"self":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/484","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=484"}],"version-history":[{"count":5,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/484\/revisions"}],"predecessor-version":[{"id":486,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=\/wp\/v2\/posts\/484\/revisions\/486"}],"wp:attachment":[{"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=484"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=484"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.wvs-berlin.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}