Interrupt system implemented, some new programs.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
; SWI with nothing after it.
|
||||
;
|
||||
; Without the operand check this assembles, and SWI quietly takes the next
|
||||
; instruction as its vector number. Everything after it then shifts by a byte.
|
||||
|
||||
#Program
|
||||
|
||||
start:
|
||||
SWI
|
||||
HALT
|
||||
Reference in New Issue
Block a user