어셈블리: Revision history

From IT위키

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 December 2022

24 November 2022

  • curprev 10:0910:09, 24 November 2022203.142.217.240 talk 2,074 bytes +1,581 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="auto_trans_program_gui_v0.61" processorArchitecture="amd64" version="1.0.0.0"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <dependency> <dep undo Tags: Reverted Visual edit

24 May 2018

  • curprev 18:2118:21, 24 May 2018222.106.83.202 talk 493 bytes +493 새 문서: == 기초 문법 == * MOV 목적지, 값 * XCHG 레지스터 1, 레지스터 2 * POP 레지스터 * PUSH 레지스터 * ADD 레지스터 1, 레지스터 2 ** ADD 레지스터, 값 * S...