1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm-SC/TestTask/x64.asm
T
rbmm 85f5bb52e2 ++
2025-02-03 13:05:09 +02:00

24 lines
334 B
NASM

.code
; void ep()
extern ?ep@@YAXXZ : PROC
; void epASM()
?epASM@@YAXXZ proc
jmp ?ep@@YAXXZ
?epASM@@YAXXZ endp
include <..\scentry\nobase.x64.inc>
include <imp.x64.asm>
public ?xml_begin@@3QBDB, ?xml_end@@3QBDB
_TEXT$cpp$r SEGMENT
?xml_begin@@3QBDB LABEL BYTE
include <tsk.asm>
?xml_end@@3QBDB LABEL BYTE
_TEXT$cpp$r ends
end