mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-18 18:26:42 +00:00
Updated Basic Assembly tutorial (markdown)
parent
0f41259bdd
commit
86377c9be5
@ -264,7 +264,8 @@ So we have seen how programmers can use programming languages to write computer
|
|||||||
### Instruction and operands
|
### Instruction and operands
|
||||||
Let's start with some an example:
|
Let's start with some an example:
|
||||||
```assembly
|
```assembly
|
||||||
MOV A, 0x1337
|
MOV A, 1
|
||||||
|
MOV B, 0x1337
|
||||||
HWI 9
|
HWI 9
|
||||||
BRK
|
BRK
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user