Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
%macro dhl 1.nolist
        db (%1) >> 8
        db (%1) & 0xFF
%endmacro
%macro dhla 1.nolist
        db ((%1)-_f0) >> 8
        db ((%1)-_f0) & 0xFF
%endmacro
SECTION .data
global _f0
_f0:

global ADR_DEMO

<<LUA return hprimclass.adefs_str LUA>>
<<LUA return fprimclass.adefs_str LUA>>
<<LUA return sfprimclass.adefs_str LUA>>
<<LUA return asmcode LUA>>