Page 1 of 1

question about numbers in flowcode .asm file

Posted: Thu Jan 24, 2008 4:33 pm
by Andi
ORG 0x00300000
DW 0xC9FF
DW 0x1F0F
DW 0x00FF
DW 0xFF85
DW 0xC003
DW 0xE003
DW 0x4003
END

for what do this numbers or directives stands for in the flowcode assembly file?
they are listed at the bottom of the file

Re: question about numbers in flowcode .asm file

Posted: Thu Jan 24, 2008 4:53 pm
by Benj
Hello

These lines do not appear in the ASM file when your code compiles correctly.