carlosrafaelgn / Asm86

A JavaScript assembly x86 compiler + emulator for educational purposes

Home Page:https://carlosrafaelgn.github.io/Asm86/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Accept different hex notation

DigiAngel opened this issue · comments

This works:

0x34

however several documents also show:

34h

Would be great if we can get this to read either. Thank you.

Sorry for the delay! Feature added! :)

Thank you!