⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myapp.control

📁 轻量嵌入JVM,可用于掌上设备手机等手持消息设备.
💻 CONTROL
字号:
//----------------------------------------------------------------------
// This file contains control flags (parameters) that are used by the
// ClassLinker program when generating output file(s) from application's
// class files. ClassLinker expects that the application control file
// will have the same name as main application file and have '.control'
// extension.
//----------------------------------------------------------------------


// List of directories and/or library zip/jar files separated by semicolon.
// LinkClassPath is used to find files required for linking application
// classes.
LinkClassPath=.;..\..\lib\java.jar;..\..\lib\javax.jar;..\..\lib

// Create debug information file.
// If set to 'Y' then debug information file with extension '.debug' is created.
// If enabled, make sure the source files are compiled with -debug option to
// ensure that the debug info is included in the class files.
DebugFile=N

// Map file contains detailed information about all classes composing
// the final binary image.
// Possible values: Y or N
// If 'Y' is specified then a file with extension '.map' is created.
// Output map file can be created in HTML format if MapFileHtml
// switch is set to 'Y'. The file extension is then '.map.html'
MapFile=Y
MapFileHtml=N

// List files contain source code mixed with java bytecodes.
// If file name is specified then a list file with extension '.list'
// is created.
// Multiple list files can be created by separating the class file
// names with semicolons.
// Output list file can be created in HTML format if ListFileHtml
// switch is set to 'Y'. The file extension is then '.list.html'
ListFile=
ListFileHtml=Y

// Possible values: Y or N
// If Y is specified then all console output is suppressed.
// However, all error messages will be printed.
QuietMode=N

// Specifies location and name of the native lookup table files.
// There are two pre defined templates:
// - native_asm.template for assembly file output
// - native_c.template for 'C' file output
// These files must be present in the lib directory and can be modified
// to contain application specific sections. If C or assembly lookup file is not
// required rename or remove appropriate template from ClassLinker directory.
NativeLookupFile=native\lookup.c

// Specifies the format of the data in the output file. Available options are:
//   LINEAR_64K
//   BANKED_64K
//   LINEAR_16M
MemoryModel=LINEAR_16M

// Application version number - max length is 12 characters.
// Application description - max length is 32 characters
// If length is greater than max. size that the string will be truncated.
AppID=MyApp.01
AppDesc=My Application

// Format of the additional output file
// First parameter specifies the format of the output file
// Second parameter (separated by comma) specifies the  file extension of the
// otput file. Default is '.srec' or '.ihex'
// Supported formats: Intel and Motorola
OutputFormat=Intel,hex

// Base address(in hex or decimal) of application in the memory.
// If specified, then it will be used to show absolute locations in the
// map file and used as based address in the file specified by the
// OutputFormat flag. This address is also exported into native lookup files
// so that it can be used by the native code to specify location of this
// Java application
BaseAddr=0x0

// Logical base address (hex or decimal) of a bank window in the 64KB address
// space where the individual memory banks are switch into.
// Second parameter, separated by comma, indicates the size of a bank window.
// If not specified then 8KB window is assumed.
// This parameter is ignored if BANKED_64K memory model is not used.
BankAddr=0x8000,0x2000

// Physical starting address (hex or decimal) of the first bank window.
// Second parameter, separated by comma, specifies the offset to the next
// bank window. If not specified, then its value is set by the size of the
// bank window indicated by the BankAddr option.
// This parameter is used during the preparation of the Intel/Motorola
// output files and is ignored if BANKED_64K memory model is not used.
BankPhysicalAddr=0x8000,0x10000

// Format of the numeric values present in the output file.
// Possible options are:
// LSB - the least significant byte of multi-byte value is written first
// MSB - the most significant byte of multi-byte value is written first
ByteOrdering=LSB

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -