Mercurial > public > hwos_code
comparison src/external_flash.asm @ 604:ca4556fb60b9
bump to 2.99beta, work on 3.00 stable
author | heinrichsweikamp |
---|---|
date | Thu, 22 Nov 2018 19:47:26 +0100 |
parents | b455b31ce022 |
children | c40025d8e750 |
comparison
equal
deleted
inserted
replaced
603:00b24fb4324d | 604:ca4556fb60b9 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File external_flash.asm ## V2.98 | 3 ; File external_flash.asm ## V2.98c |
4 ; | 4 ; |
5 ; External flash | 5 ; External flash |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
10 ; 2011-08-12 : [mH] creation | 10 ; 2011-08-12 : [mH] creation |
11 | 11 |
12 #include "hwos.inc" | 12 #include "hwos.inc" |
13 #include "wait.inc" | 13 #include "wait.inc" |
14 | 14 |
15 basic CODE | 15 ext_flash CODE |
16 | |
16 ;============================================================================= | 17 ;============================================================================= |
17 | 18 |
18 global incf_ext_flash_address_p1 | 19 global incf_ext_flash_address_p1 |
19 incf_ext_flash_address_p1: ; Increase by one | 20 incf_ext_flash_address_p1: ; Increase by one |
20 movlw .1 | 21 movlw .1 |