question about numbers in flowcode .asm file

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Andi
Posts: 19
Joined: Thu Nov 29, 2007 12:08 pm
Contact:

question about numbers in flowcode .asm file

Post 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

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: question about numbers in flowcode .asm file

Post by Benj »

Hello

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

Post Reply