mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
27 lines
456 B
NASM
27 lines
456 B
NASM
format PE console
|
|
entry ___ENTRYPOINT___
|
|
|
|
|
|
section '.code' code readable executable
|
|
|
|
___ENTRYPOINT___:
|
|
jmp System_Void___Program_Main____
|
|
|
|
System_Void___Program_Main____:
|
|
mov ebp,esp
|
|
; IL: Nop
|
|
nop
|
|
; IL: Call System.Void Program::TheMethod()
|
|
call System_Void___Program_TheMethod____
|
|
; IL: Nop
|
|
nop
|
|
; IL: Ret
|
|
ret
|
|
|
|
System_Void___Program_TheMethod____:
|
|
mov ebp,esp
|
|
; IL: Nop
|
|
nop
|
|
; IL: Ret
|
|
ret
|
|
|