+Propane13 #1 Posted March 5, 2003 Hello, When using DASM, if I have a snippet of code, followed by an ORG that forces a bunch of default bytes to appear, is there a way to change this default value (say, from $FF to $00)? Example: ORG $FF00 dc.b $01,$02,$03 ORG $FFFC // now, $FF03-$FFFB will fill with a default value, usu. $FF dc.word Start dc.word Start Thanks! -John K. Harvey Quote Share this post Link to post Share on other sites
Thomas Jentzsch #2 Posted March 9, 2003 From (attached) Dasm.doc: [label] ORG exp[,DefaultFillVal] dasmdoc.zip Quote Share this post Link to post Share on other sites