diff options
Diffstat (limited to 'EE3102Testing.X/spies046_lab6_asm_v001.s')
-rw-r--r-- | EE3102Testing.X/spies046_lab6_asm_v001.s | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/EE3102Testing.X/spies046_lab6_asm_v001.s b/EE3102Testing.X/spies046_lab6_asm_v001.s deleted file mode 100644 index 4f0b8bc..0000000 --- a/EE3102Testing.X/spies046_lab6_asm_v001.s +++ /dev/null @@ -1,23 +0,0 @@ -.include "xc.inc" - -.text ;BP (put the following data in ROM(program memory)) -.global _mbs_wait_100us, _mbs_wait_1ms - - -_mbs_wait_100us: ;100us delay - - clr LATA; - repeat #1593 - nop - return - -_mbs_wait_1ms: ;1ms delay - - repeat #15993 - nop - return - - - - - |