Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
mov ah,02h
|
||||
mov al,00h ;this is the unpacked encoding of octal "20" aka 10 in hexadecimal, 16 in decimal. Ignore the leading zeroes.
|
||||
byte 0D5h,08h ;most assemblers don't allow you to encode a base so we have to inline the bytecode.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
mov ax,10h
|
||||
aam
|
||||
byte 0D5h,10h ;inlined bytecode for AAD using base 16
|
||||
Loading…
Add table
Add a link
Reference in a new issue