spo600:assembly_language
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
spo600:assembly_language [2024/04/16 18:10] – external edit 127.0.0.1 | spo600:assembly_language [2025/02/19 16:38] (current) – [Assembly Language] chris | ||
---|---|---|---|
Line 3: | Line 3: | ||
//Assembly language// is a [[Symbol|symbolic]] representation of [[Machine Language|machine language]]. It is therefore very [[Portable|architecture-specific]]. | //Assembly language// is a [[Symbol|symbolic]] representation of [[Machine Language|machine language]]. It is therefore very [[Portable|architecture-specific]]. | ||
- | Each instruction is represented by a short mnemonic word such as " | + | Each instruction is represented by a short mnemonic word such as " |
===== Examples | ===== Examples | ||
Line 98: | Line 98: | ||
< | < | ||
- | | + | |
- | | + | |
- | JSR SCINIT ; clear screen | + | |
+ | JSR SCINIT ; | ||
LDY #$00 ; set Y index to zero | LDY #$00 ; set Y index to zero | ||
| |
spo600/assembly_language.1713291008.txt.gz · Last modified: 2024/04/16 18:10 by 127.0.0.1