108 switch( resource->
type ) {
110 if ( image->bankAssigned != -1 ) {
113 sprintf(alreadyLoadedLabel,
"%salready", label );
116 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
119 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
156 resource.
realName = strdup( bankWindowName );
178 if ( image->bankAssigned != -1 ) {
181 sprintf(alreadyLoadedLabel,
"%salready", label );
184 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
187 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
205 if ( image->strips ) {
210 outline1(
"LDA #<%sstrip", image->realName);
212 outline1(
"LDA #>%sstrip", image->realName);
240 resource.
realName = strdup( bankWindowName );
248 if ( image->strips ) {
253 outline1(
"LDA #<%sstrip", image->realName);
255 outline1(
"LDA #>%sstrip", image->realName);
280 if ( image->residentAssigned ) {
283 sprintf(alreadyLoadedLabel,
"%salready", label );
286 sprintf( bankWindowId,
"BANKWINDOWID%2.2x", image->residentAssigned );
289 sprintf( bankWindowName,
"BANKWINDOW%2.2x", image->residentAssigned );
292 if ( image->uncompressedSize ) {
295 bank_read_semi_var( _environment, image->bankAssigned, image->absoluteAddress, bankWindowName, image->size );
298 cpu_label( _environment, alreadyLoadedLabel );
301 resource.
realName = strdup( bankWindowName );
347 outline1(
"LDA %s", image->realName );
360 if ( strlen(_sequence) == 0 ) {
368 if ( strlen(_frame) == 0 ) {
386 outline1(
"LDA %s", image->realName );
398 if ( strlen(_frame) == 0 ) {
413 outline1(
"LDA %s", image->realName );