mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
4 lines
36 B
PHP
4 lines
36 B
PHP
|
|
%macro blej 1
|
||
|
|
mov eax,%1
|
||
|
|
%endmacro
|