Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 498 Bytes

usage.rst

File metadata and controls

19 lines (13 loc) · 498 Bytes

Using the Emulator

Using the emulator in your code

In any subroutine, module or program where you want to use the emulator, you need to import the emulator's module. For example, to include the emulator in a particular subroutine:

SUBROUTINE some_routine (...)
    USE rp_emulator
    ...
END SUBROUTINE some_routine

You can then use any of the emulator features within the subroutine.