Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 10010 → Rev 10011

/programs/develop/fasm/1.73/fasm.inc
18,7 → 18,7
LINE_H = 25
RIGHT_BTN_W = 80
 
MAX_PATH = 100
MAX_PATH = 0x1000
 
macro mmov reg,a1,a2 {
mov reg,(a1) shl 16 + (a2)