From 8f5e16f21414fc43a8b534343d8598d3bafee977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Tue, 18 Jun 2024 17:04:07 +0500 Subject: [PATCH] Add std/dup2.lb and std/dup4.lb --- std/dup2.lb | 6 ++++++ std/dup4.lb | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 std/dup2.lb create mode 100644 std/dup4.lb diff --git a/std/dup2.lb b/std/dup2.lb new file mode 100644 index 0000000..ba91170 --- /dev/null +++ b/std/dup2.lb @@ -0,0 +1,6 @@ +@ 0 + args 2 + push 1 + pick + push 1 + pick diff --git a/std/dup4.lb b/std/dup4.lb new file mode 100644 index 0000000..4218f40 --- /dev/null +++ b/std/dup4.lb @@ -0,0 +1,10 @@ +@ 0 + args 4 + push 3 + pick + push 3 + pick + push 3 + pick + push 3 + pick