comparison src/aa_wordprocessor.asm @ 418:a5fc007634c5

some cleanup
author heinrichsweikamp
date Tue, 19 Apr 2016 14:03:24 +0200
parents 653a3ab08062
children 929feb0da4f5
comparison
equal deleted inserted replaced
417:e5a9c9f76315 418:a5fc007634c5
56 aa_flags:1 ; Various flags for aa_wordprocessor 56 aa_flags:1 ; Various flags for aa_wordprocessor
57 aa_bitlen:1 ; Count of pixels when decoding bitmaps. 57 aa_bitlen:1 ; Count of pixels when decoding bitmaps.
58 aa_start:2 ; PROM ptr to start of encoded bitmap 58 aa_start:2 ; PROM ptr to start of encoded bitmap
59 aa_end:2 ; and end of it. 59 aa_end:2 ; and end of it.
60 aa_temp:2 ; Current color, divided by 2 or 4 60 aa_temp:2 ; Current color, divided by 2 or 4
61 ; Reserved to tmp+0x07... 61 ; Reserved to tmp+0x08...
62 ENDC 62 ENDC
63 ; Flags allocation: 63 ; Flags allocation:
64 #define aa_antialias aa_flags,0 64 #define aa_antialias aa_flags,0
65 #define aa_color_quart aa_flags,1 65 #define aa_color_quart aa_flags,1
66 #define aa_color_half aa_flags,2 66 #define aa_color_half aa_flags,2