The MASM Forum

Miscellaneous => 16 bit DOS Programming => Topic started by: HSE on December 03, 2023, 07:07:36 AM

Title: A light OOP System, also in DOS
Post by: HSE on December 03, 2023, 07:07:36 AM
Hi all!

This is an adaptation of Blocks and Bricks: A light OOP System (https://masm32.com/board/index.php?topic=11422.0).

It's more a proof of concept than something very usefull, but who knows  :biggrin:

At least this could build and run in emulators inside Android phone.

It's tested with Masm 6.11 or JWasmD (v16 in this case), and Link16, in DosBox

Result is not so impressive, but is really small (1006 bytes):Block and Breaks

10

20

55

15

Any sugerence is welcome.

Regards, HSE