New: assemblerAll contenthive-129948krhive-196917steemzzanhive-183959hive-180932hive-166405hive-185836photographyhive-183397uncommonlabhive-150122hive-101145hive-144064hive-188619bitcoinhive-145157krsuccesslifehive-184714hive-109690hive-193637hive-103599hive-139150TrendingNewHotLikerskrischik (61)in hive-175254 • last yearsteemCreated with Sketch.Create an Atari cartridge with CA65The following tutorial walks through the steps of building a simple program in assembler to be deployed to a cartridge for Atari 8 bit computer using the CA65 assembler. Source The newest…himan12345 (30)in assembler • 5 years agoAssembler and other low-level metalic stuff---OPERATING SYSTEMS WRITTEN IN ASSEMBLER--- KolibriOS 32 bits operating system MenuetOS 32 and 64 bits operating system BareMetalOS ( frozen project??? ) 64 bits operating system…dothebest0927 (25)in complier • 6 years ago기초적인 용어 설명 (Compiler, Linker, Loader, Interpreter, Assembler)ComPiler : 고급 언어로 작성된 프로그램을 실행하는데 첫번째 방법 원시 코드 혹은 소스코드를 기계어로 바꾸어주는 번역 프로그램(목적 파일을 만들어주는 프로그램) (기계어로 번역되기때문에 목적 파일이 생성됨, 대표적으로 C가 컴파일되는 언어) Interpreter : 고급 언어로 작성된 프로그램을 실행하는데 두번째 방법 원시 코드…bgtutorials (25)in assembler • 7 years agoAssembler / Ассемблер видео 1Общи понятиа за Ассемблер. ▶️ DTube ▶️ IPFSmondoart (29)in nanomachines • 7 years agosteemCreated with Sketch.The Golden Age of NanomachinesA molecular machine, or nanomachine, refers to any discrete number of molecular components that produce quasi-mechanical movements (output) in response to specific stimuli (input). The expression is…mrfearless (29)in programming • 7 years agoCreating Controls in AssemblerI created an online or downloadable gitbook.com : Creating Controls In Assembler Use the Win32 API and assembly language to create custom controls for windows The book introduces…wytrzeszcz (47)in polish • 8 years agoLekcja Assemblera 4Lekcja 4. Img 1. obrazek dla wyglądu Środowisko uruchomieniowe. Odpalimy sobie przykładowy program, i to będzie w zasadzie tyle. Po pierwsze potrzebujesz komputer z Linuxem. I tu…wytrzeszcz (47)in polish • 8 years agoLekcja Assemblera 3Temat: Bity,bajty,słowa- słowem pamięć. Zacznijmy od czegoś co bardzo trudno sobie uświadomić. Bit to podstawowa jednostka informacji, pojedyncza cyfra binarna 1 albo 0. I wszystko jest spoko…wytrzeszcz (47)in polish • 8 years agoLekcja Assemblera 2Lekcja 2. Temat: Podstawowe bloki procesora i pętla rozkazowa Po poprzedniej lekcji powinieneś wiedzieć jak wygląda podstawowy komputer.Dziś popatrzymy na procesor intela 8086. Tego staruszka…wytrzeszcz (47)in programming • 8 years agoAssembly lesson 1Lesson 1. Subject: Generally what is inside computer. For details how computer parts interact witch each other we will back. Simplest computer is Turing machine . In short words is…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #12 AssemblerDifficulty: HARD! Assembler is the programming language next to binary. Even though, you might never use it, it is always a good thing to learn it. So: find good tutorials for it and complete…