x64dbg / XEDParse

XEDParse: A MASM-like, single-line plaintext assembler
GNU Lesser General Public License v3.0
166 stars 52 forks source link

"enter" instruction broken #7

Open torusrxxx opened 8 years ago

torusrxxx commented 8 years ago

cannot assemble "enter XXXX, XX" (C8 XXXX XX)

Nukem9 commented 8 years ago

I could fix this but it's just going to result in a ton of edge-case if statements. I haven't even seen the instruction used in actual code.