radare2/libr/asm/t/test.asm
pancake e0ed77af58 * Some work to fix r_asm
- assemble is now working
  - disassemble fails
  - Hard refactoring in massemble loop
  - Labels are now just 'text:'
  - Comments are supportes with '#' char
  - Labels are used as EQU directives
  - Added test program 'make test' in libr/asm/t
2010-02-13 03:00:27 +01:00

16 lines
110 B
NASM

.org 0
push ebp
sopa:
#jeje
mov ebp, esp
end_loop:
sub esp, 192
call sopa
jz end_loop
nop
mov eax,44