Stand vom Tab übernommen
This commit is contained in:
BIN
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
|||||||
|
@R0 // Register 0
|
||||||
|
D=M // Datenregister bekommt Ra
|
||||||
|
@n // automatisch wird ein Register ausgewählt, hier @16
|
||||||
|
M=D // Der RAM[16] bekommt den Inhalt des D-Registers, also von der CPU
|
||||||
|
@i // wiederum wird ein Register automatisch adressiert, hier z.B. RAM[17]
|
||||||
|
M=1 // Dieses Register wird nun mit einer "1" befüllt
|
||||||
|
@sum // das nächste automatisch adressierte Register @18 == RAM[18]
|
||||||
|
M=0 //
|
||||||
|
|
||||||
Reference in New Issue
Block a user