Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bas1c1/oasm

OASM - AsSeMbly for creating Operating systems
https://github.com/bas1c1/oasm

assembler assembly binary-format instructions oasm opcodes x86 x86-assembly

Last synced: 3 months ago
JSON representation

OASM - AsSeMbly for creating Operating systems

Awesome Lists containing this project

README

        

OASM

`A`s`S`e`M`bly for creating `O`perating systems

Creators


made by bas1c and WiSpace

bas1c:

parser, compiler, optimized version, base for language

WiSpace:

lexer, full version (better-for-read)

Commands

Version 0.71

```
format_win_console
mov
push
pop
pusha
popa
int
jmps
jmpl
ret
calln
cmpal
jze
mempush
mempop
db
dw
resb
incbin
hlt
jc
aladd
axadd
alsub
axsub
alor
axor
alxor
axxor
inc
dec
proc
#opst:
next
goto
back
setAA55
```