.. _rom: ROM === +----------+-------------------------------------------------------------------+ | Syntax | ROM (n) | +----------+-------------------------------------------------------------------+ | Location | TinyToolkit | +----------+-------------------------------------------------------------------+ This function returns the address in memory where additional ROMs can be placed. The parameter specifies the number of the slot you wish to look at (it must be in the range 0...16). The possible values are: +----+--------------------+ | n | ROM(n) | +====+====================+ | 0 | 49152 (EPROM-Port) | +----+--------------------+ | 1 | 786432 | +----+--------------------+ | 2 | 802816 | +----+--------------------+ | 3 | 819200 | +----+--------------------+ | 4 | 835584 | +----+--------------------+ | 5 | 851968 | +----+--------------------+ | 6 | 868352 | +----+--------------------+ | 7 | 884736 | +----+--------------------+ | 8 | 901120 | +----+--------------------+ | 9 | 917504 | +----+--------------------+ | 10 | 933888 | +----+--------------------+ | 11 | 950272 | +----+--------------------+ | 12 | 966656 | +----+--------------------+ | 13 | 983040 | +----+--------------------+ | 14 | 999424 | +----+--------------------+ | 15 | 1015808 | +----+--------------------+ | 16 | 1032192 | +----+--------------------+ **CROSS-REFERENCE** ROM_TEST checks if a piece of code can be placed into a ROM. :ref:`eprom-load` allows you to load an EPROM on an emulator.