Mercurial > public > hwos_code
comparison src/convert.asm @ 418:a5fc007634c5
some cleanup
author | heinrichsweikamp |
---|---|
date | Tue, 19 Apr 2016 14:03:24 +0200 |
parents | 5ad479f2a868 |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
417:e5a9c9f76315 | 418:a5fc007634c5 |
---|---|
13 | 13 |
14 #include "hwos.inc" ; Mandatory header | 14 #include "hwos.inc" ; Mandatory header |
15 | 15 |
16 ;============================================================================= | 16 ;============================================================================= |
17 | 17 |
18 CBLOCK tmp+0x08 ; space for aa_wordprocessor | 18 CBLOCK tmp+0x09 ; space for aa_wordprocessor |
19 temp3 | 19 temp3 |
20 temp4 | 20 temp4 |
21 cvt_flags2 | 21 cvt_flags2 |
22 ; Reserved to tmp+0x10... | 22 ; Reserved to tmp+0x11... |
23 ENDC | 23 ENDC |
24 | 24 |
25 #define pre_zero_flag cvt_flags2,0 | 25 #define pre_zero_flag cvt_flags2,0 |
26 #define all_zeros_flag cvt_flags2,1 | 26 #define all_zeros_flag cvt_flags2,1 |
27 #define DP_done cvt_flags2,2 | 27 #define DP_done cvt_flags2,2 |