id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10626+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10626+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 833 ; 00000341H
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:4 | ; 86 : /* emit 1-2 externals for the patch if not done already */
; 87 : for ( i = 0; i < 2; i++ ) {
mov esi, ebp
movsxd r14, edi
lea rbx, QWORD PTR sym$[rsp]
lea r15, OFFSET FLAT:patchchr2
npad 7
$LL4@AddFloatin:
; 88 : sym[i] = NULL;
; 89 : if ( patchmask & ( 1 << ( i*8+patch ) ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 121 | 180 |
Terraspace/UASM:x64/Release/fpfixup.asm:5 | $LN14@AddFloatin:
; 94 : sym[i] = MakeExtern( name, MT_FAR, NULL, sym[i], USE16 );
mov r9, rax
mov BYTE PTR [rsp+32], bpl
xor r8d, r8d
lea rcx, QWORD PTR name$[rsp]
mov edx, 130 ; 00000082H
call MakeExtern
mov QWORD PTR [rbx], rax
; 95 : sym[i]->langtype = LANG_NONE;
m... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 161 | 220 |
Terraspace/UASM:x64/Release/fpfixup.asm:6 | ; 104 : /* make sure the next 3 bytes in code stream aren't separated.
; 105 : * The first fixup covers bytes $+0 and $+1, the (possible) second
; 106 : * fixup covers bytes $+1 and $+2.
; 107 : */
; 108 : if( Options.output_format == OFORMAT_OMF &&
cmp DWORD PTR Options+144, 1
jne SHORT ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 201 | 260 |
Terraspace/UASM:x64/Release/fpfixup.asm:7 | call CreateFixup
; 115 : fixup->frame_type = FRAME_TARG;
; 116 : /* assume locofs has been set inside CreateFixup() */
; 117 : //fixup->locofs = CurrSeg->e.seginfo->current_loc + i;
; 118 : fixup->locofs += i;
; 119 : data = 0;
; 120 : store... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/fpfixup.asm | 241 | 282 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10603 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmul... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10603+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10603+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 832 ; 00000340H
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10602 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmul... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10602+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10602+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 832 ; 00000340H
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10601 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmul... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10601+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10601+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 832 ; 00000340H
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10590 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmul... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10590+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10590+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 832 ; 00000340H
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10586 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmul... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | xdata SEGMENT
$unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10586+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10586+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 828 ; 0000033cH
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10585 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmulationFixup
EXTRN SymF... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | $unwind$AddFloatingPointEmulationFixup DD 081001H
DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC
; 68 : {
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | xor ebp, ebp
mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10585+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10585+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 828 ; 0000033cH
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:4 | ; 87 : for ( i = 0; i < 2; i++ ) {
mov esi, ebp
movsxd r14, edi
lea rbx, QWORD PTR sym$[rsp]
lea r15, OFFSET FLAT:patchchr2
npad 7
$LL4@AddFloatin:
; 88 : sym[i] = NULL;
; 89 : if ( patchmask & ( 1 << ( i*8+patch ) ) ) {
mov ecx, edi
mov QWORD PTR [rbx], rbp
mov eax, 1
shl eax, cl
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 121 | 180 |
Terraspace/UASM:x64/Release/fpfixup.asm:5 | ; 94 : sym[i] = MakeExtern( name, MT_FAR, NULL, sym[i], USE16 );
mov r9, rax
mov BYTE PTR [rsp+32], bpl
xor r8d, r8d
lea rcx, QWORD PTR name$[rsp]
mov edx, 130 ; 00000082H
call MakeExtern
mov QWORD PTR [rbx], rax
; 95 : sym[i]->langtype = LANG_NONE;
mov DWORD PTR [rax+7... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 161 | 220 |
Terraspace/UASM:x64/Release/fpfixup.asm:6 | ; 105 : * The first fixup covers bytes $+0 and $+1, the (possible) second
; 106 : * fixup covers bytes $+1 and $+2.
; 107 : */
; 108 : if( Options.output_format == OFORMAT_OMF &&
cmp DWORD PTR Options+144, 1
jne SHORT $LN16@AddFloatin
mov rax, QWORD PTR ModuleInfo+432
mov rcx, QWORD PTR [rax... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 201 | 260 |
Terraspace/UASM:x64/Release/fpfixup.asm:7 | ; 115 : fixup->frame_type = FRAME_TARG;
; 116 : /* assume locofs has been set inside CreateFixup() */
; 117 : //fixup->locofs = CurrSeg->e.seginfo->current_loc + i;
; 118 : fixup->locofs += i;
; 119 : data = 0;
; 120 : store_fixup( fixup, Cur... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 17413bab2400c29ab34e6d2fd2427efa2c6eb1d3 | github | assembler | https://github.com/Terraspace/UASM/blob/17413bab2400c29ab34e6d2fd2427efa2c6eb1d3/x64/Release/fpfixup.asm | 241 | 281 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10583 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmulationFixup
EXTRN SymFind:PROC
EXTRN ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC
; 68 : {
$LN28:
mov QWORD PTR [rsp+24], rbx
push rbp
push... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10583+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10583+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 828 ; 0000033cH
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;
mov edi, eb... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/fpfixup.asm:4 | mov esi, ebp
movsxd r14, edi
lea rbx, QWORD PTR sym$[rsp]
lea r15, OFFSET FLAT:patchchr2
npad 7
$LL4@AddFloatin:
; 88 : sym[i] = NULL;
; 89 : if ( patchmask & ( 1 << ( i*8+patch ) ) ) {
mov ecx, edi
mov QWORD PTR [rbx], rbp
mov eax, 1
shl eax, cl
test eax, 63743 ; 0000f8ffH
je SHORT $... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/fpfixup.asm | 121 | 180 |
Terraspace/UASM:x64/Release/fpfixup.asm:6 | ; 106 : * fixup covers bytes $+1 and $+2.
; 107 : */
; 108 : if( Options.output_format == OFORMAT_OMF &&
cmp DWORD PTR Options+144, 1
jne SHORT $LN16@AddFloatin
mov rax, QWORD PTR ModuleInfo+432
mov rcx, QWORD PTR [rax+96]
mov eax, DWORD PTR [rcx+12]
sub eax, DWORD PTR [rcx+8]
add eax, 3
cmp e... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 8620efda0299123d1e80a37337b2d5ecea45ed1b | github | assembler | https://github.com/Terraspace/UASM/blob/8620efda0299123d1e80a37337b2d5ecea45ed1b/x64/Release/fpfixup.asm | 201 | 260 |
Terraspace/UASM:x64/Release/fpfixup.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10578 DB 'F__RQQ', 00H
_DATA ENDS
PUBLIC AddFloatingPointEmulationFixup
EXTRN SymFind:PROC
EXTRN ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/fpfixup.asm | 1 | 60 |
Terraspace/UASM:x64/Release/fpfixup.asm:2 | DD 0103410H
DD 0f00c7210H
DD 07008e00aH
DD 050066007H
xdata ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\fpfixup.c
_TEXT SEGMENT
sym$ = 48
data$ = 112
CodeInfo$ = 112
name$ = 120
AddFloatingPointEmulationFixup PROC
; 68 : {
$LN28:
mov QWORD PTR [rsp+24], rbx
push rbp
push... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/fpfixup.asm | 41 | 100 |
Terraspace/UASM:x64/Release/fpfixup.asm:3 | mov DWORD PTR name$[rsp], eax
movzx eax, WORD PTR $SG10578+4
mov WORD PTR name$[rsp+4], ax
movzx eax, BYTE PTR $SG10578+6
mov BYTE PTR name$[rsp+6], al
xor eax, eax
cmp DWORD PTR [rcx+24], 828 ; 0000033cH
mov BYTE PTR name$[rsp+7], al
jne SHORT $LN8@AddFloatin
; 79 : patch = FPP_WAIT;
mov edi, eb... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/fpfixup.asm | Apache-2.0 | 303dca37c78b38fea8f66038909762890fd6232e | github | assembler | https://github.com/Terraspace/UASM/blob/303dca37c78b38fea8f66038909762890fd6232e/x64/Release/fpfixup.asm | 81 | 140 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10685 DB 'L&_%04u', 00H
$SG10714 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:2 | EXTRN SymTables:BYTE
EXTRN CurrProc:QWORD
EXTRN SegAssumeTable:BYTE
_DATA SEGMENT
COMM ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9:QWORD ; `__local_stdio_printf_options'::`2'::_OptionsStorage
_DATA ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$_vsnprintf_l DD imagerel $LN4
DD imagerel $LN4+102
DD imagerel... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 41 | 100 |
Terraspace/UASM:x64/Release/label.asm:3 | DD 0df473H
DD 0e540dH
DD 0e009720dH
DD 060067007H
$unwind$LabelDirective DD 07a101H
DD 01b34a1H
DD 01c7416H
DD 0180116H
DD 0500aH
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$sprintf DD 041601H
DD 070125216H
DD 030106011H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$_vsprintf_l DD 081401H
DD 0a6414H
DD... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 81 | 140 |
Terraspace/UASM:x64/Release/label.asm:4 | ; 208 : {
$LN24:
mov QWORD PTR [rsp+24], rdi
mov DWORD PTR [rsp+8], ecx
push rbp
lea rbp, QWORD PTR [rsp-87]
sub rsp, 192 ; 000000c0H
mov rdi, rdx
; 209 : struct qualified_type ti;
; 210 : struct asym *sym;
; 211 : #if LABELARRAY
; 212 : uint_32 length;
; 213 : #endif
; 214 :
; 215 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 121 | 180 |
Terraspace/UASM:x64/Release/label.asm:5 | ; 219 : i++;
; 220 :
; 221 : ti.size = 0;
xor eax, eax
mov DWORD PTR i$[rbp-105], 2
mov DWORD PTR ti$[rbp-105], eax
; 222 : ti.is_ptr = 0;
; 223 : ti.is_far = FALSE;
; 224 : ti.mem_type = MT_EMPTY;
; 225 : ti.ptr_memtype = MT_EMPTY;
; 226 : ti.symtype = NULL;
; 227 : ti.Ofs... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 161 | 220 |
Terraspace/UASM:x64/Release/label.asm:6 | ; 230 :
; 231 : DebugMsg1(("LabelDirective(%s): memtype=%Xh, far=%u, ptr=%u, ofssize=%u, type=%s)\n",
; 232 : tokenarray[0].string_ptr, ti.mem_type, ti.is_far, ti.is_ptr, ti.Ofssize, ti.symtype ? ti.symtype->name : "NULL" ));
; 233 :
; 234 : #if LABELARRAY
; 235 : length = -1;
; 236 : #end... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 201 | 260 |
Terraspace/UASM:x64/Release/label.asm:7 | mov rax, rcx
shl rax, 5
cmp BYTE PTR [rax+rdi], 58 ; 0000003aH
jne SHORT $LN7@LabelDirec
lea rax, QWORD PTR [rcx+1]
shl rax, 5
cmp BYTE PTR [rax+rdi], 0
je SHORT $LN7@LabelDirec
cmp BYTE PTR Options+127, 0
jne SHORT $LN7@LabelDirec
; 247 : struct expr opnd;
; 248 : i++;
; 249 : if... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 241 | 300 |
Terraspace/UASM:x64/Release/label.asm:8 | ; 253 : opnd.value = 1;
mov ebx, 1
jmp SHORT $LN11@LabelDirec
$LN10@LabelDirec:
; 254 : else {
; 255 : return( EmitError( CONSTANT_EXPECTED ) );
mov ecx, 65 ; 00000041H
call EmitError
jmp $LN21@LabelDirec
$LN19@LabelDirec:
mov ebx, DWORD PTR opnd$1[rbp-105]
$L... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 281 | 340 |
Terraspace/UASM:x64/Release/label.asm:9 | ; 264 : }
; 265 :
; 266 : if ( ModuleInfo.list )
test DWORD PTR ModuleInfo+408, 2048 ; 00000800H
je SHORT $LN13@LabelDirec
; 267 : LstWrite( LSTTYPE_LABEL, 0, NULL );
xor edx, edx
xor r8d, r8d
lea ecx, QWORD PTR [rdx+7]
call LstWrite
$LN13@LabelDirec:
; 268 :
; 269 : /* v2.08: if la... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 321 | 380 |
Terraspace/UASM:x64/Release/label.asm:10 | and ecx, 192 ; 000000c0H
cmp cl, -128 ; ffffffffffffff80H
je SHORT $LN17@LabelDirec
; 277 : #if LABELARRAY
; 278 : if ( length != -1 ) {
cmp ebx, -1 ; ffffffffH
je SHORT $LN16@LabelDirec
; 279 : sym->total_size = ti.size * length;
; 280 : sym->total_lengt... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 361 | 420 |
Terraspace/UASM:x64/Release/label.asm:11 | ; 286 : sym->total_length = 1;
mov DWORD PTR [rdx+64], 1
mov DWORD PTR [rdx+56], eax
$LN17@LabelDirec:
; 287 : }
; 288 : return( NOT_ERROR );
xor eax, eax
jmp SHORT $LN21@LabelDirec
$LN14@LabelDirec:
; 289 : }
; 290 : return( ERROR );
or eax, -1
$LN21@LabelDire... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 401 | 460 |
Terraspace/UASM:x64/Release/label.asm:12 | ; 77 : {
$LN34:
mov QWORD PTR [rsp+24], rbp
push rsi
push rdi
push r14
sub rsp, 64 ; 00000040H
; 78 : struct asym *sym;
; 79 : uint_32 addr;
; 80 : char buffer[20];
; 81 :
; 82 : DebugMsg1(("CreateLabel(%s, memtype=%Xh, %" I32_SPEC "Xh, %u) enter... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 441 | 500 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:15 | $LN31@CreateLabe:
; 107 : /* v2.11: SymLookup...() cannot fail */
; 108 : //if( sym == NULL ) /* name invalid or too long? */
; 109 : // return( NULL );
; 110 :
; 111 : if( Parse_Pass == PASS_1 ) {
cmp DWORD PTR Parse_Pass, 0
mov rbx, rax
mov r15d, 1
jne $LN6@CreateLabe
; 112 : i... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 561 | 620 |
Terraspace/UASM:x64/Release/label.asm:16 | je SHORT $LN12@CreateLabe
cmp eax, esi
je SHORT $LN12@CreateLabe
; 123 : sym->mem_type != mem_type ) {
; 124 : DebugMsg(("CreateLabel(%s): error, memtype conflict %X-%X\n", sym->name, sym->mem_type, mem_type));
; 125 : EmitErr( SYMBOL_TYPE_CONFLICT, name );
mov r... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 601 | 660 |
Terraspace/UASM:x64/Release/label.asm:17 | mov rdx, rbx
lea rcx, OFFSET FLAT:SymTables
call sym_remove_table
; 130 : sym->state = SYM_INTERNAL;
mov DWORD PTR [rbx+32], r15d
$LN14@CreateLabe:
; 141 : }
; 142 : /* add the label to the linked list attached to curr segment */
; 143 : /* this allows to reduce the number ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 641 | 700 |
Terraspace/UASM:x64/Release/label.asm:18 | ; 151 : /* v2.05: added to accept type prototypes */
; 152 : if ( mem_type == MT_PROC ) {
cmp esi, 128 ; 00000080H
jne SHORT $LN18@CreateLabe
; 153 : DebugMsg1(("CreateLabel(%s): memtype MT_PROC detected, sym.isproc=%u\n", sym->name, sym->isproc ));
; 154 : if ( sym->i... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 681 | 740 |
Terraspace/UASM:x64/Release/label.asm:19 | mov DWORD PTR [rbx+36], esi
; 163 : if ( ti ) {
test rbp, rbp
je SHORT $LN7@CreateLabe
; 164 : if ( mem_type == MT_TYPE )
cmp esi, 196 ; 000000c4H
jne SHORT $LN21@CreateLabe
; 165 : sym->type = ti->symtype;
mov rax, QWORD PTR [rbp+8]
mov QWORD PTR [rbx+80], rax
jmp... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 721 | 780 |
Terraspace/UASM:x64/Release/label.asm:20 | mov rax, QWORD PTR [rbp+8]
mov QWORD PTR [rbx+48], rax
; 171 : sym->ptr_memtype = ti->ptr_memtype;
movzx eax, BYTE PTR [rbp+24]
mov BYTE PTR [rbx+46], al
; 172 : }
; 173 : }
; 174 : } else {
jmp SHORT $LN7@CreateLabe
$LN13@CreateLabe:
; 131 : } else {
; 132 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 761 | 820 |
Terraspace/UASM:x64/Release/label.asm:21 | ; 140 : return( NULL );
xor eax, eax
jmp SHORT $LN30@CreateLabe
$LN6@CreateLabe:
; 175 : /* save old offset */
; 176 : addr = sym->offset;
mov eax, DWORD PTR [rbx+16]
mov DWORD PTR addr$[rsp], eax
$LN7@CreateLabe:
; 177 : }
; 178 :
; 179 : sym->isdefined = TRUE;
or BY... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 801 | 860 |
Terraspace/UASM:x64/Release/label.asm:22 | ; 187 : // DebugMsg(("CreateLabel(%s): ofs=%X\n", sym->name, sym->offset));
; 188 :
; 189 : if( Parse_Pass != PASS_1 && sym->offset != addr ) {
cmp DWORD PTR Parse_Pass, 0
je SHORT $LN24@CreateLabe
movzx ecx, BYTE PTR ModuleInfo+422
mov eax, DWORD PTR addr$[rsp]
cmp DWORD PTR [rbx+16], eax
cmovne ecx, r1... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 841 | 900 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:24 | ; 58 : ModuleInfo.g.anonymous_label = 0;
mov DWORD PTR ModuleInfo+268, 0
; 59 : }
ret 0
LabelInit ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File c:\program files (x86)\windows kits\10\include\10.0.10150.0\ucrt\stdio.h
; COMDAT sprintf
_TEXT SEGMENT
_Buffer$ = 80
_Format$ = 88
sprintf PROC ; C... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 921 | 980 |
Terraspace/UASM:x64/Release/label.asm:25 | call __local_stdio_printf_options
mov r9, rbx
mov QWORD PTR [rsp+40], rsi
or rbx, -1
mov QWORD PTR [rsp+32], 0
mov r8, rbx
mov rdx, rdi
mov rcx, QWORD PTR [rax]
or rcx, 1
call __stdio_common_vsprintf
test eax, eax
cmovs eax, ebx
; 1784 : #pragma warning(pop)
; 1785 :
; 1786 : __crt_va_end(_ArgList);... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 961 | 1,020 |
Terraspace/UASM:x64/Release/label.asm:26 | mov QWORD PTR [rsp+8], rbx
mov QWORD PTR [rsp+16], rbp
mov QWORD PTR [rsp+24], rsi
push rdi
sub rsp, 48 ; 00000030H
mov rbx, r9
mov rdi, r8
mov rsi, rdx
mov rbp, rcx
; 1456 : #pragma warning(push)
; 1457 : #pragma warning(disable: 4996) // Deprecation
; 1458 : return _vsnprintf_l(_Buffer, (size... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 1,001 | 1,060 |
Terraspace/UASM:x64/Release/label.asm:27 | ; COMDAT _vsnprintf_l
_TEXT SEGMENT
_Buffer$ = 64
_BufferCount$ = 72
_Format$ = 80
_Locale$ = 88
_ArgList$ = 96
_vsnprintf_l PROC ; COMDAT
; 1385 : {
$LN4:
mov QWORD PTR [rsp+8], rbx
mov QWORD PTR [rsp+16], rbp
mov QWORD PTR [rsp+24], rsi
push rdi
sub rsp, 48 ; 00000030H
mov rbx, r9
mov rdi, r8
mov rs... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 1,041 | 1,100 |
Terraspace/UASM:x64/Release/label.asm:28 | mov rbx, QWORD PTR [rsp+64]
or ecx, -1
mov rbp, QWORD PTR [rsp+72]
test eax, eax
mov rsi, QWORD PTR [rsp+80]
cmovs eax, ecx
add rsp, 48 ; 00000030H
pop rdi
ret 0
_vsnprintf_l ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File c:\program files (x86)\windows kits\10\include\10.0.10150.0\ucrt\corecrt_stdi... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08 | github | assembler | https://github.com/Terraspace/UASM/blob/ed162d24d173bddd6e80d42bfc3b4f6a3bcd9a08/x64/Release/label.asm | 1,081 | 1,109 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10662 DB 'L&_%04u', 00H
$SG10691 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4 | github | assembler | https://github.com/Terraspace/UASM/blob/683af312c18e9c3e79e9771f25bbe4d4c9d8dfb4/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10661 DB 'L&_%04u', 00H
$SG10690 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 28b09fcf7ca2f77034c045fe6612c4a02ec747a9 | github | assembler | https://github.com/Terraspace/UASM/blob/28b09fcf7ca2f77034c045fe6612c4a02ec747a9/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10660 DB 'L&_%04u', 00H
$SG10689 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 12b57bbdd33753207bcb1730f952f11ccb53cef0 | github | assembler | https://github.com/Terraspace/UASM/blob/12b57bbdd33753207bcb1730f952f11ccb53cef0/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10649 DB 'L&_%04u', 00H
$SG10678 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | b6bee747552c348862b443ee3dba33a9f71485f4 | github | assembler | https://github.com/Terraspace/UASM/blob/b6bee747552c348862b443ee3dba33a9f71485f4/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
COMM ZEROLOCALS:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10645 DB 'L&_%04u', 00H
$SG10674 DB 'L&_%04u', 00H
_DATA ENDS... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:13 | ret 0
$LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRES... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 97 : }
; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@Cr... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:23 | ret 0
CreateLabel ENDP
_TEXT ENDS
; Function compile flags: /Ogtpy
; File d:\hjwasm\hjwasm2.13.1s\hjwasm2.13.1s\label.c
_TEXT SEGMENT
buffer$ = 48
value$ = 56
GetAnonymousLabel PROC
; 63 : {
$LN4:
push rbx
sub rsp, 32 ; 00000020H
; 64 : sprintf( buffer, "L&_%04u", ModuleInfo.g.anonymous_label + value )... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | 6f3fbcf9cb046d547464d502cbd998dad78cd55d | github | assembler | https://github.com/Terraspace/UASM/blob/6f3fbcf9cb046d547464d502cbd998dad78cd55d/x64/Release/label.asm | 881 | 940 |
Terraspace/UASM:x64/Release/label.asm:1 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.23026.0
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM decoflags:BYTE
COMM broadflags:BYTE
COMM evex:BYTE
_DATA ENDS
_DATA SEGMENT
$SG10644 DB 'L&_%04u', 00H
$SG10673 DB 'L&_%04u', 00H
_DATA ENDS
PUBLIC __local_stdio... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 1 | 60 |
Terraspace/UASM:x64/Release/label.asm:2 | EXTRN CurrProc:QWORD
EXTRN SegAssumeTable:BYTE
_DATA SEGMENT
COMM ?_OptionsStorage@?1??__local_stdio_printf_options@@9@9:QWORD ; `__local_stdio_printf_options'::`2'::_OptionsStorage
_DATA ENDS
; COMDAT pdata
pdata SEGMENT
$pdata$_vsnprintf_l DD imagerel $LN4
DD imagerel $LN4+102
DD imagerel $unwind$_vsnprintf_l... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 41 | 100 |
Terraspace/UASM:x64/Release/label.asm:3 | DD 0e540dH
DD 0e009720dH
DD 060067007H
$unwind$LabelDirective DD 07a101H
DD 01b34a1H
DD 01c7416H
DD 0180116H
DD 0500aH
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$sprintf DD 041601H
DD 070125216H
DD 030106011H
xdata ENDS
; COMDAT xdata
xdata SEGMENT
$unwind$_vsprintf_l DD 081401H
DD 0a6414H
DD 095414H
DD... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 81 | 140 |
Terraspace/UASM:x64/Release/label.asm:4 | ; 208 : {
$LN24:
mov QWORD PTR [rsp+24], rdi
mov DWORD PTR [rsp+8], ecx
push rbp
lea rbp, QWORD PTR [rsp-87]
sub rsp, 192 ; 000000c0H
mov rdi, rdx
; 209 : struct qualified_type ti;
; 210 : struct asym *sym;
; 211 : #if LABELARRAY
; 212 : uint_32 length;
; 213 : #endif
; 214 :
; 215 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 121 | 180 |
Terraspace/UASM:x64/Release/label.asm:5 | ; 220 :
; 221 : ti.size = 0;
xor eax, eax
mov DWORD PTR i$[rbp-105], 2
mov DWORD PTR ti$[rbp-105], eax
; 222 : ti.is_ptr = 0;
; 223 : ti.is_far = FALSE;
; 224 : ti.mem_type = MT_EMPTY;
; 225 : ti.ptr_memtype = MT_EMPTY;
; 226 : ti.symtype = NULL;
; 227 : ti.Ofssize = ModuleInfo.... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 161 | 220 |
Terraspace/UASM:x64/Release/label.asm:6 | ; 231 : DebugMsg1(("LabelDirective(%s): memtype=%Xh, far=%u, ptr=%u, ofssize=%u, type=%s)\n",
; 232 : tokenarray[0].string_ptr, ti.mem_type, ti.is_far, ti.is_ptr, ti.Ofssize, ti.symtype ? ti.symtype->name : "NULL" ));
; 233 :
; 234 : #if LABELARRAY
; 235 : length = -1;
; 236 : #endif
; 237 ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 201 | 260 |
Terraspace/UASM:x64/Release/label.asm:7 | shl rax, 5
cmp BYTE PTR [rax+rdi], 58 ; 0000003aH
jne SHORT $LN7@LabelDirec
lea rax, QWORD PTR [rcx+1]
shl rax, 5
cmp BYTE PTR [rax+rdi], 0
je SHORT $LN7@LabelDirec
cmp BYTE PTR Options+127, 0
jne SHORT $LN7@LabelDirec
; 247 : struct expr opnd;
; 248 : i++;
; 249 : if ( EvalOperand... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 241 | 300 |
Terraspace/UASM:x64/Release/label.asm:8 | mov ebx, 1
jmp SHORT $LN11@LabelDirec
$LN10@LabelDirec:
; 254 : else {
; 255 : return( EmitError( CONSTANT_EXPECTED ) );
mov ecx, 65 ; 00000041H
call EmitError
jmp $LN21@LabelDirec
$LN19@LabelDirec:
mov ebx, DWORD PTR opnd$1[rbp-105]
$LN11@LabelDirec:
; 256 : }
; 2... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 281 | 340 |
Terraspace/UASM:x64/Release/label.asm:9 | ; 264 : }
; 265 :
; 266 : if ( ModuleInfo.list )
test DWORD PTR ModuleInfo+408, 2048 ; 00000800H
je SHORT $LN13@LabelDirec
; 267 : LstWrite( LSTTYPE_LABEL, 0, NULL );
xor edx, edx
xor r8d, r8d
lea ecx, QWORD PTR [rdx+7]
call LstWrite
$LN13@LabelDirec:
; 268 :
; 269 : /* v2.08: if la... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 321 | 380 |
Terraspace/UASM:x64/Release/label.asm:10 | cmp cl, -128 ; ffffffffffffff80H
je SHORT $LN17@LabelDirec
; 277 : #if LABELARRAY
; 278 : if ( length != -1 ) {
cmp ebx, -1 ; ffffffffH
je SHORT $LN16@LabelDirec
; 279 : sym->total_size = ti.size * length;
; 280 : sym->total_length = length;
; 281 : ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 361 | 420 |
Terraspace/UASM:x64/Release/label.asm:11 | ; 286 : sym->total_length = 1;
mov DWORD PTR [rdx+64], 1
mov DWORD PTR [rdx+56], eax
$LN17@LabelDirec:
; 287 : }
; 288 : return( NOT_ERROR );
xor eax, eax
jmp SHORT $LN21@LabelDirec
$LN14@LabelDirec:
; 289 : }
; 290 : return( ERROR );
or eax, -1
$LN21@LabelDire... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 401 | 460 |
Terraspace/UASM:x64/Release/label.asm:12 | $LN34:
mov QWORD PTR [rsp+24], rbp
push rsi
push rdi
push r14
sub rsp, 64 ; 00000040H
; 78 : struct asym *sym;
; 79 : uint_32 addr;
; 80 : char buffer[20];
; 81 :
; 82 : DebugMsg1(("CreateLabel(%s, memtype=%Xh, %" I32_SPEC "Xh, %u) enter\n", name, m... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 441 | 500 |
Terraspace/UASM:x64/Release/label.asm:13 | $LN2@CreateLabe:
; 87 : }
; 88 : /* v2.06: don't allow a code label (NEAR, FAR, PROC) if CS is
; 89 : * assumed ERROR. This was previously checked for labels with
; 90 : * trailing colon only [in ParseLine()].
; 91 : */
; 92 : if ( ( mem_type & MT_SPECIAL_MASK) == MT_ADDRESS ) {
... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 481 | 540 |
Terraspace/UASM:x64/Release/label.asm:14 | ; 98 : }
; 99 :
; 100 : //if( strcmp( name, "@@" ) == 0 ) {
; 101 : if( name[0] == '@' && name[1] == '@' && name[2] == NULLC ) {
cmp BYTE PTR [rcx], 64 ; 00000040H
mov QWORD PTR [rsp+104], r15
jne SHORT $LN5@CreateLabe
cmp BYTE PTR [rcx+1], 64 ; 00000040H
jne SHORT $LN5@CreateLabe
cmp BYTE ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 521 | 580 |
Terraspace/UASM:x64/Release/label.asm:15 | ; 107 : /* v2.11: SymLookup...() cannot fail */
; 108 : //if( sym == NULL ) /* name invalid or too long? */
; 109 : // return( NULL );
; 110 :
; 111 : if( Parse_Pass == PASS_1 ) {
cmp DWORD PTR Parse_Pass, 0
mov rbx, rax
mov r15d, 1
jne $LN6@CreateLabe
; 112 : if( sym->state == SY... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 561 | 620 |
Terraspace/UASM:x64/Release/label.asm:16 | cmp eax, esi
je SHORT $LN12@CreateLabe
; 123 : sym->mem_type != mem_type ) {
; 124 : DebugMsg(("CreateLabel(%s): error, memtype conflict %X-%X\n", sym->name, sym->mem_type, mem_type));
; 125 : EmitErr( SYMBOL_TYPE_CONFLICT, name );
mov rdx, rdi
mov ecx, 136 ; ... | x86_64 | masm-like | handwritten | Terraspace/UASM | x64/Release/label.asm | Apache-2.0 | d832b9ab6afa8277173106bf0906038b8ee7956f | github | assembler | https://github.com/Terraspace/UASM/blob/d832b9ab6afa8277173106bf0906038b8ee7956f/x64/Release/label.asm | 601 | 660 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.