bank.al

来自「CPU的code banking技术实例: This Zip file c」· AL 代码 · 共 37 行

AL
37
字号
// Allocation written January 19, 2001 4:40:46 PM PST
// By FastChip Version 2.1.1 Build 001212-1646
// Allocation last modified January 19, 2001 4:40:46 PM PST
allocationScheme (
    logicalStart = "40K",
    logicalSize = "20K",
    direction = DOWN,
    cruLogicalStart = "0xf000",
    deviceFamily = E5,
    physicalStart (
        DATA = "0x10_0000",
        SFR = "0x1f_ff00"
    ),
    exportedSFR (

    ),
    highestUsed (
        DATA = "0xefff",
        SFR = "0xefff"
    ),
    lowestUsed (
        DATA = "0xefff",
        SFR = "0xa000"
    )
)
allocatedSelectors (
    LED_Control.CMDREG (
        symbolicName = led,
        space = DATA,
        isHeaderVisible = true,
        variableType = int,
        size = "1",
        logicalAddress = "0xefff",
        physicalAddress = "0x10_efff"
    )
)

⌨️ 快捷键说明

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