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: ;;; lua: return gsub(strings.Cdefs, "#", "%%") ;;; lua: return strings.nasmbytecode