Skip to content

humbertocsjr/osasm

This branch is 16 commits ahead of venks1/x86-s:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c44adce · Sep 25, 2022

History

23 Commits
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Dec 22, 2019
Sep 25, 2022
Dec 22, 2019
Dec 22, 2019
Sep 25, 2022
Jan 11, 2021
Jan 11, 2021
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Jul 27, 2019
Dec 22, 2019
Sep 25, 2022
Jul 27, 2019

Repository files navigation

Old-School Assembler

Minix Assembler compatible for DOS

Variants

  • OSASMCOM - Generate .com file. ORG 0x100
  • OSASMSYS - Generate .sys file. ORG 0x0
  • OSASMPRG - Generate .prg file. ORG 0x800

Usage

Call osasm variant with file name without extension.

osasmcom file

Macros

  • .zerob size - Insert zero bytes in output file
  • .zerow size - Insert zero words in output file
  • .include file - Import external .s file
  • .byte value - Insert one byte in output file
  • .word value - Insert one word in output file
  • .ascii "string" - Insert one string in output file
  • .asciz "string" - Insert one string with ASCIZ ending in output file

About

Old-School Assembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 98.4%
  • Batchfile 1.3%
  • SWIG 0.3%