Skip to content

Commit 4f19c98

Browse files
author
Christian Bender
authored
Update README.md
1 parent 71c837f commit 4f19c98

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,26 @@ A simulator which provides a simplified assembler syntax (based on NASM) and is
1616

1717
[TRY IT](http://christianbender.github.io/assembler-simulator)
1818

19+
---
1920

2021
### Features
2122
- 8-bit CPU
2223
- 4 general purpose registers
2324
- 256 bytes of memory
2425
- Console output
2526

27+
---
28+
2629
### How to build
2730
Make sure you have <a href="http://www.gruntjs.com/" target="_blank">Grunt</a> installed to compile the `asmsimulator.js` script.
2831
Run `grunt` to build the project.
2932

33+
---
34+
3035
### Background
31-
A technical introduction is available on my blog: [www.mschweighauser.com](https://www.mschweighauser.com/make-your-own-assembler-simulator-in-javascript-part1/).
36+
A technical introduction is available on my blog: [www.mschweighauser.com](https://www.mschweighauser.com/make-your-own-assembler-simulator-in-javascript-part1/).
37+
38+
---
3239

3340
### Orginal author of this repository
3441

0 commit comments

Comments
 (0)