tlang/tets.d

12 lines
68 B
D
Raw Permalink Normal View History

2021-11-02 13:14:03 +00:00
void main()
{
asm
{
mov RAX, 3;
push 5;
// pop RAX;
}
}