mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 22:34:06 -06:00
vault backup: 2022-08-05 15:19:09
This commit is contained in:
parent
87a1d8e96d
commit
4c2547eabe
@ -4,8 +4,8 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- lecture
|
- lecture
|
||||||
- cosc204
|
- cosc204
|
||||||
sr-due: 2022-07-31
|
sr-due: 2022-08-19
|
||||||
sr-interval: 3
|
sr-interval: 14
|
||||||
sr-ease: 250
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- lecture
|
- lecture
|
||||||
- cosc204
|
- cosc204
|
||||||
|
sr-due: 2022-08-08
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
Developed 1972 for Unix
|
Developed 1972 for Unix
|
||||||
|
|||||||
@ -49,7 +49,7 @@ sta $0400 ; store the contents of the a register in memory at location $
|
|||||||
|
|
||||||
## printing a whole string
|
## printing a whole string
|
||||||
|
|
||||||
```
|
``` 6809 assembly
|
||||||
message:
|
message:
|
||||||
.byte "HELLO WORLD", 0
|
.byte "HELLO WORLD", 0
|
||||||
|
|
||||||
@ -77,7 +77,10 @@ done:
|
|||||||
rts ; return from this routine
|
rts ; return from this routine
|
||||||
```
|
```
|
||||||
|
|
||||||
# Hello World
|
|
||||||
|
|
||||||
# Assembler
|
# Assembler
|
||||||
|
- compiles assemble to machine code
|
||||||
|
- can also dissamble machine code
|
||||||
|
|
||||||
|
assembler create a listing file that gives the location, machines lcode, and assembly of the program
|
||||||
|

|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,6 @@ tags:
|
|||||||
|
|
||||||
[page](https://cosc204.cspages.otago.ac.nz)
|
[page](https://cosc204.cspages.otago.ac.nz)
|
||||||
|
|
||||||
# Assignments
|
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
- [ASCII](notes/ASCII.md)
|
- [ASCII](notes/ASCII.md)
|
||||||
- [unicode](notes/unicode.md)
|
- [unicode](notes/unicode.md)
|
||||||
@ -30,13 +28,6 @@ tags:
|
|||||||
- [computer-architecture](notes/computer-architecture.md)
|
- [computer-architecture](notes/computer-architecture.md)
|
||||||
- [6809-addressing-modes](notes/6809-addressing-modes.md)
|
- [6809-addressing-modes](notes/6809-addressing-modes.md)
|
||||||
|
|
||||||
- Hardware
|
|
||||||
- Assembly
|
|
||||||
- C
|
|
||||||
- Operating systems
|
|
||||||
- OS Algorithms
|
|
||||||
- Use of Resources
|
|
||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
||||||
- [02-combinatorial-logic](notes/02-combinatorial-logic.md)
|
- [02-combinatorial-logic](notes/02-combinatorial-logic.md)
|
||||||
@ -45,6 +36,7 @@ tags:
|
|||||||
- [05-6809-assembly](notes/05-6809-assembly.md)
|
- [05-6809-assembly](notes/05-6809-assembly.md)
|
||||||
- [06-6809-programming](notes/06-6809-programming.md)
|
- [06-6809-programming](notes/06-6809-programming.md)
|
||||||
- [07-6809-advanced](notes/07-6809-advanced.md)
|
- [07-6809-advanced](notes/07-6809-advanced.md)
|
||||||
|
- [08-intro-to-c](notes/08-intro-to-c.md)
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user