The LazyBoy Library Manual - LAZY_CODE

Part of the Library core group.

%imacro LAZY_CODE 0-1 1
Prefers: nothing

This macro will fulfill all code and data requirements of the library macros used thus far. Generally, you only need one LAZY_CODE reference in a program. If a parameter is included, it simply is used to make multiple passes to satisfy requirements. But, you should not need to use that feature.

org 0x100 %include "lazy.inc" TextColor clCyan TextBackground clBlack WriteLn "Hello, World!" Terminate LAZY_CODE

See also Basic program