spo600:assembly_language
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
spo600:assembly_language [2024/01/12 19:55] – created chris | 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.1705089339.txt.gz · Last modified: 2024/04/16 18:10 (external edit)