From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::229; helo=mail-it0-x229.google.com; envelope-from=jiajunwen123@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3CDAA2232BDFE for ; Fri, 19 Jan 2018 22:53:28 -0800 (PST) Received: by mail-it0-x229.google.com with SMTP id 196so4551593iti.5 for ; Fri, 19 Jan 2018 22:58:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:mime-version:to:from:subject:date:importance; bh=HwgZ0aGOR7arS3MZtutA8bf4R4GUQaW+j/ZkPRDpnyk=; b=tZ+EzuGSKWLv/2Dk8r8yAqoU8c2W7pOZa9p297ACsTdeTp16N/an1ipPjj2Ah6k1gF rL8I4KJzXpBthE3M9ISpi0Ylf5QMmi7aW5+PKTyy2WpGv03j1fr+pGKlWMZx6O/25NbV D3UZyO38eHpLFfdynEGEgLVAYLHwBsDESUafylMUL34hm4kSSzJQeaYzD1sAAq/4VmUa 1tLJVFbC0oSs1dsellpAntcFCFPW0ubFCUz6FzsiY+U4U1w/ugw0oRF+DwEbRYaua2QP g2wyXANud94W2FnF/XU4AhSL0+QrSv3koG8eZT9r91OIjAdgvc4au5pnANyLq1SHbvEb 40yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:mime-version:to:from:subject:date :importance; bh=HwgZ0aGOR7arS3MZtutA8bf4R4GUQaW+j/ZkPRDpnyk=; b=YIQ6bgyd51Ah9svSR/xeWrpR5UQLRApzUQbNrl4tejEyrEAxtWydPIzAJ/fB9Y7zqV bA9ViSLhEyw7tma+x4jtm+Ai9xYRmCD+KOM1W33hJFRZMlqJS6FbQR2BrDBDgmef7Q8h FtAvIOrqlliksv6BupL1x/63nYOzqduDQbZL6RRtHWYKLok7+4lvverocLKH3HEbpmPd mxTKGuZ0XiPvMW3kEjUz40sn7H+vtmDkkkbKBKuW8MKZBStqaoVcRp9U2XI5EfQ6RxyD XiA2dnnKAZoHmha44aAByCbq3ghpjYVduAZ0Po9SlOPTAB7MgAz8p8AwfbgER2498Kt6 F9iQ== X-Gm-Message-State: AKwxytdi2qtnJFAKL1Qu9X865UsnqrGqfIMj1w0idel3WghVFKo5tlGn aLCQ1ZGpPl8CQQ2Ztxi6UgbihDUzHVuQ X-Google-Smtp-Source: AH8x225nIsKk5vqPT4j2OTZg1RPGnRpRdOV2HyhP35kMTEDkk2NOuso/l1X+Y7J7s9mf/TZ/g3jskQ== X-Received: by 10.36.67.67 with SMTP id s64mr728797itb.131.1516431530771; Fri, 19 Jan 2018 22:58:50 -0800 (PST) Received: from ?IPv6:::ffff:172.31.1.143? ([12.192.229.251]) by smtp.gmail.com with ESMTPSA id e83sm5838240iof.71.2018.01.19.22.58.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Jan 2018 22:58:50 -0800 (PST) Message-ID: <5a62e8aa.56b56b0a.84753.5dc4@mx.google.com> MIME-Version: 1.0 To: "edk2-devel@lists.01.org" From: JUNWEN JIA Date: Sat, 20 Jan 2018 14:58:48 +0800 Importance: normal X-Priority: 3 X-Mailman-Approved-At: Mon, 22 Jan 2018 01:49:08 -0800 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 Subject: EDK II debug question X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2018 06:53:28 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi: Could you please tell how to build assembly language using EDK2? I tried to create a .c file in AppPkg, but it goes like this: #include Void main() { _asm{} } I used X64 to compile this project, but it seems content like _asm{} is not= supported. Do I need to add extra files? And where should I add them? Best regards, Thanks! =E5=8F=91=E9=80=81=E8=87=AA Windows 10 =E7=89=88=E9=82=AE=E4=BB=B6=E5=BA=94= =E7=94=A8