소스 검색

Adding utils.inc file

Vinicius Teshima 10 달 전
부모
커밋
d59e2cc9a0
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      src/utils.inc

+ 13 - 0
src/utils.inc

@@ -0,0 +1,13 @@
+
+
+macro if_lt_jmp what, lt, dest {
+	cmp what, lt
+	jl dest
+}
+
+macro pp [what] {
+    common
+	postpone \{
+		what
+	\}
+}