Introduce pet-projects dir
[lcapit-junk-code.git] / pet-projects / emu8086 / tests / arithmetic / inc-reg1 / inc-reg1.S
blobd77708c4902a60d270f5f5b30f2bdbe822ff1268
1 .code16
3 mov $0x1, %ax
4 inc %ax
5 inc %ax
6 inc %ax
8 hlt