Updated
This commit is contained in:
10
OperatingSystem/software/test.asm
Normal file
10
OperatingSystem/software/test.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
.include "extern_symbols.s" ;include monitor symbols.
|
||||
org 0x8000
|
||||
|
||||
LD A,4
|
||||
LD B,5
|
||||
ADD A,b
|
||||
LD (0x8010),A
|
||||
JP PROMPT_BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user