-
Notifications
You must be signed in to change notification settings - Fork 0
/
os.asm
20 lines (19 loc) · 816 Bytes
/
os.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://powcoder.com
代写代考加微信 powcoder
Assignment Project Exam Help
Add WeChat powcoder
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; file name : os.asm ;
; author :
; description : LC4 Assembly program to serve as an OS ;
; TRAPS will be implemented in this file ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;
;; !!!! TO-DO!!!!!:
;; 1) Open up your last codio assignment (in a separate browswer window)
;; 2) In that window, open up your working os.asm file:
;; -select everything in the file, and "copy" this content (Conrol-C)
;; 3) Return to the current codio assignment, paste the content into this os.asm
;; -now you can use the os.asm from your last HW in this HW
;; 4) Save the updated os.asm file