Does anyone here know assembly language ?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Does anyone here know assembly language ??

help me in my assignment šŸ˜ž

3rd Jun 2017, 3:24 PM
hadeel
hadeel - avatar
17 Respostas
+ 8
Long time ago, I had learned Z80 assembly language... a 8 bits famous 80's processor: it was good to understand root concepts of assembly languages, as it was relatively simple ( compared to more recent/powerful ones ;) ) You probably can find emulators and lot of references and stuff about it to use as a first step in assembly learning ;)
3rd Jun 2017, 5:19 PM
visph
visph - avatar
+ 6
Not really: as I wrote, this was a long long time ago :P ( If I had to study it again, I guess I will be able to do it easily, but I've not really time and interest for that actually ) ... and if you have to write some assembly code for an assignment, maybe you are mandatory to use a specific one ( each processor has its own set of more or less specific instructions : I was suggested Z80 to you as you ask for assembly language without specifying which in particular ) Search on internet : you should find some good tutorial about that, and done by people having better skills in english than me ^^
3rd Jun 2017, 5:48 PM
visph
visph - avatar
+ 6
Without having dive deep into it, this link seems to be a good source among others about Z80 cpu assembly language: http://sgate.emt.bme.hu/patai/publications/z80guide/
3rd Jun 2017, 6:08 PM
visph
visph - avatar
+ 4
Sorry No
3rd Jun 2017, 3:35 PM
Ekansh
+ 4
thanks alot @calvin @isomer šŸŒ·šŸŒ·
3rd Jun 2017, 5:46 PM
hadeel
hadeel - avatar
+ 4
https://code.sololearn.com/W8iMGXTusS8V/?ref=app <------- run this code. you can see assembly books collection there. download it from there
3rd Jun 2017, 5:50 PM
Isomer
Isomer - avatar
+ 4
It's very useful @isomer I will learn from this link.. step by step thanksšŸ˜ŠāœŒšŸŒ·
3rd Jun 2017, 6:05 PM
hadeel
hadeel - avatar
+ 3
@calvin: can you write code in assembly language?
3rd Jun 2017, 5:18 PM
hadeel
hadeel - avatar
+ 3
if you can help me please!šŸ˜£
3rd Jun 2017, 5:19 PM
hadeel
hadeel - avatar
+ 3
thanks alot @visphšŸ˜Š can you help me to write simple code in assembly languagešŸŒ·šŸ˜¢
3rd Jun 2017, 5:22 PM
hadeel
hadeel - avatar
+ 3
@visph thanks šŸŒ·šŸŒ· I will search on internet thanks alotšŸ˜Š
3rd Jun 2017, 5:54 PM
hadeel
hadeel - avatar
+ 3
@isomer it's in which language?
3rd Jun 2017, 5:57 PM
hadeel
hadeel - avatar
+ 2
I used to write firmware on Intel 8051 and Motorola 6809 for microprocessor control in my last job.
3rd Jun 2017, 4:00 PM
CalviÕ²
CalviÕ² - avatar
3rd Jun 2017, 5:27 PM
Isomer
Isomer - avatar
+ 2
Different Cpu has different assembly language. You need to study the Cpu architecture and its assembly code format, before you can write the code for that cpu system. Here is my cpu document i worked on many years ago: https://www.maddes.net/m6809pm/sections.htm
3rd Jun 2017, 5:35 PM
CalviÕ²
CalviÕ² - avatar
+ 2
just click on this link. it's in web languages. no need compiler. it will run on sololearn. if you click on this link, then you will see bottom right side "run " , click it.
3rd Jun 2017, 6:00 PM
Isomer
Isomer - avatar
+ 2
You're welcome. well thanks goes to Maz. he made it for us
3rd Jun 2017, 6:06 PM
Isomer
Isomer - avatar